summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorcbpark2018-12-20 00:54:12 +0900
committercbpark2018-12-20 00:54:12 +0900
commit3f7d99a0e61bbc14b0317d1851409b451567406c (patch)
tree6795cfb38604bed8f0403aeffa6baac5589ceaac /PKGBUILD
parent77761bf0aa9dfe75e39a9b2250df13e69817fdb5 (diff)
downloadaur-3f7d99a0e61bbc14b0317d1851409b451567406c.tar.gz
upgpkg: haskell-ghc-events 0.8.0.1-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 318049617afe..4a0957691f9c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_hkgname=ghc-events
pkgname=haskell-ghc-events
-pkgver=0.7.2
+pkgver=0.8.0.1
pkgrel=1
pkgdesc="Parses .eventlog files emitted by GHC 6.12.1 and later. Includes the ghc-events tool permitting, in particular, to dump an event log file as text."
url="http://hackage.haskell.org/package/${_hkgname}"
@@ -11,7 +11,7 @@ license=('custom:BSD3')
depends=('ghc-libs')
makedepends=('ghc')
source=("https://hackage.haskell.org/package/${_hkgname}-${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha512sums=('1f9900e7ad01c367a5ab834d8a45e47fdb6b18e529ddbc1efab226e6d3bfc79dba6acfd7ba56cf8d01b48f912a75f15cb290536520b606f7b33e39fed977dbc8')
+sha512sums=('425aeb0b6d66236a9f19587aac163208d74a0246ea05d5dc709ba5e580410199c936c8950653ad60657b7a63c74e51ec865f8dfcf59f3068fd6a34a6a23e7a66')
build() {
cd "${srcdir}/${_hkgname}-${pkgver}"