summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEthan Kiang2017-01-03 18:52:35 +0800
committerEthan Kiang2017-01-03 18:52:35 +0800
commit68fd2f519e960a4aa8568177508f50f5c4ffdf5e (patch)
tree06eed1bff5155f5680e53467c4f3b3bb48861e3f
parent03ffbb6c79eeeec998ea0ce50f41ff1866453390 (diff)
downloadaur-68fd2f519e960a4aa8568177508f50f5c4ffdf5e.tar.gz
update to ver. 0.5.2.5
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD9
2 files changed, 9 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8f9112e84164..727c7d5fd51d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = haskell-glfw
pkgdesc = A Haskell binding for GLFW
- pkgver = 0.5.2.2
- pkgrel = 1
+ pkgver = 0.5.2.5
+ pkgrel = 2
url = http://hackage.haskell.org/package/GLFW
install = haskell-glfw.install
arch = i686
@@ -13,8 +13,8 @@ pkgbase = haskell-glfw
depends = libx11
options = strip
options = staticlibs
- source = http://hackage.haskell.org/packages/archive/GLFW/0.5.2.2/GLFW-0.5.2.2.tar.gz
- md5sums = 7c099890d70318dba41e08fb9c2e68f6
+ source = http://hackage.haskell.org/packages/archive/GLFW/0.5.2.5/GLFW-0.5.2.5.tar.gz
+ md5sums = 3bb8a0b53e7a4fe760f21b6e0df2fa51
pkgname = haskell-glfw
diff --git a/PKGBUILD b/PKGBUILD
index 009601bce670..0f93cd3de96e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,11 @@
-# Maintainer: Daniel Nagy <danielnagy at gmx de>
+# Maintainer: Ethan Kiang <chocopuff298+arch@gmail.com>
+# Contributor: Daniel Nagy <danielnagy at gmx de>
# Contributor: Arch Haskell Team <arch-haskell@haskell.org>
_hkgname=GLFW
pkgname=haskell-glfw
-pkgver=0.5.2.2
-pkgrel=1
+pkgver=0.5.2.5
+pkgrel=2
pkgdesc="A Haskell binding for GLFW"
url="http://hackage.haskell.org/package/${_hkgname}"
license=('custom:BSD3')
@@ -34,4 +35,4 @@ package() {
install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
rm -f ${pkgdir}/usr/share/doc/${pkgname}/LICENSE
}
-md5sums=('7c099890d70318dba41e08fb9c2e68f6')
+md5sums=('3bb8a0b53e7a4fe760f21b6e0df2fa51')