[arch-commits] Commit in hledger-iadd/trunk (PKGBUILD)
Felix Yan
felixonmars at gemini.archlinux.org
Thu Jul 15 14:30:49 UTC 2021
Date: Thursday, July 15, 2021 @ 14:30:49
Author: felixonmars
Revision: 977324
upgpkg: hledger-iadd 1.3.15-2: rebuild with megaparsec 9.1.0
Modified:
hledger-iadd/trunk/PKGBUILD
----------+
PKGBUILD | 9 +++++++--
1 file changed, 7 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-07-15 14:25:11 UTC (rev 977323)
+++ PKGBUILD 2021-07-15 14:30:49 UTC (rev 977324)
@@ -3,7 +3,7 @@
_hkgname=hledger-iadd
pkgname=hledger-iadd
pkgver=1.3.15
-pkgrel=1
+pkgrel=2
pkgdesc="A terminal UI as drop-in replacement for hledger add"
url="https://github.com/hpdeifel/hledger-iadd#readme"
license=("BSD")
@@ -12,10 +12,15 @@
'haskell-microlens' 'haskell-microlens-th' 'haskell-optparse-applicative'
'haskell-text-zipper' 'haskell-unordered-containers' 'haskell-vector' 'haskell-vty'
'haskell-xdg-basedir')
-makedepends=('ghc' 'haskell-quickcheck' 'haskell-hspec' 'haskell-hspec-discover')
+makedepends=('ghc' 'uusi' 'haskell-quickcheck' 'haskell-hspec' 'haskell-hspec-discover')
source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz")
sha512sums=('c1c6b60b0563664e6c02ac2757442f6486434e2c36651c35a9217930cd8c0ec4eb5ad87fe87734673c60bc3de4a01545512194d6b772ddf5031652788a0dc69e')
+prepare() {
+ cd $_hkgname-$pkgver
+ uusi -u megaparsec $_hkgname.cabal
+}
+
build() {
cd $_hkgname-$pkgver
More information about the arch-commits
mailing list