summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 1 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7e7a6f8b8bf2..58727c50341b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname='goblocks'
pkgver=1.0.0
-pkgrel=1
+pkgrel=2
pkgdesc='Fast, lightweight i3status replacement written in Go'
arch=('x86_64'
'i686')
@@ -13,8 +13,6 @@ makedepends=('git'
'go>=1.7.0')
optdepends=('alsa-utils: volume status support'
'zfs-utils: zfs status support')
-provides=('goblocks')
-conflicts=('goblocks')
_gopgkname='github.com/davidscholberg/goblocks'
_giturl="https://$_gopgkname.git"