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

Felix Yan felixonmars at archlinux.org
Tue Jan 12 19:54:45 UTC 2021


    Date: Tuesday, January 12, 2021 @ 19:54:45
  Author: felixonmars
Revision: 820245

upgpkg: haskell-universe-reverse-instances 1.1.1-1: rebuild with universe-reverse-instances 1.1.1

Modified:
  haskell-universe-reverse-instances/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-01-12 19:52:02 UTC (rev 820244)
+++ PKGBUILD	2021-01-12 19:54:45 UTC (rev 820245)
@@ -2,21 +2,17 @@
 
 _hkgname=universe-reverse-instances
 pkgname=haskell-universe-reverse-instances
-pkgver=1.1
-pkgrel=32
+pkgver=1.1.1
+pkgrel=1
 pkgdesc="Instances of standard classes that are made possible by enumerations"
 url="https://github.com/dmwit/universe"
 license=("BSD")
 arch=('x86_64')
 depends=('ghc-libs' 'haskell-universe-base')
-makedepends=('ghc' 'uusi')
+makedepends=('ghc')
 source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz")
-sha256sums=('SKIP')
+sha512sums=('c7f3d10a7b9be605bdc7e51b236240dce781e7674ded90e40998e71ac1765bc8b2c55271063c0e05ed033ea454a264da7fb1ff828283df504fc86ca52db0fda7')
 
-prepare() {
-  uusi $_hkgname-$pkgver/$_hkgname.cabal
-}
-
 build() {
   cd $_hkgname-$pkgver    
 



More information about the arch-commits mailing list