summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJohn Ramsden2020-05-10 20:49:44 -0700
committerJohn Ramsden2020-05-10 20:49:44 -0700
commit6ebdb20029e6a89ec3d7b3ff7a82f6fc129cfd83 (patch)
tree56614e870fcb75a6ede011bcd695c8fb5610e348 /PKGBUILD
parent0802b9d987b05a948cc95ccac35786500e6106a4 (diff)
downloadaur-6ebdb20029e6a89ec3d7b3ff7a82f6fc129cfd83.tar.gz
Add 'provides'
See https://github.com/johnramsden/zectl/issues/20
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8db5917f71f0..11175d53fd52 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=zectl
pkgver=0.1.1
-pkgrel=1
+pkgrel=2
pkgdesc="ZFS Boot Environment manager."
url="http://github.com/johnramsden/${pkgname}"
arch=('any')
@@ -10,8 +10,8 @@ license=('MIT')
depends=('zfs')
makedepends=('make' 'cmake')
conflicts=("${pkgname}-git")
+provides=("zectl")
-source=(${pkgname}-${pkgver}.tar.gz)
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/johnramsden/${pkgname}/archive/v${pkgver}.tar.gz")
sha256sums=('3103d955b990c9b67ba1c7b50b4c712a7edea605f37ff167c4f71a6756f13cf8')