summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsL1pKn072018-04-12 15:47:46 +0200
committersL1pKn072018-04-12 15:47:46 +0200
commitcebdf8d7468ce5c312b92b1c3cac0ed53a569404 (patch)
tree6c0063564c776466025ae41cb4a6651ca9cf44db
parent8a88338cabaf9d3a8aeedac9577bdd63174b8cae (diff)
downloadaur-cebdf8d7468ce5c312b92b1c3cac0ed53a569404.tar.gz
bump
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD15
2 files changed, 14 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b6a1a3b3b07c..cfb68c704e0d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,10 @@
+# Generated by mksrcinfo v8
+# Thu Apr 12 13:47:35 UTC 2018
pkgbase = libbdplus-git
pkgdesc = Open implementation of BD+ protocol. (GIT version)
- pkgver = 0.1.2.7.gb567dbb
+ pkgver = 0.1.2.31.gc7f1e8b
pkgrel = 1
url = http://www.videolan.org/developers/libbdplus.html
- arch = i686
arch = x86_64
license = LGPL
makedepends = git
@@ -12,7 +13,7 @@ pkgbase = libbdplus-git
provides = libbdplus.so
conflicts = libbdplus
source = git://git.videolan.org/libbdplus.git
- sha1sums = SKIP
+ sha256sums = SKIP
pkgname = libbdplus-git
diff --git a/PKGBUILD b/PKGBUILD
index 1d94a170ac94..4b65309e84bc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,18 +1,20 @@
# Maintainer: Gustavo Alvarez <sl1pkn07@gmail.com>
pkgname=libbdplus-git
-pkgver=0.1.2.7.gb567dbb
+pkgver=0.1.2.31.gc7f1e8b
pkgrel=1
pkgdesc="Open implementation of BD+ protocol. (GIT version)"
-arch=('i686' 'x86_64')
+arch=('x86_64')
license=('LGPL')
url='http://www.videolan.org/developers/libbdplus.html'
depends=('libaacs')
makedepends=('git')
-provides=('libbdplus' 'libbdplus.so')
+provides=('libbdplus'
+ 'libbdplus.so'
+ )
conflicts=('libbdplus')
source=('git://git.videolan.org/libbdplus.git')
-sha1sums=('SKIP')
+sha256sums=('SKIP')
pkgver() {
cd libbdplus
@@ -26,7 +28,10 @@ prepare() {
build() {
cd libbdplus
- ./configure --prefix=/usr --disable-static
+ ./configure \
+ --prefix=/usr \
+ --disable-static
+
make
}