Felix Yan pushed to branch main at Arch Linux / Packaging / Packages /
haskell-hledger-lib
Commits:
ea197214 by Felix Yan at 2024-09-09T21:12:33+03:00
upgpkg: 1.32.1-45: rebuild with megaparsec 9.6.0
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,11 +1,12 @@
pkgbase = haskell-hledger-lib
pkgdesc = A library providing the core functionality of hledger
pkgver = 1.32.1
- pkgrel = 44
+ pkgrel = 45
url = http://hledger.org
arch = x86_64
license = GPL
makedepends = ghc
+ makedepends = uusi
makedepends = haskell-doctest
depends = ghc-libs
depends = haskell-aeson
=====================================
PKGBUILD
=====================================
@@ -5,7 +5,7 @@
_hkgname=hledger-lib
pkgname=haskell-hledger-lib
pkgver=1.32.1
-pkgrel=44
+pkgrel=45
pkgdesc="A library providing the core functionality of hledger"
url="http://hledger.org"
license=("GPL")
@@ -18,10 +18,15 @@ depends=('ghc-libs' 'haskell-aeson' 'haskell-aeson-pretty'
'haskell-ansi-termina
'haskell-pager' 'haskell-parser-combinators' 'haskell-pretty-simple'
'haskell-regex-tdfa'
'haskell-safe' 'haskell-tabular' 'haskell-tasty'
'haskell-tasty-hunit' 'haskell-terminal-size' 'haskell-text-ansi'
'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=('d7df0f712ad2ba3f730a9d5d77b7ec04327854bf397b227f50ba7d6ce5fe78b1e4e99a84870555cff7c0b302bdf6d8789fd1b60e21e3e261ffe89863e9092297')
+prepare() {
+ cd $_hkgname-$pkgver
+ uusi -u megaparsec
+}
+
build() {
cd $_hkgname-$pkgver
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-hledger-lib/-/commit/ea197214598084ff45bad7d2296ab483902649f5
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-hledger-lib/-/commit/ea197214598084ff45bad7d2296ab483902649f5
You're receiving this email because of your account on gitlab.archlinux.org.