summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5f69ee108ef0..3d712cbbd995 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Sun Mar 25 14:57:28 UTC 2018
+# Mon Apr 23 07:12:14 UTC 2018
pkgbase = fntsample-git
pkgdesc = PDF and PostScript font samples generator.
pkgver = 5.2.r0.geb3ee08
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/eugmes/fntsample
arch = i686
arch = x86_64
@@ -13,7 +13,7 @@ pkgbase = fntsample-git
depends = cairo
depends = fontconfig
depends = freetype2
- depends = glib
+ depends = glib2
depends = pango
source = fntsample-git::git+https://github.com/eugmes/fntsample
source = https://unicode.org/Public/UNIDATA/Blocks.txt
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=()