summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAvery2016-03-25 11:20:22 -0500
committerAvery2016-03-25 11:20:22 -0500
commit45c7823eaa34ed5afa2855464f06bb54d3ff35ac (patch)
tree728902dbfe29256fae1e3c299a2ed010be14708c /PKGBUILD
parent83a3729a35b65265d46cf7f5506a8878a1448db8 (diff)
downloadaur-hal-flash.tar.gz
Updated to v0.3.3
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a40f0b030e98..033b58b3898c 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.2
+pkgver=0.3.3
pkgrel=1
pkgdesc="A libhal stub library forwarding to UDisks2 for flash to play DRM content"
arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@ depends=('udisks2' 'dbus')
provides=('hal=0.5.14')
conflicts=('hal')
source=("https://github.com/cshorler/hal-flash/archive/v${pkgver}.tar.gz")
-md5sums=('3d308d6e0804c28115a643392be3ddae')
+md5sums=('2d4bc27e33134fcd3a35f56dba697c55')
prepare() {
mv "$srcdir/$pkgname-$pkgver" "$srcdir/$pkgname"