summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorOleksii Vilchanskyi2017-07-11 20:06:37 +0200
committerOleksii Vilchanskyi2017-07-11 20:06:37 +0200
commitbe53beae67665d3c3c50ec24a307a2825475a93c (patch)
tree1827de217c84e2afd70537dc50b897e6742127b3
parent7cf725530788fa505a70b767a1f32c7e3112f42f (diff)
downloadaur-be53beae67665d3c3c50ec24a307a2825475a93c.tar.gz
Edit conflicts=() array, add provides=() array
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 55ebdd776b25..03bb47f3f88d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -10,10 +10,10 @@ pkgbase = ckb-next
makedepends = git
depends = qt5-base
depends = hicolor-icon-theme
+ provides = ckb-next
conflicts = ckb-git
conflicts = ckb-git-latest
- conflicts = ckb-next-git
- conflicts = ckb-next-latest-git
+ conflicts = ckb-next
source = https://github.com/mattanger/ckb-next/archive/v0.2.8.tar.gz
md5sums = bb2f354559fedc6883acc0a478e7e59a
diff --git a/PKGBUILD b/PKGBUILD
index 317814303f3c..0c09000cd44e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,8 @@ url="https://github.com/mattanger/ckb-next"
license=('GPL2')
depends=('qt5-base' 'hicolor-icon-theme')
makedepends=('git')
-conflicts=('ckb-git' 'ckb-git-latest' 'ckb-next-git' 'ckb-next-latest-git')
+conflicts=('ckb-git' 'ckb-git-latest' 'ckb-next')
+provides=('ckb-next')
install=ckb-next.install
source=("https://github.com/mattanger/$pkgname/archive/v$pkgver.tar.gz")
md5sums=('bb2f354559fedc6883acc0a478e7e59a')