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

Felix Yan felixonmars at archlinux.org
Tue Jan 5 23:36:38 UTC 2021


    Date: Tuesday, January 5, 2021 @ 23:36:38
  Author: felixonmars
Revision: 810461

upgpkg: haskell-half 0.3.1-1: rebuild with half 0.3.1

Modified:
  haskell-half/trunk/PKGBUILD

----------+
 PKGBUILD |   14 ++++++++++----
 1 file changed, 10 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-01-05 22:41:49 UTC (rev 810460)
+++ PKGBUILD	2021-01-05 23:36:38 UTC (rev 810461)
@@ -2,17 +2,23 @@
 
 _hkgname=half
 pkgname=haskell-half
-pkgver=0.3
-pkgrel=95
+pkgver=0.3.1
+pkgrel=1
 pkgdesc="Half-precision floating-point"
 url="https://github.com/ekmett/half"
 license=('BSD')
 arch=('x86_64')
 depends=('ghc-libs')
-makedepends=('ghc' 'haskell-hspec' 'haskell-quickcheck')
+makedepends=('ghc' 'uusi' 'haskell-quickcheck' 'haskell-test-framework'
+             'haskell-test-framework-quickcheck2')
 source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
-sha512sums=('576766a8d5ae767da3915541195b68ce9586ff7a4a83473364a9d73d44b147b8fec4ecc09dc071520dd422b092e6291348dd2af25454a779b9c62e02cef0964c')
+sha512sums=('39d2a20590f5d7f6c31ed9667a18dab9da88f145c3de910a2212c6dc4925ffbcfa7695548516b1ddeb1a44979ba0daba15615451e05437e0a6491a95f152f440')
 
+prepare() {
+    cd $_hkgname-$pkgver
+    gen-setup
+}
+
 build() {
     cd $_hkgname-$pkgver
     



More information about the arch-commits mailing list