summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsl1pkn072015-12-04 18:26:50 +0100
committersl1pkn072015-12-04 18:26:50 +0100
commit8a88338cabaf9d3a8aeedac9577bdd63174b8cae (patch)
treed0e49630bb0c2533867780951f4f4b1c7e87a51f
parent4bc459e2c49bf066a353b5c7a1d2216593096f9d (diff)
downloadaur-8a88338cabaf9d3a8aeedac9577bdd63174b8cae.tar.gz
Update PKGBUILD
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 794fed511a35..b6a1a3b3b07c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = libbdplus-git
pkgdesc = Open implementation of BD+ protocol. (GIT version)
- pkgver = 0.1.2.6.gb7aaa91
+ pkgver = 0.1.2.7.gb567dbb
pkgrel = 1
url = http://www.videolan.org/developers/libbdplus.html
arch = i686
@@ -9,6 +9,7 @@ pkgbase = libbdplus-git
makedepends = git
depends = libaacs
provides = libbdplus
+ provides = libbdplus.so
conflicts = libbdplus
source = git://git.videolan.org/libbdplus.git
sha1sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 16e020689249..1d94a170ac94 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
# Maintainer: Gustavo Alvarez <sl1pkn07@gmail.com>
pkgname=libbdplus-git
-pkgver=0.1.2.6.gb7aaa91
+pkgver=0.1.2.7.gb567dbb
pkgrel=1
pkgdesc="Open implementation of BD+ protocol. (GIT version)"
arch=('i686' 'x86_64')
license=('LGPL')
-url="http://www.videolan.org/developers/libbdplus.html"
+url='http://www.videolan.org/developers/libbdplus.html'
depends=('libaacs')
makedepends=('git')
-provides=('libbdplus')
+provides=('libbdplus' 'libbdplus.so')
conflicts=('libbdplus')
source=('git://git.videolan.org/libbdplus.git')
sha1sums=('SKIP')