summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorcbpark2018-06-20 19:11:15 +0900
committercbpark2018-06-20 19:11:15 +0900
commit4459094bf4e72e122e35a3f8e910c4af636194da (patch)
tree8b682d119f4f6d8764738db46410273e4754cdba /PKGBUILD
parentf339cd44065381fd48c3587ac7908a85b7516215 (diff)
downloadaur-4459094bf4e72e122e35a3f8e910c4af636194da.tar.gz
upgpkg: haskell-threadscope 0.2.11-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7444696b8bec..ed704f04918f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_hkgname=threadscope
pkgname=haskell-threadscope
-pkgver=0.2.10
+pkgver=0.2.11
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,7 +19,7 @@ depends=('ghc-libs'
'haskell-file-embed')
makedepends=('ghc')
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha512sums=('9b2826a32f044c0b4882249a43904902a6e1e10acf3c300a6053948e7d10dcd7de0669f448c1530f22148ba45ae819b7bdbe48f57d1d2bcf14d473a1048908dc')
+sha512sums=('0eb1e46c9f45629e61b79f82eb4c8e29f99544ccb93025c4d238baf8ef65dcef7e828562b70731ebf900ddef7b86da60178cdf6d61485b5566d313eed1d62784')
build() {
cd "${srcdir}/${_hkgname}-${pkgver}"