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

Felix Yan felixonmars at archlinux.org
Thu Nov 1 11:01:26 UTC 2018


    Date: Thursday, November 1, 2018 @ 11:01:26
  Author: felixonmars
Revision: 401061

upgpkg: haskell-polyparse 1.12.1-1

rebuild with polyparse 1.12.1

Modified:
  haskell-polyparse/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-11-01 10:58:02 UTC (rev 401060)
+++ PKGBUILD	2018-11-01 11:01:26 UTC (rev 401061)
@@ -3,8 +3,8 @@
 
 _hkgname=polyparse
 pkgname=haskell-polyparse
-pkgver=1.12
-pkgrel=12
+pkgver=1.12.1
+pkgrel=1
 pkgdesc="A variety of alternative parser combinator libraries."
 url="http://code.haskell.org/~malcolm/polyparse/"
 license=("LGPL")
@@ -11,16 +11,9 @@
 arch=('x86_64')
 depends=('ghc-libs')
 makedepends=('ghc')
-source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz"
-        base-4.12.patch)
-sha512sums=('c6735d353f612e85b5d11b337b41649495d573a94611741d7e99efaaf6a4eccdc70eda96f2b1cb1a440389e77c188de306e93c532e0ecff1ea883a949cedf011'
-            '79e23565dffabf151efb3e495989bd24585d82500bfe132c7d31d08f12762d925aa6f18dfc88a654c436bd28373d96d95a7af8e5f8dc7b07e9b10ccd2259ad9f')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
+sha512sums=('2c165495c83874ece2b40326ad459ebe6fad3579c4246d8ae04e30cb5b7e1923b9dae796433cb814da772b099bc8422ce59df8e0857fda88d679ec308db16b85')
 
-prepare() {
-    cd $_hkgname-$pkgver
-    patch -p1 -i ../base-4.12.patch
-}
-
 build() {
     cd "${srcdir}/${_hkgname}-${pkgver}"
     



More information about the arch-commits mailing list