Date: Sunday, February 5, 2023 @ 22:05:08
  Author: felixonmars
Revision: 1392834

upgpkg: hledger 1.28-1: rebuild with brick 1.5, fsnotify 0.4.0.0, hledger 1.28, 
hledger-lib 1.28, hledger-ui 1.28, hledger-web 1.28

Modified:
  hledger/trunk/PKGBUILD

----------+
 PKGBUILD |   15 +++++----------
 1 file changed, 5 insertions(+), 10 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2023-02-05 22:03:55 UTC (rev 1392833)
+++ PKGBUILD    2023-02-05 22:05:08 UTC (rev 1392834)
@@ -3,13 +3,13 @@
 # Contributor: Arch Haskell Team <[email protected]>
 
 pkgname=hledger
-pkgver=1.27.1
-pkgrel=33
+pkgver=1.28
+pkgrel=1
 pkgdesc="Command-line interface for the hledger accounting system"
 url="http://hledger.org";
 license=("GPL")
 arch=('x86_64')
-depends=('ghc-libs' 'haskell-aeson' 'haskell-ansi-terminal' 
'haskell-breakpoint' 'haskell-cmdargs'
+depends=('ghc-libs' 'haskell-aeson' 'haskell-ansi-terminal' 'haskell-cmdargs'
          'haskell-data-default' 'haskell-decimal' 'haskell-diff' 
'haskell-githash'
          'haskell-hashable' 'haskell-hledger-lib' 'haskell-lucid' 
'haskell-math-functions'
          'haskell-megaparsec' 'haskell-microlens' 'haskell-regex-tdfa' 
'haskell-safe'
@@ -16,15 +16,10 @@
          'haskell-shakespeare' 'haskell-split' 'haskell-tabular' 
'haskell-tasty'
          'haskell-temporary' 'haskell-unordered-containers' 
'haskell-utf8-string'
          'haskell-utility-ht' 'haskell-wizards')
-makedepends=('ghc' 'uusi' 'haskell-extra' 'haskell-timeit')
+makedepends=('ghc' 'haskell-extra' 'haskell-timeit')
 
source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz";)
-sha512sums=('59d1b6d2209a029603725156200dca6dd73296e544b70fe1c4f2bcb053befb91f78b161db98f414425c774c56a73ecc13ee4f06db5b4c8100d52e0484f5125da')
+sha512sums=('cb51b6bf72379ca49c961cf815f533835e2fcad857b9e73659032ef32d2a44b43921a2d04706641138114ce4694780efad0e7e6cc1feef975a34444ec70341a5')
 
-prepare() {
-    cd $pkgname-$pkgver
-    uusi -u megaparsec $pkgname.cabal
-}
-
 build() {
     cd $pkgname-$pkgver
     runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \

Reply via email to