summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLars Sjöström2023-01-18 09:26:06 +0100
committerLars Sjöström2023-01-18 09:29:57 +0100
commit15dd6183b7cbac4116327e906beebf98cbc0d22a (patch)
tree0a3abc981a9be51622355f630c24663db37e69e5
parent0e0a7ab90c35697f913e3426bceb95d4d283ab28 (diff)
downloadaur-15dd6183b7cbac4116327e906beebf98cbc0d22a.tar.gz
fix conflict and provides
-rw-r--r--PKGBUILD4
1 files changed, 3 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index dd4b300980db..fea394f635be 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=sapling-scm-bin
_realver=0.2.20221222-152408-ha6a66d09
pkgver="${_realver//-/.}" # dashes aren't allowed in pkgver
-pkgrel=1
+pkgrel=2
epoch=1
pkgdesc='Sapling SCM is a cross-platform, highly scalable, Git-compatible source control system.'
arch=('x86_64')
@@ -11,6 +11,8 @@ license=('GPL2')
url='https://sapling-scm.com/'
depends=('curl' 'nodejs' 'python' 'github-cli')
optdepends=('watchman: for faster file watching')
+provides=('sapling-scm')
+conflicts=('sapling-scm')
options=('!strip')