summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGatlin Johnson2020-07-06 10:47:56 -0500
committerGatlin Johnson2020-07-06 10:47:56 -0500
commit93524149d36f1ad8f9f0b2af500298d0bf502443 (patch)
tree07bf5ab7517b809002edf28c26bdcc9f518dbb6e
parenta0f21e482c04bb777ab036e22b7c5f249c681be6 (diff)
downloadaur-ttf-comic-neue.tar.gz
updating to 2.5
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD9
2 files changed, 7 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0f5b5fe62f1c..4fbd18f29b22 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = ttf-comic-neue
pkgdesc = Comic Neue aspires to be the casual script choice for everyone including the typographically savvy.
- pkgver = 2.3
+ pkgver = 2.5
pkgrel = 1
url = http://comicneue.com
install = ttf-comic-neue.install
arch = any
license = custom:OFL
depends = fontconfig
- source = http://comicneue.com/comic-neue-2.3.zip
+ source = http://comicneue.com/comic-neue-2.5.zip
source = ttf-comic-neue.install
- sha256sums = f3a7500eb477d03a865249dd3fa5ecff516d12d11d5d8494c8164fd4ee842599
+ sha256sums = 6496cfef47c67568fb74dfb0609239f9da2368001438573c0e29e3a33fa8e0d9
sha256sums = 2459fa08887f819049afac36d7e7e23d7b9f58eb39c35ce02b17ce1096885c16
pkgname = ttf-comic-neue
diff --git a/PKGBUILD b/PKGBUILD
index 5c3a2a7a6c89..4fbd8fc67724 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,20 +1,19 @@
# Maintainer: Gatlin Johnson <gatlin@niltag.net>
pkgname=ttf-comic-neue
-pkgver=2.3
+pkgver=2.5
pkgrel=1
pkgdesc="Comic Neue aspires to be the casual script choice for everyone including the typographically savvy."
arch=('any')
license=('custom:OFL')
url="http://comicneue.com"
-depends=('fontconfig')
install=ttf-comic-neue.install
source=("http://comicneue.com/comic-neue-${pkgver}.zip" ttf-comic-neue.install)
-sha256sums=('f3a7500eb477d03a865249dd3fa5ecff516d12d11d5d8494c8164fd4ee842599'
+sha256sums=('6496cfef47c67568fb74dfb0609239f9da2368001438573c0e29e3a33fa8e0d9'
'2459fa08887f819049afac36d7e7e23d7b9f58eb39c35ce02b17ce1096885c16')
package() {
- install -D -m644 ${srcdir}/SIL-License.txt "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+ install -D -m644 ${srcdir}/comic-neue-${pkgver}/OFL.txt "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
install -d "${pkgdir}/usr/share/fonts/OTF"
- install -m644 ${srcdir}/OTF/*.otf "${pkgdir}/usr/share/fonts/OTF/"
+ install -m644 ${srcdir}/comic-neue-${pkgver}/OTF/ComicNeue/*.otf "${pkgdir}/usr/share/fonts/OTF/"
}