summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD9
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7130b3eefa79..26d92464b0c5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = haskell-gi-glib
pkgdesc = Bindings for GLib, autogenerated by haskell-gi.
- pkgver = 2.0.23
+ pkgver = 2.0.26
pkgrel = 1
url = https://hackage.haskell.org/package/gi-glib
arch = i686
@@ -8,17 +8,16 @@ pkgbase = haskell-gi-glib
license = BSD
makedepends = ghc
depends = ghc-libs
- depends = haskell-gi-base
depends = haskell-base
depends = haskell-bytestring
depends = haskell-containers
depends = haskell-gi
+ depends = haskell-gi-base
depends = haskell-gi-overloading
depends = haskell-text
depends = haskell-transformers
depends = gobject-introspection
- source = https://hackage.haskell.org/packages/archive/gi-glib/2.0.23/gi-glib-2.0.23.tar.gz
- sha256sums = fd8c6b67461896397b390d427607ed2d90840e166b46de2a8aa8488a4ae951f3
+ source = https://hackage.haskell.org/packages/archive/gi-glib/2.0.26/gi-glib-2.0.26.tar.gz
+ sha256sums = 158797df1b4a1269c7f0669104859d25038f3ee584fbefe61449e3f810646844
pkgname = haskell-gi-glib
-
diff --git a/PKGBUILD b/PKGBUILD
index a7ddecd83936..8907395a33c8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,17 +1,18 @@
+# Maintainer: Michał Wojdyła < micwoj9292 at gmail dot com >
+# Contributor: Solomon Choina <shlomochoina@gmail.com>
-# Maintainer: Solomon Choina <shlomochoina@gmail.com>
pkgname=haskell-gi-glib
_hkgname=gi-glib
-pkgver=2.0.23
+pkgver=2.0.26
pkgrel=1
pkgdesc="Bindings for GLib, autogenerated by haskell-gi."
url=https://hackage.haskell.org/package/gi-glib
license=('BSD')
arch=('i686' 'x86_64')
-depends=("ghc-libs" 'haskell-gi-base' 'haskell-base' 'haskell-bytestring' 'haskell-containers' 'haskell-gi' 'haskell-gi-overloading' 'haskell-text' 'haskell-transformers' 'gobject-introspection')
+depends=('ghc-libs' 'haskell-base' 'haskell-bytestring' 'haskell-containers' 'haskell-gi' 'haskell-gi-base' 'haskell-gi-overloading' 'haskell-text' 'haskell-transformers' 'gobject-introspection')
makedepends=('ghc')
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha256sums=('fd8c6b67461896397b390d427607ed2d90840e166b46de2a8aa8488a4ae951f3')
+sha256sums=('158797df1b4a1269c7f0669104859d25038f3ee584fbefe61449e3f810646844')
build() {