[arch-commits] Commit in haskell-gtk/trunk (PKGBUILD)

Sergej Pupykin spupykin at archlinux.org
Mon Nov 14 15:55:14 UTC 2016


    Date: Monday, November 14, 2016 @ 15:55:14
  Author: spupykin
Revision: 195733

Modified:
  haskell-gtk/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-11-14 15:54:40 UTC (rev 195732)
+++ PKGBUILD	2016-11-14 15:55:14 UTC (rev 195733)
@@ -5,7 +5,7 @@
 pkgver=0.14.6
 pkgrel=1
 pkgdesc="Binding to the gtk library for Gtk2Hs."
-url="http://hackage.haskell.org/package/gtk3"
+url="https://hackage.haskell.org/package/gtk3"
 license=('LGPL2.1')
 arch=('i686' 'x86_64')
 depends=('ghc' 'gtk3' "haskell-pango" 'haskell-mtl' 'haskell-text')
@@ -13,8 +13,8 @@
 provides=('gtk2hs-gtk')
 replaces=('gtk2hs-gtk')
 conflicts=('gtk2hs-gtk')
-source=(http://hackage.haskell.org/package/gtk3-$pkgver/gtk3-$pkgver.tar.gz)
-md5sums=('b23b6ccb9e0c86920cd72fb6554e63fb')
+source=(https://hackage.haskell.org/package/gtk3-$pkgver/gtk3-$pkgver.tar.gz)
+sha256sums=('f4c0d3c51a5e06e5f6a8fcfc2a1303e0a3ed0242309fc6c1b9603be9de1f4258')
 
 build() {
   cd "$srcdir"/gtk3-${pkgver}



More information about the arch-commits mailing list