summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGordonGR2018-04-29 16:44:58 +0300
committerGordonGR2018-04-29 16:44:58 +0300
commit5818bbe3418f967d08efe283b949846e4f333eb3 (patch)
tree9a97b2eddff9a419e5d137efbfc3f8033c1ebbd4
parentf9ed8e23fefdc7c7aad53cd01a5e94c5f48d9d0a (diff)
downloadaur-5818bbe3418f967d08efe283b949846e4f333eb3.tar.gz
9.00-1: Upstream update
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD8
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5a3864f924ea..13fccc6185a6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Mon Jan 1 14:34:17 UTC 2018
+# Sun Apr 29 13:44:13 UTC 2018
pkgbase = ttf-textfonts
pkgdesc = Text faces based on early Greek editions
- pkgver = 8.01
+ pkgver = 9.00
pkgrel = 1
url = http://users.teilar.gr/~g1951d/
arch = any
@@ -18,7 +18,7 @@ pkgbase = ttf-textfonts
conflicts = ttf-asea
source = http://users.teilar.gr/~g1951d/Textfonts.zip
source = LICENSE
- md5sums = 8e8aee6c882fe1bd1dcc2a6a0db5ef7d
+ md5sums = e1246b36053425be895a05c61479cf20
md5sums = bc1709dc3b1f6a7545ab366923e01a1c
pkgname = ttf-textfonts
diff --git a/PKGBUILD b/PKGBUILD
index da4841ef4c07..03e14744d595 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Maintainer: GordonGR <ntheo1979@gmail.com>
pkgname=ttf-textfonts
-pkgver=8.01
+pkgver=9.00
pkgrel=1
pkgdesc="Text faces based on early Greek editions"
arch=('any')
@@ -13,16 +13,16 @@ depends=('fontconfig' 'xorg-font-utils')
conflicts=('ttf-alexander' 'ttf-alfios' 'ttf-anaktoria' 'ttf-aroania' 'ttf-atavyros' 'ttf-avdira' 'ttf-asea')
source=("http://users.teilar.gr/~g1951d/Textfonts.zip"
"LICENSE")
-md5sums=('8e8aee6c882fe1bd1dcc2a6a0db5ef7d'
+md5sums=('e1246b36053425be895a05c61479cf20'
'bc1709dc3b1f6a7545ab366923e01a1c')
package()
{
-for file in "${srcdir}"/fonts/*ttf; do
+for file in "${srcdir}"/*ttf; do
install -m 644 -D "${file}" "${pkgdir}/usr/share/fonts/TTF"/$(basename $file)
done
-for file in "${srcdir}"/fonts/hinted/*ttf; do
+for file in "${srcdir}"/Hinted/*ttf; do
install -m 644 -D "${file}" "${pkgdir}/usr/share/fonts/TTF"/$(basename $file)
done