summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ac5afbddb68e..09f2c2fdcb94 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Felix Schindler <aur at schindlerfmily dot de>
pkgname=fntsample
-pkgver=5.3
+pkgver=5.4
pkgrel=1
pkgdesc="PDF and PostScript font samples generator"
url="https://github.com/eugmes/fntsample"
@@ -11,7 +11,7 @@ arch=(i686 x86_64)
depends=(cairo fontconfig freetype2 glib2 pango unicode-character-database perl-pdf-api2 perl-libintl-perl)
makedepends=('cmake')
source=("${pkgname}-${pkgver}.tar.gz"::"https://github.com/eugmes/fntsample/archive/release/${pkgver}.tar.gz")
-sha256sums=('e4e8b50b0a5e984cfdaa32b7d133bd3bf0c62edb14f752f7df1190176023972b')
+sha256sums=('69eb3d83bce78b6610f4a8f19d089059079ebc475c36d456ebcb4c8add431166')
build() {
mkdir -p "${srcdir}/build" && cd "${srcdir}/build"