[arch-commits] Commit in haskell-deque/trunk (PKGBUILD)
Felix Yan
felixonmars at gemini.archlinux.org
Tue Sep 28 00:36:42 UTC 2021
Date: Tuesday, September 28, 2021 @ 00:36:42
Author: felixonmars
Revision: 1025826
upgpkg: haskell-deque 0.4.4-1: rebuild with deque 0.4.4
Modified:
haskell-deque/trunk/PKGBUILD
----------+
PKGBUILD | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-09-28 00:34:10 UTC (rev 1025825)
+++ PKGBUILD 2021-09-28 00:36:42 UTC (rev 1025826)
@@ -2,8 +2,8 @@
_hkgname=deque
pkgname=haskell-deque
-pkgver=0.4.3
-pkgrel=126
+pkgver=0.4.4
+pkgrel=1
pkgdesc="Double-ended queues"
url="https://github.com/nikita-volkov/deque"
license=("MIT")
@@ -12,7 +12,7 @@
makedepends=('ghc' 'haskell-quickcheck' 'haskell-quickcheck-instances' 'haskell-rerebase'
'haskell-tasty' 'haskell-tasty-hunit' 'haskell-tasty-quickcheck')
source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz")
-sha256sums=('b76a0e7d8a5f3b12ca8cf5a583f3e8e4333c7860f56b1e921a3fdfe959e557a5')
+sha512sums=('8c771c3906235b6c9d46c96c0c40126cfaef763df59407c87c95431ae34a8b3f051840243b2439a65e9a8f2683c1d884e72d8b716c90246d1c82d0e9e7592047')
build() {
cd $_hkgname-$pkgver
More information about the arch-commits
mailing list