summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorLancia2022-11-01 19:20:01 +0330
committerLancia2022-11-01 19:20:01 +0330
commit1306d23f9076122f5fcf9e71aaed52a0c89b6eda (patch)
treef4494d47c5e9175dadc57a56cac755376d16df08 /PKGBUILD
parent9f93e28c410e0e1d65f69f1822c60fbe3b892f6d (diff)
downloadaur-1306d23f9076122f5fcf9e71aaed52a0c89b6eda.tar.gz
Added parameter expansion for "provides" and "conflicts" variables
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2324285d2f62..32fba7b72245 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
# Maintainer: Lancia Greggori <lanciagreggori@gmail.com>
pkgname='herbe-git'
pkgver='1.0.0.r10.gdec89e4'
-pkgrel='2'
+pkgrel='3'
pkgdesc='Daemon-less notifications without D-Bus'
arch=('x86_64')
url='https://github.com/dudik/herbe'
license=('MIT')
depends=('libx11' 'libxft')
makedepends=('git')
-provides=('herbe')
-conflicts=('herbe')
+provides=("${pkgname%-*}")
+conflicts=("${pkgname%-*}")
source=("$pkgname::git+$url")
md5sums=('SKIP')