[arch-commits] Commit in haskell-strict/trunk (PKGBUILD)
Felix Yan
felixonmars at gemini.archlinux.org
Sun Feb 20 01:24:33 UTC 2022
Date: Sunday, February 20, 2022 @ 01:24:33
Author: felixonmars
Revision: 1135172
upgpkg: haskell-strict 0.4.0.1-97: rebuild with hashable 1.4.0.0
Modified:
haskell-strict/trunk/PKGBUILD
----------+
PKGBUILD | 9 +++++++--
1 file changed, 7 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2022-02-20 01:22:21 UTC (rev 1135171)
+++ PKGBUILD 2022-02-20 01:24:33 UTC (rev 1135172)
@@ -4,16 +4,21 @@
_hkgname=strict
pkgname=haskell-strict
pkgver=0.4.0.1
-pkgrel=96
+pkgrel=97
pkgdesc="Strict data types and String IO"
url="https://github.com/haskell-strict/strict"
license=("BSD")
arch=('x86_64')
depends=('ghc-libs' 'haskell-assoc' 'haskell-hashable' 'haskell-these')
-makedepends=('ghc')
+makedepends=('ghc' 'uusi')
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
sha512sums=('e0c37396fa507ad4d03e46ce4a02ec5bacbd7add75ca551433671871d3e7dde0eb0c620182904d1bdeb7b80e1b311a70f36030cbeae63d8776059150fef30235')
+prepare() {
+ cd $_hkgname-$pkgver
+ uusi -u hashable $_hkgname.cabal
+}
+
build() {
cd $_hkgname-$pkgver
More information about the arch-commits
mailing list