summaryrefslogtreecommitdiff
path: root/pcr
diff options
context:
space:
mode:
authorAndreas Grapentin <andreas@grapentin.org>2018-01-23 05:39:23 +0100
committerAndreas Grapentin <andreas@grapentin.org>2018-01-23 05:39:23 +0100
commitef9fc685353d44821b1a206080e2d952f4ab4d1f (patch)
treeab12946a8fdfeb23984e9945b77a05db7dcae8b5 /pcr
parent31a1dda323b96e596d3ec14970f0b70dc41812d6 (diff)
downloadabslibre-ef9fc685353d44821b1a206080e2d952f4ab4d1f.tar.gz
abslibre-ef9fc685353d44821b1a206080e2d952f4ab4d1f.tar.bz2
abslibre-ef9fc685353d44821b1a206080e2d952f4ab4d1f.zip
pcr/ttf-comic-neue: updated to 2.3
Diffstat (limited to 'pcr')
-rw-r--r--pcr/ttf-comic-neue/PKGBUILD13
1 files changed, 8 insertions, 5 deletions
diff --git a/pcr/ttf-comic-neue/PKGBUILD b/pcr/ttf-comic-neue/PKGBUILD
index fec7867ef..754230291 100644
--- a/pcr/ttf-comic-neue/PKGBUILD
+++ b/pcr/ttf-comic-neue/PKGBUILD
@@ -1,7 +1,10 @@
-# Maintainer (Arch): Thomas Haider <t.haider@deprecate.de>
+# Maintainer (AUR): Gatlin Johnson <gatlin@niltag.net>
+
+# parabola changes and rationale:
+# no changes.
pkgname=ttf-comic-neue
-pkgver=2.2
+pkgver=2.3
pkgrel=1
pkgdesc="Comic Neue aspires to be the casual script choice for everyone including the typographically savvy."
arch=('any')
@@ -10,11 +13,11 @@ url="http://comicneue.com"
depends=('fontconfig')
install=ttf-comic-neue.install
source=("http://comicneue.com/comic-neue-${pkgver}.zip" ttf-comic-neue.install)
-sha256sums=('d67c7de093b3555a525a29db1999b7759723208f514f5fca117201d63b94b5b6'
+sha256sums=('f3a7500eb477d03a865249dd3fa5ecff516d12d11d5d8494c8164fd4ee842599'
'2459fa08887f819049afac36d7e7e23d7b9f58eb39c35ce02b17ce1096885c16')
package() {
- install -D -m644 comic-neue-${pkgver}/SIL-License.txt "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+ install -D -m644 ${srcdir}/SIL-License.txt "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
install -d "${pkgdir}/usr/share/fonts/OTF"
- install -m644 comic-neue-${pkgver}/OTF/*.otf "${pkgdir}/usr/share/fonts/OTF/"
+ install -m644 ${srcdir}/OTF/*.otf "${pkgdir}/usr/share/fonts/OTF/"
}