summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorhaawda2018-08-11 15:04:23 +0200
committerhaawda2018-08-11 15:04:23 +0200
commitbdaf9c71b125b66e273e0d51aa5aec0bcb039c93 (patch)
tree9527e48c08434908e2b4d778df72aaad9685e63a
parentfe0f125089d17826ce6bf0ac53e6b0a6f37e8239 (diff)
downloadaur-bdaf9c71b125b66e273e0d51aa5aec0bcb039c93.tar.gz
conflicts to biblesync without now
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 025a48e53457..bef011f3f6d7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = biblesync-git
pkgdesc = multicast shared co-navigation library for Bible programs
pkgver = 2.0.1.1.gb16df42
- pkgrel = 1
+ pkgrel = 2
epoch = 1
url = https://github.com/karlkleinpaste/biblesync
arch = i686
@@ -11,7 +11,7 @@ pkgbase = biblesync-git
depends = gcc-libs
depends = libutil-linux
provides = biblesync=2.0.1.1.gb16df42
- conflicts = biblesync=2.0.1.1.gb16df42
+ conflicts = biblesync
source = git+https://github.com/karlkleinpaste/biblesync.git
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index c6ac8024cce2..0ccd800e9e3e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=biblesync-git
epoch=1
pkgver=2.0.1.1.gb16df42
-pkgrel=1
+pkgrel=2
pkgdesc="multicast shared co-navigation library for Bible programs"
arch=('i686' 'x86_64')
url=https://github.com/karlkleinpaste/biblesync""
@@ -11,7 +11,7 @@ license=('GPL')
depends=('gcc-libs' 'libutil-linux')
makedepends=('git')
provides=("biblesync=$pkgver")
-conflicts=("biblesync=$pkgver")
+conflicts=("biblesync")
source=("git+https://github.com/karlkleinpaste/biblesync.git")
md5sums=('SKIP')
_gitname="biblesync"