summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD6
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 861513e88d2a..3f22a26fa0df 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = herbe-git
pkgdesc = Daemon-less notifications without D-Bus
pkgver = 1.0.0.r10.gdec89e4
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/dudik/herbe
arch = x86_64
license = MIT
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')