summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlad Wenter2017-09-10 21:03:06 +0200
committerAlad Wenter2017-09-10 21:03:06 +0200
commitc2a46539d7a5c5aec5e67b2a5476ee272e82c34d (patch)
tree16f6c6c82cf0f0b9a6d94b2209d34f7c62403de8
parent381d660792a39f6560f26edd8d793f640df2553c (diff)
downloadaur-c2a46539d7a5c5aec5e67b2a5476ee272e82c34d.tar.gz
cottage-git: add provides/conflicts on cottage
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 5 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a36733eceada..a4f06e98f4cb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Sun Sep 10 18:20:51 UTC 2017
+# Sun Sep 10 19:03:02 UTC 2017
pkgbase = cottage-git
pkgdesc = Use howm commands, operators and set configuration values through a UNIX socket.
pkgver = 0.3.r0.g79f4476
@@ -8,6 +8,8 @@ pkgbase = cottage-git
arch = i686
arch = x86_64
license = GPL
+ provides = cottage
+ conflicts = cottage
source = cottage-git::git+https://github.com/HarveyHunt/cottage
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 233ab9eb9694..d1a9ccfa8751 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,6 +6,8 @@ pkgdesc="Use howm commands, operators and set configuration values through a UNI
url="https://github.com/HarveyHunt/cottage"
license=('GPL')
arch=('i686' 'x86_64')
+conflicts=('cottage')
+provides=('cottage')
source=("$pkgname::git+https://github.com/HarveyHunt/cottage")
sha256sums=('SKIP')