summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 5 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index aa7a10f01838..3396662b2d03 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Sat Jun 4 07:45:08 UTC 2016
+# Sat Jun 4 07:46:34 UTC 2016
pkgbase = buku-git
pkgdesc = cmdline bookmark management utility written in Python3 and SQLite3
pkgver = 556.0fec5de
@@ -11,6 +11,8 @@ pkgbase = buku-git
depends = python
depends = python-crypto
depends = sqlite
+ provides = buku
+ conflicts = buku
source = git+https://github.com/jarun/buku.git
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index c3b03903fdb3..d1ce70a9e961 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,6 +7,8 @@ pkgrel=1
pkgdesc="cmdline bookmark management utility written in Python3 and SQLite3"
arch=('any')
depends=('python' 'python-crypto' 'sqlite')
+conflicts=('buku')
+provides=('buku')
makedepends=('make')
url="https://github.com/jarun/Buku"
license=('GPL3')