summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMichał Wojdyła2022-07-28 10:38:10 +0200
committerMichał Wojdyła2022-07-28 10:38:10 +0200
commitc8bbcfdd6b65a2b8d5e5619340a676eb21e405a2 (patch)
treea7720217943c2b563614606c9288ff9a4134dae1 /PKGBUILD
parent73bba7ce393b2dde68444a9bbaf0cd7678ea427b (diff)
downloadaur-haskell-gi-glib.tar.gz
update to 2.0.26
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() {