summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a59d4f6f7424..8998dc81d1aa 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
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.5.0
- pkgrel = 2
+ pkgrel = 3
url = https://hackage.haskell.org/package/ghc-exactprint
arch = x86_64
license = custom:BSD3
diff --git a/PKGBUILD b/PKGBUILD
index 5334aefba7be..a1c97507d2b2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_hkgname=ghc-exactprint
pkgname=haskell-ghc-exactprint
pkgver=0.5.5.0
-pkgrel=2
+pkgrel=3
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}"
arch=('x86_64')