[arch-commits] Commit in haskell-ghc-bignum-orphans/trunk (PKGBUILD)

Felix Yan felixonmars at gemini.archlinux.org
Sun Mar 20 14:10:28 UTC 2022


    Date: Sunday, March 20, 2022 @ 14:10:28
  Author: felixonmars
Revision: 1163662

upgpkg: haskell-ghc-bignum-orphans 0.1.1-1: rebuild with ghc-bignum-orphans 0.1.1

Modified:
  haskell-ghc-bignum-orphans/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-03-20 14:10:22 UTC (rev 1163661)
+++ PKGBUILD	2022-03-20 14:10:28 UTC (rev 1163662)
@@ -2,22 +2,17 @@
 
 _hkgname=ghc-bignum-orphans
 pkgname=haskell-ghc-bignum-orphans
-pkgver=0.1
-pkgrel=2
+pkgver=0.1.1
+pkgrel=1
 pkgdesc="Backwards-compatible orphan instances for ghc-bignum"
 url="https://github.com/haskell-compat/ghc-bignum-orphans"
 license=("BSD")
 arch=('x86_64')
 depends=('ghc-libs')
-makedepends=('ghc' 'uusi')
+makedepends=('ghc')
 source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz")
-sha256sums=('165d750d225f37c7004aac798399ceb7f89a968479c7a2800a7a66c31d1e950c')
+sha256sums=('a4c617c7b90288ba3e24c67633f99e97e11c2367686463b8884d2cd3591241db')
 
-prepare() {
-  cd $_hkgname-$pkgver
-  gen-setup
-}
-
 build() {
   cd $_hkgname-$pkgver
 



More information about the arch-commits mailing list