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

Felix Yan felixonmars at archlinux.org
Thu Jun 17 22:59:37 UTC 2021


    Date: Thursday, June 17, 2021 @ 22:59:37
  Author: felixonmars
Revision: 964939

upgpkg: haskell-bzlib 0.5.1.0-7: rebuild with ghc 9.0.1

Modified:
  haskell-bzlib/trunk/PKGBUILD

----------+
 PKGBUILD |    9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-06-17 22:40:01 UTC (rev 964938)
+++ PKGBUILD	2021-06-17 22:59:37 UTC (rev 964939)
@@ -4,16 +4,21 @@
 _hkgname=bzlib
 pkgname=haskell-bzlib
 pkgver=0.5.1.0
-pkgrel=6
+pkgrel=7
 pkgdesc="Compression and decompression in the bzip2 format"
 url="https://hackage.haskell.org/package/${_hkgname}"
 license=('BSD')
 arch=('x86_64')
 depends=('ghc-libs' 'bzip2')
-makedepends=('ghc')
+makedepends=('ghc' 'uusi')
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
 sha512sums=('2d4e200abc8ef7f158b4b726e81a389d5018615dd04f5704f50323498f5a1991e217a05abd10f86cab791326bc95802d22a17b55656e5289cb07ca93698a1537')
 
+prepare() {
+    cd $_hkgname-$pkgver
+    uusi -u base $_hkgname.cabal
+}
+
 build() {
     cd $_hkgname-$pkgver
 



More information about the arch-commits mailing list