summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD9
1 files changed, 5 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a7ddecd83936..8907395a33c8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,17 +1,18 @@
+# Maintainer: Michał Wojdyła < micwoj9292 at gmail dot com >
+# Contributor: Solomon Choina <shlomochoina@gmail.com>
-# Maintainer: Solomon Choina <shlomochoina@gmail.com>
pkgname=haskell-gi-glib
_hkgname=gi-glib
-pkgver=2.0.23
+pkgver=2.0.26
pkgrel=1
pkgdesc="Bindings for GLib, autogenerated by haskell-gi."
url=https://hackage.haskell.org/package/gi-glib
license=('BSD')
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')
+depends=('ghc-libs' 'haskell-base' 'haskell-bytestring' 'haskell-containers' 'haskell-gi' 'haskell-gi-base' '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=('fd8c6b67461896397b390d427607ed2d90840e166b46de2a8aa8488a4ae951f3')
+sha256sums=('158797df1b4a1269c7f0669104859d25038f3ee584fbefe61449e3f810646844')
build() {