summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSolomon Choina2019-08-07 23:01:22 -0400
committerSolomon Choina2019-08-07 23:01:22 -0400
commita5599fadb9361bb7401d8c2ca0c22ddcae91b46c (patch)
tree87e0abaf7b2308655a009a0539be37c09056a11a
parenta482b36ae3e236fe08147189aac80b482e1944cd (diff)
downloadaur-a5599fadb9361bb7401d8c2ca0c22ddcae91b46c.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 d69d7f5a56c9..9eb6b5ff33c3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = haskell-gi-gdk
pkgdesc = Bindings for Gdk, autogenerated by haskell-gi.
- pkgver = 3.0.21
+ pkgver = 4.0.1
pkgrel = 1
url = https://hackage.haskell.org/package/gi-gdk
arch = i686
@@ -22,8 +22,8 @@ pkgbase = haskell-gi-gdk
depends = haskell-gi-gdkpixbuf
depends = haskell-gi-pango
depends = gtk3
- source = https://hackage.haskell.org/packages/archive/gi-gdk/3.0.21/gi-gdk-3.0.21.tar.gz
- sha256sums = bdbc7f2408938227f60e752ef6948ba930bc4127e86ff84d78e7333707aeda51
+ source = https://hackage.haskell.org/packages/archive/gi-gdk/4.0.1/gi-gdk-4.0.1.tar.gz
+ sha256sums = 98e31dc8f133effb40f5106c74ba42509fe43b134fa1225c8a36b1c1cefe4aac
pkgname = haskell-gi-gdk
diff --git a/PKGBUILD b/PKGBUILD
index 43523a54552e..a877916dabb2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: Solomon Choina <shlomochoina@gmail.com>
pkgname=haskell-gi-gdk
_hkgname=gi-gdk
-pkgver=3.0.21
+pkgver=4.0.1
pkgrel=1
pkgdesc="Bindings for Gdk, autogenerated by haskell-gi."
url=https://hackage.haskell.org/package/gi-gdk
@@ -11,7 +11,7 @@ arch=('i686' 'x86_64')
depends=("ghc-libs" 'haskell-gi-base' 'haskell-base' 'haskell-bytestring' 'haskell-containers' 'haskell-gi' 'haskell-gi-cairo' 'haskell-gi-gio' 'haskell-gi-overloading' 'haskell-text' 'haskell-transformers' 'haskell-gi-gobject' 'haskell-gi-gdkpixbuf' 'haskell-gi-pango' 'gtk3')
makedepends=('ghc')
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha256sums=('bdbc7f2408938227f60e752ef6948ba930bc4127e86ff84d78e7333707aeda51')
+sha256sums=('98e31dc8f133effb40f5106c74ba42509fe43b134fa1225c8a36b1c1cefe4aac')
build() {