summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Kalb2016-11-03 02:19:15 +0100
committerMarkus Kalb2016-11-03 02:19:15 +0100
commit1a4e3396b0e1ba78d037c10481e31bfb4df6863f (patch)
tree4808c77adf1ac07101d0f489d2403f063e86ad8c
parent821c38bd9819977d397008280a2d2324a2d3dc02 (diff)
downloadaur-1a4e3396b0e1ba78d037c10481e31bfb4df6863f.tar.gz
fix provides
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d796163628fa..39a3cba88d70 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Thu Nov 3 01:06:50 UTC 2016
+# Thu Nov 3 01:19:15 UTC 2016
pkgbase = liblocked-sstream-git
pkgdesc = library for dcpomatic sstream locking
pkgver = 0.r16.24b1e92
@@ -11,7 +11,7 @@ pkgbase = liblocked-sstream-git
makedepends = python2
makedepends = boost>=1.45
depends = boost-libs>=1.45
- provides = liblocked-sstream
+ provides = liblocked-sstream-git
conflicts = liblocked-sstream
source = liblocked-sstream-git::git://git.carlh.net/git/locked_sstream.git
sha512sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 0e61526d86c1..735a61eadaff 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ url="http://carlh.net/locked_sstream"
license=('GPL')
depends=('boost-libs>=1.45')
makedepends=('python2' 'boost>=1.45')
-provides=('liblocked-sstream')
+provides=('liblocked-sstream-git')
conflicts=('liblocked-sstream')
#source=("libsub-git::git+https://github.com/cth103/libsub.git#branch=1.0")
source=("liblocked-sstream-git::git://git.carlh.net/git/locked_sstream.git")