summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6a74abbed175..912d58111c54 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,12 @@
pkgbase = cstatus
pkgdesc = Minimal statusbar for dwm written in c99.
pkgver = 0.0.2
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/andreafeletto/cstatus
arch = x86_64
license = MIT
+ provides = cstatus
+ conflicts = cstatus-git
source = https://github.com/andreafeletto/cstatus/archive/0.0.2.tar.gz
sha256sums = 64164653920d1da355ae17b53ebdd591514a56430ef19aaa79a79460225f1152
diff --git a/PKGBUILD b/PKGBUILD
index bb40c4c95c30..433689852276 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,11 +4,13 @@
pkgname=cstatus
pkgver=0.0.2
-pkgrel=1
+pkgrel=2
pkgdesc='Minimal statusbar for dwm written in c99.'
arch=('x86_64')
url='https://github.com/andreafeletto/cstatus'
license=('MIT')
+provides=('cstatus')
+conflicts=('cstatus-git')
source=("https://github.com/andreafeletto/$pkgname/archive/$pkgver.tar.gz")
sha256sums=('64164653920d1da355ae17b53ebdd591514a56430ef19aaa79a79460225f1152')