Date: Saturday, October 29, 2022 @ 17:55:04
  Author: felixonmars
Revision: 1339279

upgpkg: haskell-enummapset 0.7.1.0-1: rebuild with enummapset 0.7.1.0

Modified:
  haskell-enummapset/trunk/PKGBUILD

----------+
 PKGBUILD |   13 ++++---------
 1 file changed, 4 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2022-10-29 17:53:00 UTC (rev 1339278)
+++ PKGBUILD    2022-10-29 17:55:04 UTC (rev 1339279)
@@ -2,23 +2,18 @@
 
 _hkgname=enummapset
 pkgname=haskell-enummapset
-pkgver=0.7.0.0
-pkgrel=23
+pkgver=0.7.1.0
+pkgrel=1
 pkgdesc="IntMap and IntSet with Enum keys/elements."
 url="https://github.com/Mikolaj/enummapset";
 license=("BSD")
 arch=('x86_64')
 depends=('ghc-libs' 'haskell-aeson')
-makedepends=('ghc' 'uusi' 'haskell-hunit' 'haskell-quickcheck' 
'haskell-test-framework'
+makedepends=('ghc' 'haskell-hunit' 'haskell-quickcheck' 
'haskell-test-framework'
              'haskell-test-framework-hunit' 
'haskell-test-framework-quickcheck2')
 
source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz";)
-sha256sums=('a531bcdf6422bfe58f1308af39ff304aa524c027b2213e504e18c6da153a9da4')
+sha256sums=('c938bec2cdfe57c829e7bd36a6687dec506a292810de0e3611219f9a71a00efe')
 
-prepare() {
-  cd $_hkgname-$pkgver
-  uusi -d semigroups $_hkgname.cabal
-}
-
 build() {
   cd $_hkgname-$pkgver
 

Reply via email to