summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5dab9c2ece6c..1768b2c31f19 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = haskell-gi-gdkpixbuf
pkgdesc = Bindings for Gio, autogenerated by haskell-gi.
- pkgver = 2.0.22
+ pkgver = 2.0.23
pkgrel = 1
url = https://hackage.haskell.org/package/gi-gdkpixbuf
arch = i686
@@ -19,8 +19,8 @@ pkgbase = haskell-gi-gdkpixbuf
depends = haskell-transformers
depends = haskell-gi-gobject
depends = gdk-pixbuf2
- source = https://hackage.haskell.org/packages/archive/gi-gdkpixbuf/2.0.22/gi-gdkpixbuf-2.0.22.tar.gz
- sha256sums = 78168dce10638751b88c0dd0f355013534dfebb1ee1335df5f68c551408047d6
+ source = https://hackage.haskell.org/packages/archive/gi-gdkpixbuf/2.0.23/gi-gdkpixbuf-2.0.23.tar.gz
+ sha256sums = d72a32e6dba9943a38a1a76012dc7c7dc1f7a31b69061dc7a143d3d570cff04a
pkgname = haskell-gi-gdkpixbuf
diff --git a/PKGBUILD b/PKGBUILD
index c788c165f0fb..a50f2d446356 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: Solomon Choina <shlomochoina@gmail.com>
pkgname=haskell-gi-gdkpixbuf
_hkgname=gi-gdkpixbuf
-pkgver=2.0.22
+pkgver=2.0.23
pkgrel=1
pkgdesc="Bindings for Gio, autogenerated by haskell-gi."
url=https://hackage.haskell.org/package/gi-gdkpixbuf
@@ -11,7 +11,7 @@ arch=('i686' 'x86_64')
depends=("ghc-libs" 'haskell-gi-base' 'haskell-base' 'haskell-bytestring' 'haskell-containers' 'haskell-gi' 'haskell-gi-gio' 'haskell-gi-overloading' 'haskell-text' 'haskell-transformers' 'haskell-gi-gobject' 'gdk-pixbuf2')
makedepends=('ghc')
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha256sums=('78168dce10638751b88c0dd0f355013534dfebb1ee1335df5f68c551408047d6')
+sha256sums=('d72a32e6dba9943a38a1a76012dc7c7dc1f7a31b69061dc7a143d3d570cff04a')
build() {