summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSolomon Choina2019-01-22 07:31:06 -0500
committerSolomon Choina2019-01-22 07:31:06 -0500
commitc3197839b9382f0613d297e930d925016c14bde0 (patch)
tree33bc26e8d93481be54644ec5af89f41d3e562a3d
parente2d7bdfcc9721598063268b0e089218b8a95b5e7 (diff)
downloadaur-c3197839b9382f0613d297e930d925016c14bde0.tar.gz
update pkgver
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD12
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5c6df5234aa6..9e9359be3a8f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = haskell-gi-gtk
pkgdesc = Bindings for Gtk, autogenerated by haskell-gi.
- pkgver = 3.0.25
+ pkgver = 3.0.27
pkgrel = 1
url = https://hackage.haskell.org/package/gi-gtk
arch = i686
@@ -24,8 +24,8 @@ pkgbase = haskell-gi-gtk
depends = haskell-gi-overloading
depends = haskell-text
depends = haskell-transformers
- source = https://hackage.haskell.org/packages/archive/gi-gtk/3.0.25/gi-gtk-3.0.25.tar.gz
- sha256sums = a12f75c45ac2349d5b2c31e6039ff57ff2b8fb9e4a1c2f6b7b4a3e5510b4dd50
+ source = https://hackage.haskell.org/packages/archive/gi-gtk/3.0.27/gi-gtk-3.0.27.tar.gz
+ sha256sums = 79061e4d4f428b6c67056250d57555e8fa11ee83234fff0f52105d6a0ace1dc5
pkgname = haskell-gi-gtk
diff --git a/PKGBUILD b/PKGBUILD
index 9cdd962a208d..8dfb86430d26 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,20 +2,20 @@
# Maintainer: Solomon Choina <shlomochoina@gmail.com>
pkgname=haskell-gi-gtk
_hkgname=gi-gtk
-pkgver=3.0.25
+pkgver=3.0.27
pkgrel=1
pkgdesc="Bindings for Gtk, autogenerated by haskell-gi."
url=https://hackage.haskell.org/package/gi-gtk
license=('LGPL-2.1')
arch=('i686' 'x86_64')
-depends=('haskell-base' 'ghc-libs' 'haskell-bytestring'
-'haskell-containers' 'haskell-gi-atk' 'haskell-gi-cairo'
-'haskell-gi-gdk' 'haskell-gi-gdkpixbuf' 'haskell-gi-gio'
-'haskell-gi-glib' 'haskell-gi-gobject' 'haskell-gi-pango' 'haskell-gi'
+depends=('haskell-base' 'ghc-libs' 'haskell-bytestring'
+'haskell-containers' 'haskell-gi-atk' 'haskell-gi-cairo'
+'haskell-gi-gdk' 'haskell-gi-gdkpixbuf' 'haskell-gi-gio'
+'haskell-gi-glib' 'haskell-gi-gobject' 'haskell-gi-pango' 'haskell-gi'
'haskell-gi-base' 'haskell-gi-overloading' 'haskell-text' 'haskell-transformers')
makedepends=('ghc')
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha256sums=('a12f75c45ac2349d5b2c31e6039ff57ff2b8fb9e4a1c2f6b7b4a3e5510b4dd50')
+sha256sums=('79061e4d4f428b6c67056250d57555e8fa11ee83234fff0f52105d6a0ace1dc5')
build() {