summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSolomon Choina2019-08-01 18:12:13 -0400
committerSolomon Choina2019-08-01 18:12:13 -0400
commitc5722161d91c234bb1f83ef58bc02e93c66a6e9c (patch)
treed69f8c1f40957b3e8e7705fba588b8ac31c1d620
parent2fd3aaab1bfdfca4a1f50eef98ef856b86d8e34a (diff)
downloadaur-c5722161d91c234bb1f83ef58bc02e93c66a6e9c.tar.gz
updpating pkgver
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 77f4311081eb..a2e58e6e971c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = haskell-gi-glib
pkgdesc = Bindings for GLib, autogenerated by haskell-gi.
- pkgver = 2.0.17
- pkgrel = 2
+ pkgver = 2.0.22
+ pkgrel = 1
url = https://hackage.haskell.org/package/gi-glib
arch = i686
arch = x86_64
@@ -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.17/gi-glib-2.0.17.tar.gz
- sha256sums = 9d7abe0a9d66689c5102629edb43a2336d1bb8dc805f0cbe214e5a4e799eab67
+ source = https://hackage.haskell.org/packages/archive/gi-glib/2.0.22/gi-glib-2.0.22.tar.gz
+ sha256sums = 54ca77697c01d0b3e21b68cf0c24f3d5b79a11088380c1219b27b29f2c496471
pkgname = haskell-gi-glib
diff --git a/PKGBUILD b/PKGBUILD
index 41c13fb17e70..8d15e56e0bb5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
# Maintainer: Solomon Choina <shlomochoina@gmail.com>
pkgname=haskell-gi-glib
_hkgname=gi-glib
-pkgver=2.0.17
-pkgrel=2
+pkgver=2.0.22
+pkgrel=1
pkgdesc="Bindings for GLib, autogenerated by haskell-gi."
url=https://hackage.haskell.org/package/gi-glib
license=('BSD')
@@ -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=('9d7abe0a9d66689c5102629edb43a2336d1bb8dc805f0cbe214e5a4e799eab67')
+sha256sums=('54ca77697c01d0b3e21b68cf0c24f3d5b79a11088380c1219b27b29f2c496471')
build() {