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

Felix Yan felixonmars at archlinux.org
Sun Jan 10 04:23:40 UTC 2021


    Date: Sunday, January 10, 2021 @ 04:23:40
  Author: felixonmars
Revision: 816914

upgpkg: haskell-universe-base 1.1.2-1: rebuild with universe-base 1.1.2

Modified:
  haskell-universe-base/trunk/PKGBUILD

----------+
 PKGBUILD |   12 ++++--------
 1 file changed, 4 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-01-10 04:20:25 UTC (rev 816913)
+++ PKGBUILD	2021-01-10 04:23:40 UTC (rev 816914)
@@ -2,21 +2,17 @@
 
 _hkgname=universe-base
 pkgname=haskell-universe-base
-pkgver=1.1.1
-pkgrel=30
+pkgver=1.1.2
+pkgrel=1
 pkgdesc="A class for finite and recursively enumerable types."
 url="https://github.com/dmwit/universe"
 license=("BSD")
 arch=('x86_64')
 depends=('ghc-libs' 'haskell-tagged')
-makedepends=('ghc' 'uusi' 'haskell-quickcheck')
+makedepends=('ghc' 'haskell-quickcheck')
 source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz")
-sha256sums=('1ded30b31b1abbc7621bdb0086ba0d91c1920157e87a4abeb4f2fcf9f3f6dea8')
+sha512sums=('16f237a1df3c1bc4d689fa464aa5f756e33bf91c1c1cd8bd4f6f5dbbd7023ddf37e7fffaa5f1319a2019dd7065ec10d7303bfe5079f59f3aa0fce1c4c914647d')
 
-prepare() {
-  uusi $_hkgname-$pkgver/$_hkgname.cabal
-}
-
 build() {
   cd $_hkgname-$pkgver
 



More information about the arch-commits mailing list