summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSolomon Choina2018-11-08 10:19:28 -0500
committerSolomon Choina2018-11-08 10:19:28 -0500
commitf3630cff3abf8ca6d21ce2682ea74ad668fe6a31 (patch)
treea57dd4fe02b7e2bac16e2c205bc02009ef0b57ac
parent92e4bd45ce5168a02995ac87d2c1da1ba9281a3c (diff)
downloadaur-f3630cff3abf8ca6d21ce2682ea74ad668fe6a31.tar.gz
updating pkgver
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a0912077ea82..3d5ca8caf0a9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = haskell-gi-gtk-hs
pkgdesc = Bindings for Gtk, autogenerated by haskell-gi.
- pkgver = 0.3.6.1
+ pkgver = 0.3.6.3
pkgrel = 2
- url = https://hackage.haskell.org/package/gi-gtk
+ url = https://hackage.haskell.org/package/gi-gtk-hs
arch = i686
arch = x86_64
license = LGPL-2.1
@@ -20,7 +20,7 @@ pkgbase = haskell-gi-gtk-hs
depends = haskell-gi-base
depends = haskell-text
depends = haskell-transformers
- source = https://hackage.haskell.org/packages/archive/gi-gtk-hs/0.3.6.1/gi-gtk-hs-0.3.6.1.tar.gz
+ source = https://hackage.haskell.org/packages/archive/gi-gtk-hs/0.3.6.3/gi-gtk-hs-0.3.6.3.tar.gz
sha256sums = 9cb25b6585f20ab8593fd3ca544c0193d1c86d1e1bd8d8d43ae412f2c78b4161
pkgname = haskell-gi-gtk-hs
diff --git a/PKGBUILD b/PKGBUILD
index d9faced7c166..29a10847ceb5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,10 +2,10 @@
# Maintainer: Solomon Choina <shlomochoina@gmail.com>
pkgname=haskell-gi-gtk-hs
_hkgname=gi-gtk-hs
-pkgver=0.3.6.1
+pkgver=0.3.6.3
pkgrel=2
pkgdesc="Bindings for Gtk, autogenerated by haskell-gi."
-url=https://hackage.haskell.org/package/gi-gtk
+url=https://hackage.haskell.org/package/gi-gtk-hs
license=('LGPL-2.1')
arch=('i686' 'x86_64')
depends=('haskell-base' 'haskell-base-compat' 'ghc-libs'