[arch-commits] Commit in haskell-gtk/trunk (PKGBUILD)
Evangelos Foutras
foutrelis at archlinux.org
Thu Sep 10 23:07:55 UTC 2015
Date: Friday, September 11, 2015 @ 01:07:54
Author: foutrelis
Revision: 139908
Bump to v0.13.9 to fix build failure
Modified:
haskell-gtk/trunk/PKGBUILD
----------+
PKGBUILD | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2015-09-10 22:28:52 UTC (rev 139907)
+++ PKGBUILD 2015-09-10 23:07:54 UTC (rev 139908)
@@ -2,8 +2,8 @@
# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
pkgname=haskell-gtk
-pkgver=0.13.6
-pkgrel=2
+pkgver=0.13.9
+pkgrel=0
pkgdesc="Binding to the gtk library for Gtk2Hs."
url="http://hackage.haskell.org/package/gtk"
license=('LGPL2.1')
@@ -16,7 +16,7 @@
options=('strip' 'staticlibs')
install=gtk2hs-gtk.install
source=(http://hackage.haskell.org/packages/archive/gtk/$pkgver/gtk-$pkgver.tar.gz)
-md5sums=('766981a984bd33ec3ac058cde4054ddf')
+md5sums=('dd8775b26f8deb3ae6446bde1c5a2a05')
build() {
cd ${srcdir}/gtk-${pkgver}
More information about the arch-commits
mailing list