summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD9
1 files changed, 6 insertions, 3 deletions
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() {