Date: Friday, August 9, 2019 @ 08:35:55 Author: felixonmars Revision: 498405
upgpkg: haskell-hashtables 1.2.3.4-1 rebuild with hashtables 1.2.3.4 Modified: haskell-hashtables/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2019-08-09 08:35:54 UTC (rev 498404) +++ PKGBUILD 2019-08-09 08:35:55 UTC (rev 498405) @@ -3,8 +3,8 @@ _hkgname=hashtables pkgname=haskell-hashtables -pkgver=1.2.3.3 -pkgrel=6 +pkgver=1.2.3.4 +pkgrel=1 pkgdesc="Mutable hash tables in the ST monad" url="https://hackage.haskell.org/package/${_hkgname}" license=('BSD') @@ -12,7 +12,7 @@ depends=('ghc-libs' 'sh' 'haskell-hashable' 'haskell-primitive' 'haskell-vector') makedepends=('ghc') source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") -sha512sums=('94fb2a0eabfcbcceccc61c5febdac67067b89e8808aa6562d6c79a64e8afd8a3acab514786b8aa3190ece7dbe0633d60bf601e1c045f31b28d9ba49ac7ed9853') +sha512sums=('4723540f930edd1d5fd5cf58eadf7ed24fcd7761b90f303d559bc617737ec30cee2e9571ecced61fd369a933ae95b4386e48b122b876e73d0ad4bb65df16b76e') build() { cd $_hkgname-$pkgver
