summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCaleb Maclennan2019-09-10 20:10:36 +0300
committerCaleb Maclennan2019-09-10 20:11:05 +0300
commit290c67748923fedff096dc7cb2704c7abf34a948 (patch)
tree5d69c6703f27f31dfe09f2d84d72866eed850245
parentc7f136ea2f42888406a5ae955615c001de6634b2 (diff)
downloadaur-290c67748923fedff096dc7cb2704c7abf34a948.tar.gz
Update to last upstream change to font
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD12
2 files changed, 10 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4260e77a777e..c7c084483aab 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = otf-crimson-text
pkgdesc = A font family for book production in the tradition of beautiful oldstyle typefaces
- pkgver = 2014.06
+ pkgver = 2019.07
pkgrel = 1
epoch = 1
url = https://github.com/skosch/Crimson/
arch = any
license = OFL
- source = otf-crimson-text.zip::https://github.com/skosch/Crimson/archive/master.zip
- md5sums = SKIP
+ source = otf-crimson-text.zip::https://github.com/skosch/Crimson/archive/f8255058575d26ddf35ab0b2d5ab7832c40f7a1a.zip
+ sha256sums = 751e1922bc3fc89bd545e7a6c28a6b8c0f28e266dce83f67fa6bd546672b6cad
pkgname = otf-crimson-text
diff --git a/PKGBUILD b/PKGBUILD
index 46273fde70e9..7165d555cef4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,19 +1,21 @@
-# Maintainer: Martin C. Doege <mdoege at compuserve dot com>
+# Maintainer: Caleb Maclennan <caleb@alerque.com>
+# Contributor: Martin C. Doege <mdoege at compuserve dot com>
# Contributor: Hilton Medeiros <medeiros.hilton at gmail.com>
pkgname=otf-crimson-text
-pkgver=2014.06
+pkgver=2019.07
+_ver=f8255058575d26ddf35ab0b2d5ab7832c40f7a1a
pkgrel=1
epoch=1
pkgdesc="A font family for book production in the tradition of beautiful oldstyle typefaces"
arch=('any')
url="https://github.com/skosch/Crimson/"
license=('OFL')
-source=("$pkgname".zip::'https://github.com/skosch/Crimson/archive/master.zip')
-md5sums=('SKIP')
+source=("$pkgname.zip::https://github.com/skosch/Crimson/archive/$_ver.zip")
+sha256sums=('751e1922bc3fc89bd545e7a6c28a6b8c0f28e266dce83f67fa6bd546672b6cad')
package() {
- cd "$srcdir/Crimson-master/Desktop Fonts"
+ cd "$srcdir/Crimson-$_ver/Desktop Fonts"
install -d "$pkgdir/usr/share/fonts/OTF"
install -m644 OTF/*.otf "$pkgdir/usr/share/fonts/OTF/"
}