summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAvery2015-08-29 09:55:37 -0500
committerAvery2015-08-29 09:55:37 -0500
commit83a3729a35b65265d46cf7f5506a8878a1448db8 (patch)
tree17ee1e54855cf3633ccdcd7894e38da0f62a0b7c /PKGBUILD
parent48472a73d28a3a3d547e2f7194cc3ef78d9200cf (diff)
downloadaur-83a3729a35b65265d46cf7f5506a8878a1448db8.tar.gz
Update to 0.3.2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8f0e867e47ed..a40f0b030e98 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# for playing Flash DRM content without a full HAL installation and daemon.
pkgname=hal-flash
-pkgver=0.3.1
+pkgver=0.3.2
pkgrel=1
pkgdesc="A libhal stub library forwarding to UDisks2 for flash to play DRM content"
arch=('i686' 'x86_64')
@@ -13,8 +13,8 @@ license=('GPL2')
depends=('udisks2' 'dbus')
provides=('hal=0.5.14')
conflicts=('hal')
-source=("https://github.com/cshorler/hal-flash/archive/v0.3.1.tar.gz")
-md5sums=('8201d438c56342e5bf95004ca3c4d899')
+source=("https://github.com/cshorler/hal-flash/archive/v${pkgver}.tar.gz")
+md5sums=('3d308d6e0804c28115a643392be3ddae')
prepare() {
mv "$srcdir/$pkgname-$pkgver" "$srcdir/$pkgname"