summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGavin Lloyd2017-10-24 11:34:16 -0700
committerGavin Lloyd2017-10-24 11:34:16 -0700
commitde39755d9647eb8a5d1baea0cff6966ebede56ed (patch)
tree367e49a5e93ef89e62afa10089136beec9d00674
parent0fec95c18e1fd874051c79d577d7cda7e6b56502 (diff)
downloadaur-de39755d9647eb8a5d1baea0cff6966ebede56ed.tar.gz
Update to 0.601
-rw-r--r--.SRCINFO17
-rw-r--r--PKGBUILD20
2 files changed, 19 insertions, 18 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4c0a848a21ff..25d772ab6f8f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,16 @@
# Generated by mksrcinfo v8
-# Fri Feb 24 19:37:36 UTC 2017
+# Tue Oct 24 18:34:07 UTC 2017
pkgbase = otf-tenderness
- pkgdesc = Soft font inspired by Garamond and Optima
- pkgver = 0.501
- pkgrel = 3
+ pkgdesc = Serif font with a soft impression
+ pkgver = 0.601
+ pkgrel = 1
url = http://dotcolon.net/font/?id=tenderness
- arch = i686
- arch = x86_64
- license = custom:CC0
+ arch = any
+ license = custom
depends = fontconfig
depends = xorg-font-utils
- source = http://dotcolon.net/DL/font/tenderness.zip
- sha256sums = 9c60c19375eb95e40e94852f4460d98d33e8b6774246099a326f28df85e9ba0d
+ source = http://dotcolon.net/DL/font/tenderness_0601.zip
+ sha256sums = e9d512398aca5ae3633795b80918af30df7c7d616a5c381d130bf8ca32037891
pkgname = otf-tenderness
diff --git a/PKGBUILD b/PKGBUILD
index 67fe8bc02857..2e96e36d1fd7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,17 +1,19 @@
# Maintainer: Gavin Lloyd <gavinhungry@gmail.com>
pkgname=otf-tenderness
-pkgver=0.501
-pkgrel=3
-pkgdesc='Soft font inspired by Garamond and Optima'
-arch=('i686' 'x86_64')
-license=('custom:CC0')
+pkgver=0.601
+pkgrel=1
+pkgdesc='Serif font with a soft impression'
+arch=('any')
url='http://dotcolon.net/font/?id=tenderness'
+license=('custom')
depends=('fontconfig' 'xorg-font-utils')
-source=('http://dotcolon.net/DL/font/tenderness.zip')
-sha256sums=('9c60c19375eb95e40e94852f4460d98d33e8b6774246099a326f28df85e9ba0d')
+source=("http://dotcolon.net/DL/font/tenderness_${pkgver/./}.zip")
+sha256sums=('e9d512398aca5ae3633795b80918af30df7c7d616a5c381d130bf8ca32037891')
package() {
- install -d $pkgdir/usr/share/fonts/OTF/
- install -m644 *.otf $pkgdir/usr/share/fonts/OTF/
+ cd "${srcdir}"
+
+ install -Dm644 Tenderness-Regular.otf "${pkgdir}"/usr/share/fonts/OTF/Tenderness-Regular.otf
+ install -Dm644 OFL.txt "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
}