summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorConnor Behan2022-12-04 18:40:23 +0000
committerConnor Behan2022-12-04 18:40:23 +0000
commit9d9395279641b48d172821df45c3b33a483ec90c (patch)
treef73c6c2b02cb594bc7da5922fab4568f2eace9a8
parentb07d87188bbb82fbeb7ac98d3c313c6cd8b3bd2f (diff)
downloadaur-9d9395279641b48d172821df45c3b33a483ec90c.tar.gz
Update to 0.2.0-2
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD5
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e88c2a6fa7d9..1e24dbe2d5ea 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = libbdplus
pkgdesc = Library for handling the BD+ protection scheme on bluray discs
pkgver = 0.2.0
- pkgrel = 1
+ pkgrel = 2
url = https://www.videolan.org/developers/libbdplus.html
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 864b0909323e..ef7ca9a03121 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Connor Behan <connor.behan@gmail.com>
pkgname=libbdplus
pkgver=0.2.0
-pkgrel=1
+pkgrel=2
pkgdesc="Library for handling the BD+ protection scheme on bluray discs"
arch=('i686' 'x86_64')
license=('LGPL')
@@ -11,7 +11,8 @@ source=("ftp://ftp.videolan.org/pub/videolan/${pkgname}/${pkgver}/${pkgname}-${p
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
- ./configure --prefix=/usr
+ # https://www.mail-archive.com/bug-autoconf@gnu.org/msg04648.html
+ ./configure --prefix=/usr --with-gpg-error-prefix=/usr
make
}