diff options
author | cbpark | 2021-10-07 13:09:27 +0900 |
---|---|---|
committer | cbpark | 2021-10-07 13:09:27 +0900 |
commit | 39486cbfde4b7a7cdf5bd9bfd2b2834594882e31 (patch) | |
tree | 2559a92b8d402653968448a20d31bb7e1e2f37b6 /PKGBUILD | |
parent | d4ca6f667149bf17411f1c09f95305e5209e9a1d (diff) | |
download | aur-haskell-threadscope.tar.gz |
upgpkg: haskell-threadscope 0.2.14-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -2,7 +2,7 @@ _hkgname=threadscope pkgname=haskell-threadscope -pkgver=0.2.13 +pkgver=0.2.14 pkgrel=1 pkgdesc="A graphical viewer for thread profile information generated by the Glasgow Haskell compiler (GHC)." url="http://hackage.haskell.org/package/${_hkgname}" @@ -20,12 +20,13 @@ depends=('ghc-libs' 'haskell-temporary') makedepends=('ghc') source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") -sha512sums=('d8a4c17db945836c0ed552c5b66bde795d7f85bd2e85af8b7c00b6408d31efe082bbf138e9c0436734ab8dc9acb1cb6341a147f8718c3951f95afdedf605539d') +sha512sums=('23e87e3454af1ac353132dd1929281303ff5575269059b2a4d74032c8eb26153d176751fabc18550338dba5bea0ab8a39f8644b55194670a16d262b6bf56d437') prepare() { cd "${srcdir}/${_hkgname}-${pkgver}" sed -i 's/gtk >= 0.12 && < 0.16,/gtk,/' threadscope.cabal + sed -i 's/ghc-events >= 0.13 && < 0.16,/ghc-events,/' threadscope.cabal sed -i 's/template-haskell < 2.16,/template-haskell,/' threadscope.cabal } |