Felix Yan pushed to branch main at Arch Linux / Packaging / Packages / hledger


Commits:
ca985f2d by Felix Yan at 2024-09-09T21:30:26+03:00
upgpkg: 1.32.1-58: rebuild with megaparsec 9.6.0

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,11 +1,12 @@
 pkgbase = hledger
        pkgdesc = Command-line interface for the hledger accounting system
        pkgver = 1.32.1
-       pkgrel = 57
+       pkgrel = 58
        url = http://hledger.org
        arch = x86_64
        license = GPL
        makedepends = ghc
+       makedepends = uusi
        makedepends = haskell-extra
        makedepends = haskell-timeit
        depends = ghc-libs


=====================================
PKGBUILD
=====================================
@@ -4,7 +4,7 @@
 
 pkgname=hledger
 pkgver=1.32.1
-pkgrel=57
+pkgrel=58
 pkgdesc="Command-line interface for the hledger accounting system"
 url="http://hledger.org";
 license=("GPL")
@@ -16,10 +16,15 @@ depends=('ghc-libs' 'haskell-aeson' 'haskell-ansi-terminal' 
'haskell-cmdargs'
          'haskell-shakespeare' 'haskell-split' 'haskell-tabular' 
'haskell-tasty' 'haskell-temporary'
          'haskell-text-ansi' 'haskell-timeit' 'haskell-unordered-containers' 
'haskell-utf8-string'
          'haskell-utility-ht' 'haskell-wizards')
-makedepends=('ghc' 'haskell-extra' 'haskell-timeit')
+makedepends=('ghc' 'uusi' 'haskell-extra' 'haskell-timeit')
 
source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz";)
 
sha512sums=('dee2da45a349a38d9ba613c593da4fb20fe82d444324d2b00cd59c22fce0ccf2d75e8aac80a50c65db32fdf2b98185df6fa514123349ed59d9719f8f961fd328')
 
+prepare() {
+    cd $pkgname-$pkgver
+    uusi -u megaparsec
+}
+
 build() {
     cd $pkgname-$pkgver
     runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/hledger/-/commit/ca985f2d11128a8f0f2583c48c9a59e9d260d6f3

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/hledger/-/commit/ca985f2d11128a8f0f2583c48c9a59e9d260d6f3
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to