[arch-commits] Commit in haskell-chimera/trunk (PKGBUILD)
Felix Yan
felixonmars at gemini.archlinux.org
Wed Aug 11 06:03:20 UTC 2021
Date: Wednesday, August 11, 2021 @ 06:03:20
Author: felixonmars
Revision: 997420
upgpkg: haskell-chimera 0.3.2.0-1: rebuild with chimera 0.3.2.0
Modified:
haskell-chimera/trunk/PKGBUILD
----------+
PKGBUILD | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-08-11 03:08:18 UTC (rev 997419)
+++ PKGBUILD 2021-08-11 06:03:20 UTC (rev 997420)
@@ -2,9 +2,9 @@
_hkgname=chimera
pkgname=haskell-chimera
-pkgver=0.3.1.0
-pkgrel=9
-pkgdesc="Lazy infinite streams with O(1) indexing"
+pkgver=0.3.2.0
+pkgrel=1
+pkgdesc="Lazy infinite streams with O(1) indexing and applications for memoization"
url="https://github.com/Bodigrim/chimera#readme"
license=("BSD")
arch=('x86_64')
@@ -12,7 +12,7 @@
makedepends=('ghc' 'haskell-quickcheck' 'haskell-tasty' 'haskell-tasty-hunit'
'haskell-tasty-quickcheck' 'haskell-tasty-smallcheck')
source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz")
-sha256sums=('2945f0a12b1a56b73249fd67e23b1e4e9e34cb1495f250af32536405454fb325')
+sha512sums=('51dbb3b949615945ef9b4731e478a1c88e13d30dad7162c9d877752b673f98bbeb845d38e4dda685fba5c948fb8e04a9cef3b122eb56b3bce9dfe546c9a8a73c')
build() {
cd $_hkgname-$pkgver
@@ -43,4 +43,4 @@
runhaskell Setup copy --destdir="$pkgdir"
install -D -m644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/
rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
-}
\ No newline at end of file
+}
More information about the arch-commits
mailing list