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

Felix Yan felixonmars at gemini.archlinux.org
Wed Mar 23 17:12:59 UTC 2022


    Date: Wednesday, March 23, 2022 @ 17:12:59
  Author: felixonmars
Revision: 1171583

upgpkg: haskell-hedgehog 1.1.1-1: rebuild with hedgehog 1.1.1

Modified:
  haskell-hedgehog/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-03-23 17:10:45 UTC (rev 1171582)
+++ PKGBUILD	2022-03-23 17:12:59 UTC (rev 1171583)
@@ -3,8 +3,8 @@
 
 _hkgname=hedgehog
 pkgname=haskell-hedgehog
-pkgver=1.1
-pkgrel=3
+pkgver=1.1.1
+pkgrel=1
 pkgdesc="A modern property-based testing system"
 url="https://hedgehog.qa"
 license=("BSD")
@@ -15,12 +15,11 @@
          'haskell-resourcet' 'haskell-transformers-base' 'haskell-wl-pprint-annotated')
 makedepends=('ghc' 'uusi')
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha512sums=('d426656189a577ff7c4a4e473051241f85e1562ff6cdead9a8515bf32a7e25b79922a5197c0c210ef0b4f22508af167b992249d66015a7ba621fbe8ae6ee4b2a')
+sha512sums=('06b7d61f98894fd65bd8523b3df88e821bb723e5bb7a429c790a5983533aa48d5edd8e4febea8b9c12a19fd54a7efa75954db5f6711d86469ab027783ac701cc')
 
 prepare() {
     cd $_hkgname-$pkgver
     gen-setup
-    uusi -u mmorph $_hkgname.cabal
 } 
 
 build() {



More information about the arch-commits mailing list