[arch-commits] Commit in haskell-hledger-lib/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Mon Jul 5 07:22:52 UTC 2021
Date: Monday, July 5, 2021 @ 07:22:51
Author: felixonmars
Revision: 972322
upgpkg: haskell-hledger-lib 1.22-1: rebuild with hledger 1.22, hledger-lib 1.22, hledger-ui 1.22, hledger-web 1.22
Modified:
haskell-hledger-lib/trunk/PKGBUILD
----------+
PKGBUILD | 13 ++++---------
1 file changed, 4 insertions(+), 9 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-07-05 07:15:32 UTC (rev 972321)
+++ PKGBUILD 2021-07-05 07:22:51 UTC (rev 972322)
@@ -3,8 +3,8 @@
_hkgname=hledger-lib
pkgname=haskell-hledger-lib
-pkgver=1.21
-pkgrel=31
+pkgver=1.22
+pkgrel=1
pkgdesc="A reusable library providing the core functionality of hledger"
url="http://hledger.org"
license=("GPL")
@@ -17,15 +17,10 @@
'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' 'uusi' 'haskell-doctest')
+makedepends=('ghc' 'haskell-doctest')
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha512sums=('adf51531cefd4108aa4f9c27b6647876a43814876b9617accf0d8ff0fe5cc9757c8a1cbc01aaa497e1806bcfa191860b725c691ccc7c5a3f29197ac1eb436f28')
+sha512sums=('c0bf99d310ec0c674308cd2eb59914306bd5d088efa7118a84edaf8efb32efe830eb476d79b90cba765904737914aaf666cc8cf5aae0d1f6d98060968b022d83')
-prepare() {
- cd $_hkgname-$pkgver
- uusi -u base $_hkgname.cabal
-}
-
build() {
cd $_hkgname-$pkgver
More information about the arch-commits
mailing list