summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD8
2 files changed, 5 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c443d5113fe4..b731221283f7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = haskell-threadscope
pkgdesc = A graphical viewer for thread profile information generated by the Glasgow Haskell compiler (GHC).
- pkgver = 0.2.9
+ pkgver = 0.2.10
pkgrel = 1
url = http://hackage.haskell.org/package/threadscope
arch = x86_64
@@ -15,8 +15,8 @@ pkgbase = haskell-threadscope
depends = haskell-pango
depends = haskell-text
depends = haskell-file-embed
- source = https://hackage.haskell.org/packages/archive/threadscope/0.2.9/threadscope-0.2.9.tar.gz
- sha512sums = 0369210b93d99a749cf09ed51724cbfa099544108c91638442a10d504fe1a4bbca933432b479475f8b599dcebb148d7896194f32e078564120806b6e4f1e6724
+ source = https://hackage.haskell.org/packages/archive/threadscope/0.2.10/threadscope-0.2.10.tar.gz
+ sha512sums = 9b2826a32f044c0b4882249a43904902a6e1e10acf3c300a6053948e7d10dcd7de0669f448c1530f22148ba45ae819b7bdbe48f57d1d2bcf14d473a1048908dc
pkgname = haskell-threadscope
diff --git a/PKGBUILD b/PKGBUILD
index b3d7afc4b4af..7444696b8bec 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_hkgname=threadscope
pkgname=haskell-threadscope
-pkgver=0.2.9
+pkgver=0.2.10
pkgrel=1
pkgdesc="A graphical viewer for thread profile information generated by the Glasgow Haskell compiler (GHC)."
url="http://hackage.haskell.org/package/${_hkgname}"
@@ -19,11 +19,7 @@ depends=('ghc-libs'
'haskell-file-embed')
makedepends=('ghc')
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha512sums=('0369210b93d99a749cf09ed51724cbfa099544108c91638442a10d504fe1a4bbca933432b479475f8b599dcebb148d7896194f32e078564120806b6e4f1e6724')
-
-prepare() {
- sed -i 's/ghc-events >= 0.5 && < 0.7,/ghc-events >= 0.5,/' ${_hkgname}-${pkgver}/${_hkgname}.cabal
-}
+sha512sums=('9b2826a32f044c0b4882249a43904902a6e1e10acf3c300a6053948e7d10dcd7de0669f448c1530f22148ba45ae819b7bdbe48f57d1d2bcf14d473a1048908dc')
build() {
cd "${srcdir}/${_hkgname}-${pkgver}"