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

Felix Yan felixonmars at archlinux.org
Fri Jun 19 05:57:23 UTC 2020


    Date: Friday, June 19, 2020 @ 05:57:22
  Author: felixonmars
Revision: 647586

upgpkg: haskell-checkers 0.5.6-1: rebuild with checkers 0.5.6

Modified:
  haskell-checkers/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-06-19 01:02:10 UTC (rev 647585)
+++ PKGBUILD	2020-06-19 05:57:22 UTC (rev 647586)
@@ -2,8 +2,8 @@
 
 _hkgname=checkers
 pkgname=haskell-checkers
-pkgver=0.5.5
-pkgrel=11
+pkgver=0.5.6
+pkgrel=1
 pkgdesc="Check properties on standard classes and data structures"
 url="https://github.com/conal/checkers"
 license=('BSD')
@@ -10,16 +10,9 @@
 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
-        checkers-ghc-8.10.patch::https://github.com/conal/checkers/pull/45.patch)
-sha512sums=('162d40396e1cdc58e2c9c12174289141d7cbc4fa3d9a67273e8a6aa72cf0273023d33fa915ca33d2a0324016defbd4530cddfaf495e8ded66c50d6faf1c92e23'
-            'f1969cfc598ed712de3326bba53f33a08df017b8eae3eb8dc4eb31f5834340db8d60b70e46278823b55817c8ddc246afcc05ea9e2a6cf75d072f3c378eb10124')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+sha512sums=('4c8bab4f1acf3e10f2ab273741f59c7810439df52ad396fdd6d000926de1d8bf6e72b90f2b640d9b527c72372074767789110efc39652a4751f89f2d098fea30')
 
-prepare() {
-    cd $_hkgname-$pkgver
-    patch -p1 -i ../checkers-ghc-8.10.patch
-}
-
 build() {
     cd $_hkgname-$pkgver
     



More information about the arch-commits mailing list