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

Felix Yan felixonmars at archlinux.org
Fri Apr 24 08:05:17 UTC 2020


    Date: Friday, April 24, 2020 @ 08:05:16
  Author: felixonmars
Revision: 619006

upgpkg: haskell-checkers 0.5.5-6: rebuild with ghc 8.10.1, protolude 0.3.0, repline 0.3.0.0

Modified:
  haskell-checkers/trunk/PKGBUILD

----------+
 PKGBUILD |   13 ++++++++++---
 1 file changed, 10 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-04-24 07:52:02 UTC (rev 619005)
+++ PKGBUILD	2020-04-24 08:05:16 UTC (rev 619006)
@@ -3,7 +3,7 @@
 _hkgname=checkers
 pkgname=haskell-checkers
 pkgver=0.5.5
-pkgrel=5
+pkgrel=6
 pkgdesc="Check properties on standard classes and data structures"
 url="https://github.com/conal/checkers"
 license=('BSD')
@@ -10,9 +10,16 @@
 arch=('x86_64')
 depends=('ghc-libs' 'haskell-random' 'haskell-quickcheck' 'haskell-semigroupoids')
 makedepends=('ghc')
-source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
-sha512sums=('162d40396e1cdc58e2c9c12174289141d7cbc4fa3d9a67273e8a6aa72cf0273023d33fa915ca33d2a0324016defbd4530cddfaf495e8ded66c50d6faf1c92e23')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz
+        checkers-ghc-8.10.patch::https://github.com/conal/checkers/pull/45.patch)
+sha512sums=('162d40396e1cdc58e2c9c12174289141d7cbc4fa3d9a67273e8a6aa72cf0273023d33fa915ca33d2a0324016defbd4530cddfaf495e8ded66c50d6faf1c92e23'
+            'f1969cfc598ed712de3326bba53f33a08df017b8eae3eb8dc4eb31f5834340db8d60b70e46278823b55817c8ddc246afcc05ea9e2a6cf75d072f3c378eb10124')
 
+prepare() {
+    cd $_hkgname-$pkgver
+    patch -p1 -i ../checkers-ghc-8.10.patch
+}
+
 build() {
     cd $_hkgname-$pkgver
     



More information about the arch-commits mailing list