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

Felix Yan felixonmars at archlinux.org
Sat Mar 14 19:05:24 UTC 2020


    Date: Saturday, March 14, 2020 @ 19:05:24
  Author: felixonmars
Revision: 597080

upgpkg: haskell-hspec-megaparsec 2.1.0-1: rebuild with hspec-megaparsec 2.1.0

Modified:
  haskell-hspec-megaparsec/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-03-14 19:03:17 UTC (rev 597079)
+++ PKGBUILD	2020-03-14 19:05:24 UTC (rev 597080)
@@ -2,8 +2,8 @@
 
 _hkgname=hspec-megaparsec
 pkgname=haskell-hspec-megaparsec
-pkgver=2.0.1
-pkgrel=21
+pkgver=2.1.0
+pkgrel=1
 pkgdesc="Utility functions for testing Megaparsec parsers with Hspec"
 url="https://github.com/goldfirere/hspec-megaparsec"
 license=('BSD')
@@ -10,16 +10,9 @@
 arch=('x86_64')
 depends=('ghc-libs' 'haskell-hspec-expectations' 'haskell-megaparsec')
 makedepends=('ghc' 'haskell-hspec')
-source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz
-        https://github.com/mrkkrp/hspec-megaparsec/commit/9603717ecfda0496d7a0a08d3b33a527bbd403cb.patch)
-sha512sums=('758994fccc31b03bb0bec281aa522b83ef0f1c08ab9baeaefbdb2a3e9ab4be51adf5ec839935538379cdfb6b4bfdfc834f8b485cbbd073ea5aff4fbdbfbeed0f'
-            'ac01228e1c9e25a01e33490e5e2195e6fb24769421e47bc41bfcce33a854417ec45f4bba14e29a227d5a94f331b2bff4b53fa852b7e764cd88a27fd3a50ba5ee')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+sha512sums=('99eca53ad39e761f077b751770f0e8d2edca55b723f60458cc2baefe3d73d74238494ba04b684eb38186cd2da29058697e37dd2c1581fd110428178bb19d8ba2')
 
-prepare() {
-    cd $_hkgname-$pkgver
-    patch -p1 -i ../9603717ecfda0496d7a0a08d3b33a527bbd403cb.patch || :
-}
-
 build() {
     cd $_hkgname-$pkgver
     



More information about the arch-commits mailing list