summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSolomon Choina2019-08-07 22:42:29 -0400
committerSolomon Choina2019-08-07 22:42:29 -0400
commit73bba7ce393b2dde68444a9bbaf0cd7678ea427b (patch)
tree79b40d497933719fc10910521dad7554e68faa5e
parentc5722161d91c234bb1f83ef58bc02e93c66a6e9c (diff)
downloadaur-73bba7ce393b2dde68444a9bbaf0cd7678ea427b.tar.gz
updpkgver
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a2e58e6e971c..7130b3eefa79 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = haskell-gi-glib
pkgdesc = Bindings for GLib, autogenerated by haskell-gi.
- pkgver = 2.0.22
+ pkgver = 2.0.23
pkgrel = 1
url = https://hackage.haskell.org/package/gi-glib
arch = i686
@@ -17,8 +17,8 @@ pkgbase = haskell-gi-glib
depends = haskell-text
depends = haskell-transformers
depends = gobject-introspection
- source = https://hackage.haskell.org/packages/archive/gi-glib/2.0.22/gi-glib-2.0.22.tar.gz
- sha256sums = 54ca77697c01d0b3e21b68cf0c24f3d5b79a11088380c1219b27b29f2c496471
+ source = https://hackage.haskell.org/packages/archive/gi-glib/2.0.23/gi-glib-2.0.23.tar.gz
+ sha256sums = fd8c6b67461896397b390d427607ed2d90840e166b46de2a8aa8488a4ae951f3
pkgname = haskell-gi-glib
diff --git a/PKGBUILD b/PKGBUILD
index 8d15e56e0bb5..a7ddecd83936 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: Solomon Choina <shlomochoina@gmail.com>
pkgname=haskell-gi-glib
_hkgname=gi-glib
-pkgver=2.0.22
+pkgver=2.0.23
pkgrel=1
pkgdesc="Bindings for GLib, autogenerated by haskell-gi."
url=https://hackage.haskell.org/package/gi-glib
@@ -11,7 +11,7 @@ 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')
makedepends=('ghc')
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha256sums=('54ca77697c01d0b3e21b68cf0c24f3d5b79a11088380c1219b27b29f2c496471')
+sha256sums=('fd8c6b67461896397b390d427607ed2d90840e166b46de2a8aa8488a4ae951f3')
build() {