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

Felix Yan felixonmars at archlinux.org
Thu Jan 21 22:36:12 UTC 2021


    Date: Thursday, January 21, 2021 @ 22:36:12
  Author: felixonmars
Revision: 824216

upgpkg: haskell-some 1.0.2-1

Modified:
  haskell-some/trunk/PKGBUILD

----------+
 PKGBUILD |    5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-01-21 22:27:34 UTC (rev 824215)
+++ PKGBUILD	2021-01-21 22:36:12 UTC (rev 824216)
@@ -2,7 +2,7 @@
 
 _hkgname=some
 pkgname=haskell-some
-pkgver=1.0.1
+pkgver=1.0.2
 pkgrel=1
 pkgdesc="Existential type: Some"
 url="https://github.com/phadej/some"
@@ -11,12 +11,11 @@
 depends=('ghc-libs')
 makedepends=('ghc' 'uusi')
 source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz")
-sha256sums=('31ce29bf7d4849d6852d2f8947de0302d18fcfb95e6d01118b5533c975dfb78d')
+sha512sums=('bbe485d89ece74e92033962f20f46e78d8aebf80e518bfc5661fc62585124e0995b342da2c004e6960795a3265b58eac1eb45a02afeb10d1afecfaed0f28f59e')
 
 prepare() {
   cd $_hkgname-$pkgver
   gen-setup
-  uusi -u base $_hkgname.cabal
 }
 
 build() {



More information about the arch-commits mailing list