[arch-commits] Commit in haskell-hashable/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Sun Feb 21 23:16:32 UTC 2021
Date: Sunday, February 21, 2021 @ 23:16:32
Author: felixonmars
Revision: 868247
upgpkg: haskell-hashable 1.3.1.0-1: rebuild with hashable 1.3.1.0
Modified:
haskell-hashable/trunk/PKGBUILD
----------+
PKGBUILD | 15 +++++++--------
1 file changed, 7 insertions(+), 8 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-02-21 23:03:42 UTC (rev 868246)
+++ PKGBUILD 2021-02-21 23:16:32 UTC (rev 868247)
@@ -3,22 +3,21 @@
_hkgname=hashable
pkgname=haskell-hashable
-pkgver=1.3.0.0
-pkgrel=97
+pkgver=1.3.1.0
+pkgrel=1
pkgdesc="Mutable hash tables in the ST monad"
url="https://hackage.haskell.org/package/${_hkgname}"
license=('BSD')
arch=('x86_64')
-depends=('ghc-libs' 'sh')
-makedepends=('ghc')
+depends=('ghc-libs')
+makedepends=('ghc' 'uusi')
checkdepends=('haskell-hunit' 'haskell-quickcheck' 'haskell-random' 'haskell-test-framework'
- 'haskell-test-framework-hunit' 'haskell-test-framework-quickcheck2')
+ 'haskell-test-framework-hunit' 'haskell-test-framework-quickcheck2')
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha512sums=('2ba9b0657ddc6faf8b8be88e79d3c49503dfee3a446fc16bdc851f357afef1b92b443d1582d462cea859e37a16b46ec762b1dcf613458c5a15f800a8fccdb0ac')
+sha512sums=('dc74815d9c4cbf6b5562d04843f5234d7378265f2796c8f9980ecc639a03e01c8d4a0a27ed6bb31207df537d7774d910b9fec216a8832377e09e827aabf58751')
prepare() {
- cd $_hkgname-$pkgver
- sed -i 's/< *4.14/<5/;s/< *1.2/<2/' $_hkgname.cabal
+ uusi -u random $_hkgname-$pkgver/$_hkgname.cabal
}
build() {
More information about the arch-commits
mailing list