summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorcorvus_1922024-04-25 22:19:57 +0200
committercorvus_1922024-04-25 22:19:57 +0200
commit50808e4e91614a55ac812df8908f1c379e86ce73 (patch)
tree3ce5b118d2dd3bea3ba87cb818fbd173cfb9dee2 /PKGBUILD
parentbdbb767372ae0cdaa5ed8d688a0f90f6c0ecdcea (diff)
downloadaur-haskell-pointfree.tar.gz
update to 1.1.1.12
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2c90e7edee80..92825f8e748b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_hkgname=pointfree
pkgname=haskell-pointfree
-pkgver=1.1.1.11
+pkgver=1.1.1.12
pkgrel=1
pkgdesc="Tool for refactoring expressions into pointfree form"
url="http://hackage.haskell.org/package/${_hkgname}"
@@ -14,7 +14,7 @@ depends=('gmp' 'ghc' 'ghc-libs' 'haskell-src-exts')
checkdepends=('haskell-hunit' 'haskell-quickcheck')
options=('strip')
source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-md5sums=('88eb005b3c15d95a554786e0eac9f9a0')
+md5sums=('307634c1871c173dca089fb44b8a785f')
build() {
cd "${srcdir}/${_hkgname}-${pkgver}" || exit 1