summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSolomon Choina2019-07-30 23:01:50 -0400
committerSolomon Choina2019-07-30 23:01:50 -0400
commit675dbdf99eb276cdc4ef44764216b05ed45a4d16 (patch)
treee30eae2ee96dc0cdade6ee33ffc96f9f34b405e6
parent07f7e13f54a316122b7beb76da2049e40a56e819 (diff)
downloadaur-675dbdf99eb276cdc4ef44764216b05ed45a4d16.tar.gz
updpkgver
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3b2105a3b62d..e57e1979584b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = haskell-gi-gdkpixbuf
pkgdesc = Bindings for Gio, autogenerated by haskell-gi.
- pkgver = 2.0.16
- pkgrel = 2
+ pkgver = 2.0.18
+ pkgrel = 1
url = https://hackage.haskell.org/package/gi-gdkpixbuf
arch = i686
arch = x86_64
@@ -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.16/gi-gdkpixbuf-2.0.16.tar.gz
- sha256sums = fdbb5f12ecd3a419a345919913e659f90000b38b973ce79fb6e9ba05f5d4166f
+ source = https://hackage.haskell.org/packages/archive/gi-gdkpixbuf/2.0.18/gi-gdkpixbuf-2.0.18.tar.gz
+ sha256sums = f232978dde69f4b2a2459ffb5280c33c2a8a079b3a1ce2f34bd9477dc0be3ead
pkgname = haskell-gi-gdkpixbuf
diff --git a/PKGBUILD b/PKGBUILD
index c60702b9a8a0..6398e31bc2dd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
# Maintainer: Solomon Choina <shlomochoina@gmail.com>
pkgname=haskell-gi-gdkpixbuf
_hkgname=gi-gdkpixbuf
-pkgver=2.0.16
-pkgrel=2
+pkgver=2.0.18
+pkgrel=1
pkgdesc="Bindings for Gio, autogenerated by haskell-gi."
url=https://hackage.haskell.org/package/gi-gdkpixbuf
license=('LGPL-2.1')
@@ -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=('fdbb5f12ecd3a419a345919913e659f90000b38b973ce79fb6e9ba05f5d4166f')
+sha256sums=('f232978dde69f4b2a2459ffb5280c33c2a8a079b3a1ce2f34bd9477dc0be3ead')
build() {