summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorhaawda2018-05-15 20:20:52 +0200
committerhaawda2018-05-15 20:20:52 +0200
commitfe0f125089d17826ce6bf0ac53e6b0a6f37e8239 (patch)
tree7a891a8ce71e0a2c0b4fb1db552d936ecafc1e28
parentf119a54ae2aa0dba0e38d0ba5206bfaf63ea6c72 (diff)
downloadaur-fe0f125089d17826ce6bf0ac53e6b0a6f37e8239.tar.gz
versioned provides/conflicts fields
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0de21d8f2206..025a48e53457 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = biblesync-git
pkgdesc = multicast shared co-navigation library for Bible programs
- pkgver = 1.2.0.0.g588631b
+ pkgver = 2.0.1.1.gb16df42
pkgrel = 1
epoch = 1
url = https://github.com/karlkleinpaste/biblesync
@@ -10,8 +10,8 @@ pkgbase = biblesync-git
makedepends = git
depends = gcc-libs
depends = libutil-linux
- provides = biblesync
- conflicts = biblesync
+ provides = biblesync=2.0.1.1.gb16df42
+ conflicts = biblesync=2.0.1.1.gb16df42
source = git+https://github.com/karlkleinpaste/biblesync.git
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 2158e3727262..c6ac8024cce2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=biblesync-git
epoch=1
-pkgver=1.2.0.0.g588631b
+pkgver=2.0.1.1.gb16df42
pkgrel=1
pkgdesc="multicast shared co-navigation library for Bible programs"
arch=('i686' 'x86_64')
@@ -10,8 +10,8 @@ url=https://github.com/karlkleinpaste/biblesync""
license=('GPL')
depends=('gcc-libs' 'libutil-linux')
makedepends=('git')
-provides=('biblesync')
-conflicts=('biblesync')
+provides=("biblesync=$pkgver")
+conflicts=("biblesync=$pkgver")
source=("git+https://github.com/karlkleinpaste/biblesync.git")
md5sums=('SKIP')
_gitname="biblesync"