Date: Tuesday, January 28, 2020 @ 21:07:29 Author: felixonmars Revision: 558345
upgpkg: haskell-libmpd 0.9.1.0-1: rebuild with libmpd 0.9.1.0 Modified: haskell-libmpd/trunk/PKGBUILD ----------+ PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-01-28 21:05:19 UTC (rev 558344) +++ PKGBUILD 2020-01-28 21:07:29 UTC (rev 558345) @@ -6,8 +6,8 @@ _hkgname=libmpd pkgname=haskell-libmpd -pkgver=0.9.0.10 -pkgrel=11 +pkgver=0.9.1.0 +pkgrel=1 pkgdesc='Client library for MPD, the Music Player Daemon' url='https://hackage.haskell.org/package/libmpd' license=('MIT') @@ -16,8 +16,8 @@ 'haskell-filepath' 'haskell-network' 'haskell-safe-exceptions' 'haskell-time' 'haskell-utf8-string' 'haskell-primitive') makedepends=('ghc') -source=(${pkgname}-${pkgver}.tar.gz::https://github.com/vimus/libmpd-haskell/archive/${pkgver}.tar.gz) -sha512sums=('b9f774a1c999b8016270a9c7f67c07fd4647107587c63b11643acd435ca8bf5ca5a88aaf9b66b9dcfb54d36f43f670e535291b546bf20137cb712d7c4fd994cc') +source=(${pkgname}-${pkgver}.tar.gz::https://github.com/vimus/libmpd-haskell/archive/v${pkgver}.tar.gz) +sha512sums=('e0577742b735097f1b562aaf0281bbd50890f22ab819fcbd994b6a3c671319a9a006f09db241aecf4bdaba16573ecc6e01b39094186a8d1385cc4d2db5a56c0a') build() { cd ${_hkgname}-haskell-${pkgver}
