[arch-commits] Commit in haskell-libmpd/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Fri Oct 11 19:40:40 UTC 2019
Date: Friday, October 11, 2019 @ 19:40:40
Author: felixonmars
Revision: 515153
upgpkg: haskell-libmpd 0.9.0.10-1
rebuild with libmpd 0.9.0.10
Modified:
haskell-libmpd/trunk/PKGBUILD
----------+
PKGBUILD | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2019-10-11 19:38:43 UTC (rev 515152)
+++ PKGBUILD 2019-10-11 19:40:40 UTC (rev 515153)
@@ -6,18 +6,18 @@
_hkgname=libmpd
pkgname=haskell-libmpd
-pkgver=0.9.0.9
-pkgrel=5
+pkgver=0.9.0.10
+pkgrel=1
pkgdesc='Client library for MPD, the Music Player Daemon'
url='https://hackage.haskell.org/package/libmpd'
license=('MIT')
arch=('x86_64')
depends=('ghc-libs' 'gmp' 'haskell-attoparsec' 'haskell-bytestring' 'haskell-containers' 'haskell-data-default'
- 'haskell-filepath' 'haskell-network' 'haskell-time' 'haskell-utf8-string'
+ '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/v${pkgver}.tar.gz)
-sha512sums=('06838c27dfc8af54a8ea711828ac7df480a0235addcd9ff42a8cd3daa4d35b7d8846de15e28ec83998ed464d38558a7d74680de032f4a7a343bb8208c3753ba9')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/vimus/libmpd-haskell/archive/${pkgver}.tar.gz)
+sha512sums=('b9f774a1c999b8016270a9c7f67c07fd4647107587c63b11643acd435ca8bf5ca5a88aaf9b66b9dcfb54d36f43f670e535291b546bf20137cb712d7c4fd994cc')
build() {
cd ${_hkgname}-haskell-${pkgver}
More information about the arch-commits
mailing list