summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorcbpark2021-10-07 11:43:06 +0900
committercbpark2021-10-07 11:43:06 +0900
commit2182b92a248b615d59f3d5baa60ff24bec08efec (patch)
tree90f458c59f3677d7abe9a5c8503e43100f5d52d3
parente1e8a2fc40d8c5d8aef1f7e44fe47a48915056fe (diff)
downloadaur-2182b92a248b615d59f3d5baa60ff24bec08efec.tar.gz
upgpkg: haskell-ghc-events 0.17.0-1
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5bc732cb6688..94486e9fa58d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,13 @@
pkgbase = haskell-ghc-events
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.
- pkgver = 0.13.0
+ pkgver = 0.17.0
pkgrel = 1
url = http://hackage.haskell.org/package/ghc-events
arch = x86_64
license = custom:BSD3
makedepends = ghc
depends = ghc-libs
- source = https://hackage.haskell.org/package/ghc-events-0.13.0/ghc-events-0.13.0.tar.gz
- sha512sums = 5957be8083a6b23e53a191b5168665f77be45f4db73f5ae03a526f871195fb927657488a70ece3a2108541daa91a829d3d281a926b1b93b50fe4605dace5dd9f
+ source = https://hackage.haskell.org/package/ghc-events-0.17.0/ghc-events-0.17.0.tar.gz
+ sha512sums = 8bc219ab499aa4315fac3e9c998b6cfafb8eabc17f9280f78253a810be50601862294f95f41b0a46e9e03dcd7e660c9e2e5b116aa3640faafbccd5827f2497ba
pkgname = haskell-ghc-events
-
diff --git a/PKGBUILD b/PKGBUILD
index bd8f45d565b5..1d478316a122 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_hkgname=ghc-events
pkgname=haskell-ghc-events
-pkgver=0.13.0
+pkgver=0.17.0
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=('5957be8083a6b23e53a191b5168665f77be45f4db73f5ae03a526f871195fb927657488a70ece3a2108541daa91a829d3d281a926b1b93b50fe4605dace5dd9f')
+sha512sums=('8bc219ab499aa4315fac3e9c998b6cfafb8eabc17f9280f78253a810be50601862294f95f41b0a46e9e03dcd7e660c9e2e5b116aa3640faafbccd5827f2497ba')
build() {
cd "${srcdir}/${_hkgname}-${pkgver}"