summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeif Warner2016-01-18 09:06:04 -0800
committerLeif Warner2016-01-18 09:06:04 -0800
commit144ca3a02541c5c25ea8c69f6b1d0c8539d89852 (patch)
treebdd85c32707984eee98f24eeead60ce776a7139b
parent9966c7be8a343d11e8fef2d9bfae167cf26abfa8 (diff)
downloadaur-haskell-libmpd.tar.gz
Updated to 0.9.0.4
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 7 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 167132e2d8d3..937acfddd699 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,8 @@
+# Generated by mksrcinfo v8
+# Mon Jan 18 17:03:07 UTC 2016
pkgbase = haskell-libmpd
pkgdesc = An MPD client library.
- pkgver = 0.9.0.2
+ pkgver = 0.9.0.4
pkgrel = 1
url = http://hackage.haskell.org/package/libmpd
install = haskell-libmpd.install
@@ -19,8 +21,8 @@ pkgbase = haskell-libmpd
depends = haskell-time<2
depends = haskell-utf8-string
options = staticlibs
- source = http://hackage.haskell.org/packages/archive/libmpd/0.9.0.2/libmpd-0.9.0.2.tar.gz
- md5sums = f02b903117e8284b30826b07ee8e0b52
+ source = http://hackage.haskell.org/packages/archive/libmpd/0.9.0.4/libmpd-0.9.0.4.tar.gz
+ md5sums = effde2a23304169bdaae50fcf9db248b
pkgname = haskell-libmpd
diff --git a/PKGBUILD b/PKGBUILD
index c68eadf6f1e8..2183c1808c72 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Contributor: Arch Haskell Team <arch-haskell@haskell.org>
_hkgname=libmpd
pkgname=haskell-libmpd
-pkgver=0.9.0.2
+pkgver=0.9.0.4
pkgrel=1
pkgdesc="An MPD client library."
url="http://hackage.haskell.org/package/${_hkgname}"
@@ -25,7 +25,7 @@ depends=('ghc'
)
options=('staticlibs')
source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
-md5sums=('f02b903117e8284b30826b07ee8e0b52')
+md5sums=('effde2a23304169bdaae50fcf9db248b')
install=${pkgname}.install
build() {
cd ${srcdir}/${_hkgname}-${pkgver}