summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcos Heredia2017-04-07 18:54:17 -0300
committerMarcos Heredia2017-04-07 18:54:17 -0300
commit194913db65dc1e8291cad019d50757e5aa705523 (patch)
treeb4e835bc79574e5981f433e85eabf2a997a5f813
parentf965748331c7b2bff6e326e9631d3a6d0704dc6f (diff)
downloadaur-194913db65dc1e8291cad019d50757e5aa705523.tar.gz
Update to 1.5
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
-rw-r--r--updatefont.install1
3 files changed, 3 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 73e9ad62ca30..e7891f4eaf97 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ttf-impallari-cabin-font
pkgdesc = A humanist sans inspired by Edward Johnston's and Eric Gill's typefaces, from Pablo Impallari
pkgver = 1.5
- pkgrel = 1
+ pkgrel = 2
url = http://www.impallari.com/cabin/
install = updatefont.install
arch = any
diff --git a/PKGBUILD b/PKGBUILD
index 5dc7a6e478f3..882a5601f0e2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ _font="cabin-font"
_group="impallari"
pkgname=ttf-${_group}-${_font}
pkgver=1.5
-pkgrel=1
+pkgrel=2
pkgdesc="A humanist sans inspired by Edward Johnston's and Eric Gill's typefaces, from Pablo Impallari"
arch=(any)
url="http://www.impallari.com/cabin/"
@@ -16,7 +16,7 @@ source=("http://www.impallari.com/media/releases/${_font}-v${pkgver}.zip")
md5sums=('ae4b0e4e0298ac88589b8e57629a6a08')
package() {
- cd ${srcdir}/*
+ cd "${srcdir}/cabin font v${pkgver}"
install -dm755 "${pkgdir}/usr/share/fonts/TTF/${_group}"
install -Dpm644 *.ttf "${pkgdir}/usr/share/fonts/TTF/${_group}"
diff --git a/updatefont.install b/updatefont.install
index 7c7762f6887c..43e14fbd0cff 100644
--- a/updatefont.install
+++ b/updatefont.install
@@ -4,7 +4,6 @@ post_install() {
mkfontscale /usr/share/fonts/TTF
mkfontdir /usr/share/fonts/TTF
echo "done."
-
}
post_upgrade() {