summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorLuis Martinez2022-01-29 18:12:46 -0600
committerLuis Martinez2022-01-29 18:12:46 -0600
commitad75b9339680e8d65f98e7b70d9e8a723e758599 (patch)
tree1aad16a364e730d4123e82b48872382b8d376303 /PKGBUILD
parent829616c5294c8340b210120d5e72e70258dd64c5 (diff)
downloadaur-ad75b9339680e8d65f98e7b70d9e8a723e758599.tar.gz
add provides/conflicts
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 3 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8b1c141d2d78..05ceb7f698dc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=maestral-git
pkgver=1.5.3.r1.gbf70c762
-pkgrel=1
+pkgrel=2
pkgdesc='Open-source Dropbox client'
arch=('any')
url="https://github.com/SamSchott/maestral"
@@ -29,6 +29,8 @@ optdepends=(
'python-importlib-metadata: REQUIRED for python<3.8')
makedepends=('git' 'python-build' 'python-install' 'python-wheel')
checkdepends=('python-pytest' 'python-pytest-benchmark')
+provides=('maestral')
+conflicts=('maestral')
source=("$pkgname::git+$url"
'maestral@.service')
sha256sums=('SKIP'