[arch-commits] Commit in haskell-hledger-lib/trunk (PKGBUILD)
Felix Yan
felixonmars at gemini.archlinux.org
Fri Nov 5 07:55:30 UTC 2021
Date: Friday, November 5, 2021 @ 07:55:30
Author: felixonmars
Revision: 1037080
upgpkg: haskell-hledger-lib 1.22.2-18: rebuild with megaparsec 9.2.0
Modified:
haskell-hledger-lib/trunk/PKGBUILD
----------+
PKGBUILD | 9 +++++++--
1 file changed, 7 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-11-05 07:47:45 UTC (rev 1037079)
+++ PKGBUILD 2021-11-05 07:55:30 UTC (rev 1037080)
@@ -4,7 +4,7 @@
_hkgname=hledger-lib
pkgname=haskell-hledger-lib
pkgver=1.22.2
-pkgrel=17
+pkgrel=18
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=('5536f118c5dfbcae1e5da2ae8f9bc80f7425b4f8ad4ebfd70d1b52a9fd5486e810f5bfd8b89fe741b5fddc79216dcf9cb4923cbd1db0d986490bea0cc662dc67')
+prepare() {
+ cd $_hkgname-$pkgver
+ uusi -u megaparsec $_hkgname.cabal
+}
+
build() {
cd $_hkgname-$pkgver
More information about the arch-commits
mailing list