[arch-commits] Commit in haskell-rere/trunk (PKGBUILD)

Felix Yan felixonmars at archlinux.org
Wed Apr 21 23:31:47 UTC 2021


    Date: Wednesday, April 21, 2021 @ 23:31:47
  Author: felixonmars
Revision: 920736

upgpkg: haskell-rere 0.2-1: rebuild with bin 0.1.1, fin 0.2, ral 0.2, rere 0.2, vec 0.4

Modified:
  haskell-rere/trunk/PKGBUILD

----------+
 PKGBUILD |    7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-04-21 23:30:59 UTC (rev 920735)
+++ PKGBUILD	2021-04-21 23:31:47 UTC (rev 920736)
@@ -2,8 +2,8 @@
 
 _hkgname=rere
 pkgname=haskell-rere
-pkgver=0.1
-pkgrel=25
+pkgver=0.2
+pkgrel=1
 pkgdesc="Regular-expressions extended with fixpoints for context-free powers"
 url="https://github.com/phadej/rere.git"
 license=("BSD")
@@ -11,12 +11,11 @@
 depends=('ghc-libs' 'haskell-quickcheck' 'haskell-fin' 'haskell-vec')
 makedepends=('ghc' 'uusi' 'haskell-quickcheck-instances' 'haskell-tasty' 'haskell-tasty-quickcheck')
 source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz")
-sha256sums=('4c79e0e8d7101e0e0177716d0b912aa7a2bbdeb91533b599e6b4e24e55b35343')
+sha512sums=('5ecdced0db5dce488396f5013cc37ab00b6f769f24bf33d8be1bb80ec1aa15b3d8a4d36e185adf7d557b37d3486e643fb87fa019f7057c7aab4487e0059888d6')
 
 prepare() {
   cd $_hkgname-$pkgver
   gen-setup
-  uusi -u QuickCheck -u tasty $_hkgname.cabal
 }
 
 build() {



More information about the arch-commits mailing list