summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Sun2021-08-02 07:57:55 -0400
committerAndrew Sun2021-08-02 07:57:55 -0400
commit4cc59d9680cfaa13d547b15b9aa6f8e2023a5dcd (patch)
treea48d933b0f464badd8f1ab5dc11b49643ae6cb8d
parent16248916908febb980b928605f2db66a4156a01e (diff)
downloadaur-fntsample.tar.gz
5.4
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 33e9394dc27a..5bfca6c5555e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = fntsample
pkgdesc = PDF and PostScript font samples generator
- pkgver = 5.3
+ pkgver = 5.4
pkgrel = 1
url = https://github.com/eugmes/fntsample
arch = i686
@@ -15,8 +15,7 @@ pkgbase = fntsample
depends = unicode-character-database
depends = perl-pdf-api2
depends = perl-libintl-perl
- source = fntsample-5.3.tar.gz::https://github.com/eugmes/fntsample/archive/release/5.3.tar.gz
- sha256sums = e4e8b50b0a5e984cfdaa32b7d133bd3bf0c62edb14f752f7df1190176023972b
+ source = fntsample-5.4.tar.gz::https://github.com/eugmes/fntsample/archive/release/5.4.tar.gz
+ sha256sums = 69eb3d83bce78b6610f4a8f19d089059079ebc475c36d456ebcb4c8add431166
pkgname = fntsample
-
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"