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

Felix Yan felixonmars at archlinux.org
Tue Jun 9 04:51:43 UTC 2020


    Date: Tuesday, June 9, 2020 @ 04:51:41
  Author: felixonmars
Revision: 640645

upgpkg: haskell-bzlib 0.5.1.0-1

Modified:
  haskell-bzlib/trunk/PKGBUILD

----------+
 PKGBUILD |   15 ++++-----------
 1 file changed, 4 insertions(+), 11 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-06-09 04:49:38 UTC (rev 640644)
+++ PKGBUILD	2020-06-09 04:51:41 UTC (rev 640645)
@@ -3,8 +3,8 @@
 
 _hkgname=bzlib
 pkgname=haskell-bzlib
-pkgver=0.5.0.5
-pkgrel=16
+pkgver=0.5.1.0
+pkgrel=1
 pkgdesc="Compression and decompression in the bzip2 format"
 url="https://hackage.haskell.org/package/${_hkgname}"
 license=('BSD')
@@ -11,16 +11,9 @@
 arch=('x86_64')
 depends=('ghc-libs' 'bzip2')
 makedepends=('ghc')
-source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz"
-        ghc-8.8.patch)
-sha512sums=('fe4b6e1a4d67573a9ff72808cfd0bf47a127885593e98debcaa505c488c76af364bed31cdb8ee9308295514f154536e958ff5e2a1c3157eeb5b16f8011424819'
-            'ab5344deb9667b73ed3387d58abab5ee2fd6887fd78327d15b40ac8dc81165b6060517c29e8c7860e6e4e21119622182659d8f0e4491be2fbc1f5cf12aeab885')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
+sha512sums=('2d4e200abc8ef7f158b4b726e81a389d5018615dd04f5704f50323498f5a1991e217a05abd10f86cab791326bc95802d22a17b55656e5289cb07ca93698a1537')
 
-prepare() {
-    cd $_hkgname-$pkgver
-    patch -p0 -i ../ghc-8.8.patch
-}
-
 build() {
     cd $_hkgname-$pkgver
 



More information about the arch-commits mailing list