summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAvery2015-07-02 22:15:29 -0500
committerAvery2015-07-02 22:15:29 -0500
commit48472a73d28a3a3d547e2f7194cc3ef78d9200cf (patch)
tree0f3f651ed6e47c7b54be31cb530750449c170406 /PKGBUILD
parentdff657803c63be40c92f27bb38e29b485d838771 (diff)
downloadaur-48472a73d28a3a3d547e2f7194cc3ef78d9200cf.tar.gz
Update to 0.3.1, tidy up PKGBUILD
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD10
1 files changed, 4 insertions, 6 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 777428b5f2d5..8f0e867e47ed 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,19 +4,17 @@
# for playing Flash DRM content without a full HAL installation and daemon.
pkgname=hal-flash
-pkgver=0.3.0
+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')
+provides=('hal=0.5.14')
conflicts=('hal')
-source=("https://github.com/cshorler/hal-flash/archive/v0.3.0.tar.gz")
-md5sums=('034943dde1c3e18266e396c7552542b4')
+source=("https://github.com/cshorler/hal-flash/archive/v0.3.1.tar.gz")
+md5sums=('8201d438c56342e5bf95004ca3c4d899')
prepare() {
mv "$srcdir/$pkgname-$pkgver" "$srcdir/$pkgname"