summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrea Feletto2020-07-27 18:45:23 +0200
committerAndrea Feletto2020-07-27 18:45:23 +0200
commit07d8b71466046514532c6238b1610f8102dede10 (patch)
treed2fcc192d9117490c5ecfda133f1524e2e1a6455
parentf09db813c3adf8563a0076deff5e5deeaeaf7f2c (diff)
downloadaur-07d8b71466046514532c6238b1610f8102dede10.tar.gz
added conflict with cstatus-git
-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')