summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorcbpark2018-12-20 00:42:27 +0900
committercbpark2018-12-20 00:42:27 +0900
commitf4a29e55c86327816ac1bca12f6e1bcdab664ae1 (patch)
tree633f78675a259234cbe14a4d7566de061ecdbb39
parentf815bd457185d053a8751e1ea8e19a112b088ae8 (diff)
downloadaur-f4a29e55c86327816ac1bca12f6e1bcdab664ae1.tar.gz
upgpkg: haskell-ghc-exactprint 0.5.8.2-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5fb32428fa4b..f5307d4b744b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = haskell-ghc-exactprint
pkgdesc = Using the API Annotations available from GHC 7.10.2, this library provides a means to round trip any code that can be compiled by GHC, currently excluding lhs files.
- pkgver = 0.5.6.1
+ pkgver = 0.5.8.2
pkgrel = 1
url = https://hackage.haskell.org/package/ghc-exactprint
arch = x86_64
@@ -14,8 +14,8 @@ pkgbase = haskell-ghc-exactprint
depends = haskell-ghc-paths
depends = haskell-syb
depends = haskell-free
- source = https://hackage.haskell.org/package/ghc-exactprint-0.5.6.1/ghc-exactprint-0.5.6.1.tar.gz
- sha512sums = 62fa9269635906696e0dfa8e33d580b4ab64dcb32725e5480a6a469c4afcb90b5f209fc62602d6104c0e9406b5fdfe755dd2b186f3398c4f3349b8cfa937cad4
+ source = https://hackage.haskell.org/package/ghc-exactprint-0.5.8.2/ghc-exactprint-0.5.8.2.tar.gz
+ sha512sums = 8b2eba0667e16060203d0c002c368621491a3d74d311a38045c86b2cab95c3db12f2b3ccca20659782bfc7b9a408b62669cece8d79de3d3ac81fb667733da49b
pkgname = haskell-ghc-exactprint
diff --git a/PKGBUILD b/PKGBUILD
index c18f30bfd339..a2adf40957b3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_hkgname=ghc-exactprint
pkgname=haskell-ghc-exactprint
-pkgver=0.5.6.1
+pkgver=0.5.8.2
pkgrel=1
pkgdesc="Using the API Annotations available from GHC 7.10.2, this library provides a means to round trip any code that can be compiled by GHC, currently excluding lhs files."
url="https://hackage.haskell.org/package/${_hkgname}"
@@ -11,7 +11,7 @@ license=("custom:BSD3")
depends=('ghc-libs' 'haskell-ghc-paths' 'haskell-syb' 'haskell-free')
makedepends=('ghc' 'haskell-filemanip' 'haskell-hunit' 'haskell-diff' 'haskell-silently')
source=("https://hackage.haskell.org/package/${_hkgname}-${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha512sums=('62fa9269635906696e0dfa8e33d580b4ab64dcb32725e5480a6a469c4afcb90b5f209fc62602d6104c0e9406b5fdfe755dd2b186f3398c4f3349b8cfa937cad4')
+sha512sums=('8b2eba0667e16060203d0c002c368621491a3d74d311a38045c86b2cab95c3db12f2b3ccca20659782bfc7b9a408b62669cece8d79de3d3ac81fb667733da49b')
build() {
cd "${srcdir}/${_hkgname}-${pkgver}"