summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authoraksr2018-04-23 09:12:32 +0200
committeraksr2018-04-23 09:12:32 +0200
commit62830fc03aa900ebb8f9f6f6312b92359c961a8d (patch)
treebb744adbec2e31012c74aa94af3c8a0f6ff2c38f /PKGBUILD
parentef25ca75043d6797574d147d61639811de8f6a52 (diff)
downloadaur-fntsample-git.tar.gz
glib=>glib2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6b8cdf3c66ae..4381d897eb23 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: aksr <aksr at t-com dot me>
pkgname=fntsample-git
pkgver=5.2.r0.geb3ee08
-pkgrel=1
+pkgrel=2
epoch=
pkgdesc="PDF and PostScript font samples generator."
arch=('i686' 'x86_64')
@@ -9,7 +9,7 @@ url="https://github.com/eugmes/fntsample"
license=('GPL3')
categories=()
groups=()
-depends=('cairo' 'fontconfig' 'freetype2' 'glib' 'pango')
+depends=('cairo' 'fontconfig' 'freetype2' 'glib2' 'pango')
makedepends=('git' 'cmake')
optdepends=()
checkdepends=()