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

Felix Yan felixonmars at archlinux.org
Mon Jan 18 16:47:40 UTC 2021


    Date: Monday, January 18, 2021 @ 16:47:40
  Author: felixonmars
Revision: 823528

upgpkg: haskell-listlike 4.7.4-1: rebuild with ListLike 4.7.4

Modified:
  haskell-listlike/trunk/PKGBUILD

----------+
 PKGBUILD |   14 ++++----------
 1 file changed, 4 insertions(+), 10 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-01-18 16:47:31 UTC (rev 823527)
+++ PKGBUILD	2021-01-18 16:47:40 UTC (rev 823528)
@@ -2,8 +2,8 @@
 
 _hkgname=ListLike
 pkgname=haskell-listlike
-pkgver=4.7.3
-pkgrel=10
+pkgver=4.7.4
+pkgrel=1
 pkgdesc="Generic support for list-like structures"
 url="https://github.com/ddssff/listlike"
 license=('BSD')
@@ -10,15 +10,9 @@
 arch=('x86_64')
 depends=('ghc-libs' 'haskell-dlist' 'haskell-fmlist' 'haskell-utf8-string' 'haskell-vector')
 makedepends=('ghc' 'haskell-hunit' 'haskell-quickcheck' 'haskell-random')
-source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz"
-        $pkgname-utf8-string-1.0.2.patch::https://github.com/ddssff/listlike/commit/c27e299bd5a638a617370780e17cd2faf04befdb.patch)
-sha512sums=('c463df1165be28067851fc5ee3f55b12dc4a490f411555a9eda5e0008bcd084bc2ff12123d4306e3493fa8a4933315aefcf1883afc783c245790910ac8522295'
-            'bf7032fe944d11b3dfeab3d12efcfc25f15284f12cc2be9cfd725050cc0ec5f02535852e142a5f7bdfadc16e9d0dd3b7bae508af17ca35c502f95ce1f6b663a0')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
+sha512sums=('5cefcb70faed3fc87908470bd279f7e63a06694172f8ee3b9cb7d9a1668822c968394ca5a5e1646cd2afb5feee8897e63a7842633446d8eb312dc1136a2a1d54')
 
-prepare() {
-    patch -d $_hkgname-$pkgver -p1 < $pkgname-utf8-string-1.0.2.patch
-}
-
 build() {
     cd $_hkgname-$pkgver
     



More information about the arch-commits mailing list