Date: Thursday, April 15, 2021 @ 15:36:17 Author: felixonmars Revision: 919091
upgpkg: taskell 1.11.0-1 Modified: taskell/trunk/PKGBUILD ----------+ PKGBUILD | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-04-15 15:16:16 UTC (rev 919090) +++ PKGBUILD 2021-04-15 15:36:17 UTC (rev 919091) @@ -1,21 +1,17 @@ # Maintainer: Jelle van der Waa <[email protected] pkgname=taskell -pkgver=1.10.1 -pkgrel=171 +pkgver=1.11.0 +pkgrel=1 pkgdesc='A command-line kanban board/task manager' license=(BSD) arch=(x86_64) url="https://hackage.haskell.org/package/$pkgname" depends=(ghc-libs haskell-aeson haskell-attoparsec haskell-brick haskell-config-ini haskell-file-embed haskell-fold-debounce haskell-http-client haskell-http-conduit haskell-http-types haskell-lens haskell-tz haskell-vty haskell-classy-prelude) -makedepends=(ghc uusi haskell-classy-prelude haskell-raw-strings-qq haskell-tasty haskell-tasty-discover haskell-tasty-expected-failure haskell-tasty-hunit) +makedepends=(ghc haskell-classy-prelude haskell-raw-strings-qq haskell-tasty haskell-tasty-discover haskell-tasty-expected-failure haskell-tasty-hunit) source=(https://hackage.haskell.org/packages/archive/$pkgname/$pkgver/$pkgname-$pkgver.tar.gz) -sha512sums=('5ef1504f908876aa17dfd817115bc0d1f8056cba4b759ee70b3d869bd778db7ca0123585f107c906b898d5c614091cb05955cb387a03f2abfbe842622e2e4c8e') +sha512sums=('89eb3c87e8f74c9719e87fb2303fd66bd0133ba0414f109282b29511b8b5e7efc51f8a263be769892012ac46857a4945e73bb544f4e75c55ef0d72ed05845878') -prepare() { - uusi $pkgname-$pkgver/$pkgname.cabal -} - build() { cd $pkgname-$pkgver runhaskell Setup configure -O --enable-shared --enable-executable-dynamic --disable-library-vanilla \
