summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcos Heredia2018-07-18 02:42:06 -0300
committerMarcos Heredia2018-07-18 02:42:06 -0300
commite7bc9941c13e41fb0471cdf5a2c219b9cfc3aaa0 (patch)
treed765c0bc35cb789d704ab9e9ac6e010b85ee4f65
parent3d213fb78210a20994e2465b507cfc439863ad86 (diff)
downloadaur-e7bc9941c13e41fb0471cdf5a2c219b9cfc3aaa0.tar.gz
Update 1.002-2
-rw-r--r--.SRCINFO13
-rw-r--r--PKGBUILD19
2 files changed, 17 insertions, 15 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b3fe9e93c617..dfc1c901f2e4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,17 @@
+# Generated by mksrcinfo v8
+# Wed Jul 18 05:41:49 UTC 2018
pkgbase = ttf-impallari-kaushan-script
pkgdesc = Feels like writing quickly with an inked brush, from Pablo Impallari
- pkgver = 1.02
- pkgrel = 1
- url = http://www.impallari.com/kaushan/
- install = updatefont.install
+ pkgver = 1.002
+ pkgrel = 2
+ url = https://github.com/impallari
arch = any
groups = impallari-fonts
license = custom:OFL
depends = fontconfig
depends = xorg-font-utils
- source = http://www.impallari.com/media/releases/kaushan-script-v.1.02.zip
- md5sums = 56c4d12b0afa2064249f258f2d8f6171
+ source = kaushan-script-1.002.zip::https://fonts.google.com/download?family=Kaushan%20Script
+ md5sums = e66d715a2771bce1032328ab8550e095
pkgname = ttf-impallari-kaushan-script
diff --git a/PKGBUILD b/PKGBUILD
index 075c305c8ef0..85e7782caff4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,20 +3,21 @@
_font="kaushan-script"
_group="impallari"
pkgname=ttf-${_group}-${_font}
-pkgver=1.02
-pkgrel=1
+pkgver=1.002
+pkgrel=2
pkgdesc="Feels like writing quickly with an inked brush, from Pablo Impallari"
arch=(any)
-url="http://www.impallari.com/kaushan/"
+#url="http://www.impallari.com/kaushan/"
+url="https://github.com/impallari"
license=('custom:OFL')
groups=("${_group}-fonts")
depends=('fontconfig' 'xorg-font-utils')
-install=updatefont.install
-source=("http://www.impallari.com/media/releases/${_font}-v.${pkgver}.zip")
-md5sums=('56c4d12b0afa2064249f258f2d8f6171')
+#install=updatefont.install
+source=("${_font}-${pkgver}.zip::https://fonts.google.com/download?family=Kaushan%20Script")
+md5sums=('e66d715a2771bce1032328ab8550e095')
package() {
- cd ${srcdir}/*
+ cd ${srcdir}
install -dm755 "${pkgdir}/usr/share/fonts/TTF/${_group}"
install -Dpm644 *.ttf "${pkgdir}/usr/share/fonts/TTF/${_group}"
@@ -24,6 +25,6 @@ package() {
install -dm755 "${pkgdir}/usr/share/licenses/${pkgname}/"
install -Dpm644 OFL.txt "${pkgdir}/usr/share/licenses/${pkgname}/"
- install -dm755 "${pkgdir}/usr/share/doc/${pkgname}/"
- install -Dpm644 FONTLOG.txt "${pkgdir}/usr/share/doc/${pkgname}/"
+ #install -dm755 "${pkgdir}/usr/share/doc/${pkgname}/"
+ #install -Dpm644 FONTLOG.txt "${pkgdir}/usr/share/doc/${pkgname}/"
}