summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAvery2015-07-02 22:21:04 -0500
committerAvery2015-07-02 22:21:04 -0500
commit388434c7723d23a10ed4d7c3df1eb84a1f60f779 (patch)
treefda24427a91fbc28b1bbaf69eda1008e07e83720
parent567f9cc98fe95ba6ebda71d6347c8833718037d0 (diff)
downloadaur-hal-flash-git.tar.gz
Update to 0.3.1, tidy up PKGBUILD
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD10
2 files changed, 7 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 38b16a2b23c5..31a5ae622e0f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,15 @@
pkgbase = hal-flash-git
pkgdesc = A libhal stub library forwarding to UDisks2 for flash to play DRM content
- pkgver = 0.3.0
- pkgrel = 2
+ pkgver = 0.3.1
+ pkgrel = 1
url = https://github.com/cshorler/hal-flash
arch = i686
arch = x86_64
license = GPL2
- makedepends = autoconf>=2.60
- makedepends = pkgconfig
makedepends = git
depends = udisks2
depends = dbus
- provides = hal=0.5.15
+ provides = hal=0.5.14
conflicts = hal
source = hal-flash-git::git+http://github.com/cshorler/hal-flash.git
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index dd73055bac7b..dfc1dfce6ce3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,16 +6,15 @@
# for playing Flash DRM content without a full HAL installation and daemon.
pkgname=hal-flash-git
-pkgver=0.3.0
-pkgrel=2
+pkgver=0.3.1
+pkgrel=1
pkgdesc="A libhal stub library forwarding to UDisks2 for flash to play DRM content"
arch=('i686' 'x86_64')
url="https://github.com/cshorler/hal-flash"
license=('GPL2')
-groups=()
depends=('udisks2' 'dbus')
-makedepends=('autoconf>=2.60' 'pkgconfig' 'git')
-provides=('hal=0.5.15')
+makedepends=('git')
+provides=('hal=0.5.14')
conflicts=('hal')
source=("$pkgname"::'git+http://github.com/cshorler/hal-flash.git')
md5sums=('SKIP')
@@ -32,7 +31,6 @@ prepare() {
cd "$srcdir/$pkgname"
./configure --prefix=/usr --enable-static=no
-
}
build() {