[arch-commits] Commit in haskell-hledger-lib/trunk (PKGBUILD)
Felix Yan
felixonmars at gemini.archlinux.org
Thu Jul 15 14:14:12 UTC 2021
Date: Thursday, July 15, 2021 @ 14:14:12
Author: felixonmars
Revision: 977312
upgpkg: haskell-hledger-lib 1.22-3: rebuild with megaparsec 9.1.0
Modified:
haskell-hledger-lib/trunk/PKGBUILD
----------+
PKGBUILD | 9 +++++++--
1 file changed, 7 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-07-15 14:10:50 UTC (rev 977311)
+++ PKGBUILD 2021-07-15 14:14:12 UTC (rev 977312)
@@ -4,7 +4,7 @@
_hkgname=hledger-lib
pkgname=haskell-hledger-lib
pkgver=1.22
-pkgrel=2
+pkgrel=3
pkgdesc="A reusable library providing the core functionality of hledger"
url="http://hledger.org"
license=("GPL")
@@ -17,10 +17,15 @@
'haskell-pretty-simple' 'haskell-regex-tdfa' 'haskell-safe' 'haskell-tabular'
'haskell-tasty' 'haskell-tasty-hunit' 'haskell-timeit' 'haskell-uglymemo'
'haskell-unordered-containers' 'haskell-utf8-string')
-makedepends=('ghc' 'haskell-doctest')
+makedepends=('ghc' 'uusi' 'haskell-doctest')
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
sha512sums=('c0bf99d310ec0c674308cd2eb59914306bd5d088efa7118a84edaf8efb32efe830eb476d79b90cba765904737914aaf666cc8cf5aae0d1f6d98060968b022d83')
+prepare() {
+ cd $_hkgname-$pkgver
+ uusi -u megaparsec $_hkgname.cabal
+}
+
build() {
cd $_hkgname-$pkgver
More information about the arch-commits
mailing list