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

Felix Yan felixonmars at gemini.archlinux.org
Wed Aug 25 14:14:43 UTC 2021


    Date: Wednesday, August 25, 2021 @ 14:14:43
  Author: felixonmars
Revision: 1004734

upgpkg: haskell-integer-roots 1.0.0.1-1: rebuild with integer-roots 1.0.0.1

Modified:
  haskell-integer-roots/trunk/PKGBUILD

----------+
 PKGBUILD |   16 ++++++----------
 1 file changed, 6 insertions(+), 10 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-08-25 14:14:13 UTC (rev 1004733)
+++ PKGBUILD	2021-08-25 14:14:43 UTC (rev 1004734)
@@ -2,25 +2,21 @@
 
 _hkgname=integer-roots
 pkgname=haskell-integer-roots
-pkgver=1.0
-pkgrel=7
+pkgver=1.0.0.1
+pkgrel=1
 pkgdesc="Integer roots and perfect powers"
 url="https://github.com/Bodigrim/integer-roots"
 license=("MIT")
 arch=('x86_64')
 depends=('ghc-libs')
-makedepends=('ghc' 'uusi' 'haskell-smallcheck' 'haskell-tasty' 'haskell-tasty-hunit'
-             'haskell-tasty-quickcheck' 'haskell-tasty-smallcheck')
-source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz"
-        $_hkgname-smallcheck-1.2.patch::https://github.com/Bodigrim/integer-roots/commit/e513864343b0464702333b9470d924e1522d1f9b.patch)
-sha256sums=('c13f79d3a887e132e6e5157eea26a00121c301b3b6680ac6a445ca343203a788'
-            '126481194ae1edd465b1fe787b61366a704db5834812eb0ebb774880b3715572')
+makedepends=('ghc' 'uusi' 'haskell-doctest' 'haskell-smallcheck' 'haskell-tasty'
+             'haskell-tasty-hunit' 'haskell-tasty-quickcheck' 'haskell-tasty-smallcheck')
+source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz")
+sha512sums=('654e411789170993b7e759fd433b80083c1ad52731f7c430d4726f3eb32f3ff6431a93e24b779f522c965f8cd649c37cd952418def56da7e73b05ea85f7d7814')
 
 prepare() {
   cd $_hkgname-$pkgver
-  patch -p1 -i ../$_hkgname-smallcheck-1.2.patch
   gen-setup
-  uusi -u integer-gmp $_hkgname.cabal
 }
 
 build() {



More information about the arch-commits mailing list