summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSolomon Choina2018-07-10 00:54:39 -0400
committerSolomon Choina2018-07-10 00:54:39 -0400
commit26537031b669e8f8978af58e29fcfa85f2ae1680 (patch)
tree5206fc10119c40de4329d8fb426f7ab07ccc7d45
parent959a7599a1ebab23cbc8d1d1444c57155a5f85f8 (diff)
downloadaur-26537031b669e8f8978af58e29fcfa85f2ae1680.tar.gz
update pkgver
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 30d458f4432c..67b8fdc39bb5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = haskell-gi-glib
pkgdesc = Bindings for GLib, autogenerated by haskell-gi.
- pkgver = 2.0.16
- pkgrel = 2
+ pkgver = 2.0.17
+ 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.16/gi-glib-2.0.16.tar.gz
- sha256sums = 1cbb6289dcd628ed6044c75daff3237ac5c87ef793c03ecf78df3380bf2e140e
+ source = https://hackage.haskell.org/packages/archive/gi-glib/2.0.17/gi-glib-2.0.17.tar.gz
+ sha256sums = 9d7abe0a9d66689c5102629edb43a2336d1bb8dc805f0cbe214e5a4e799eab67
pkgname = haskell-gi-glib
diff --git a/PKGBUILD b/PKGBUILD
index f1c231d12eae..a335ac72676d 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.16
-pkgrel=2
+pkgver=2.0.17
+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=('1cbb6289dcd628ed6044c75daff3237ac5c87ef793c03ecf78df3380bf2e140e')
+sha256sums=('9d7abe0a9d66689c5102629edb43a2336d1bb8dc805f0cbe214e5a4e799eab67')
build() {