summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD9
2 files changed, 9 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a0ae873aa6b4..0bfdcac79fa6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = haskell-gi-pango
pkgdesc = Bindings for Pango, autogenerated by haskell-gi.
- pkgver = 1.0.21
+ pkgver = 1.0.22
pkgrel = 1
url = https://hackage.haskell.org/package/gi-pango
arch = i686
@@ -19,8 +19,8 @@ pkgbase = haskell-gi-pango
depends = haskell-transformers
depends = haskell-gi-gobject
depends = pango
- source = https://hackage.haskell.org/packages/archive/gi-pango/1.0.21/gi-pango-1.0.21.tar.gz
- sha256sums = 2119498714246956d72f7e6fe2e55e34411c85f0350083dd98cc628af9e4b4a9
+ source = https://hackage.haskell.org/packages/archive/gi-pango/1.0.22/gi-pango-1.0.22.tar.gz
+ sha256sums = c27914a7dbfebe6e8a04280382b16e093df1bcefdc30b889b89e9da8f808bf25
pkgname = haskell-gi-pango
diff --git a/PKGBUILD b/PKGBUILD
index 2dfe45e02929..18d9786b5341 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,16 +2,19 @@
# Maintainer: Solomon Choina <shlomochoina@gmail.com>
pkgname=haskell-gi-pango
_hkgname=gi-pango
-pkgver=1.0.21
+pkgver=1.0.22
pkgrel=1
pkgdesc="Bindings for Pango, autogenerated by haskell-gi."
url=https://hackage.haskell.org/package/gi-pango
license=('LGPL-2.1')
arch=('i686' 'x86_64')
-depends=("ghc-libs" 'haskell-gi-base' 'haskell-base' 'haskell-bytestring' 'haskell-containers' 'haskell-gi' 'haskell-gi-gio' 'haskell-gi-overloading' 'haskell-text' 'haskell-transformers' 'haskell-gi-gobject' 'pango')
+depends=("ghc-libs" 'haskell-gi-base' 'haskell-base'
+ 'haskell-bytestring' 'haskell-containers' 'haskell-gi'
+ 'haskell-gi-gio' 'haskell-gi-overloading' 'haskell-text'
+ 'haskell-transformers' 'haskell-gi-gobject' 'pango')
makedepends=('ghc')
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha256sums=('2119498714246956d72f7e6fe2e55e34411c85f0350083dd98cc628af9e4b4a9')
+sha256sums=('c27914a7dbfebe6e8a04280382b16e093df1bcefdc30b889b89e9da8f808bf25')
build() {