summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcos Heredia2015-06-09 13:42:00 -0300
committerMarcos Heredia2015-06-09 13:42:00 -0300
commit885c54a3560a84b0422bdda26a7e65267f8dc41c (patch)
treed5f8c0216d651440314e441e56883c44774f1bbd
parentae930f06f46a374d2cd0884b752de78f10a467d6 (diff)
downloadaur-885c54a3560a84b0422bdda26a7e65267f8dc41c.tar.gz
Update to 1.006
-rw-r--r--.SRCINFO15
-rw-r--r--PKGBUILD26
-rw-r--r--updatefont.install1
3 files changed, 30 insertions, 12 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3ba6da611861..9781462f1b9a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,26 @@
pkgbase = ttf-impallari-lobstertwo
pkgdesc = Other lovely bold condensed script, from Pablo Impallari
pkgver = 1.006
- pkgrel = 1
+ pkgrel = 2
url = http://www.impallari.com/lobstertwo/
install = updatefont.install
arch = any
groups = impallari-fonts
license = custom:OFL
- makedepends = wget
depends = fontconfig
depends = xorg-font-utils
+ source = https://googlefontdirectory.googlecode.com/hg/ofl/lobstertwo/LobsterTwo-Bold.ttf
+ source = https://googlefontdirectory.googlecode.com/hg/ofl/lobstertwo/LobsterTwo-BoldItalic.ttf
+ source = https://googlefontdirectory.googlecode.com/hg/ofl/lobstertwo/LobsterTwo-Italic.ttf
+ source = https://googlefontdirectory.googlecode.com/hg/ofl/lobstertwo/LobsterTwo-Regular.ttf
+ source = https://googlefontdirectory.googlecode.com/hg/ofl/lobstertwo/FONTLOG.txt
+ source = https://googlefontdirectory.googlecode.com/hg/ofl/lobstertwo/OFL.txt
+ md5sums = 5bc7d54b8f2cd0f13f3e58d6494d5093
+ md5sums = 92f89b4b61c0c72a3f8bfdbc6eb55a5e
+ md5sums = e02c8a94e3ae798fd8b689f8419f4c7b
+ md5sums = 3ba9370ba9b4e0d63cb765389d3c0e0b
+ md5sums = 72c6cb64d60499ef3b5716cd2925705d
+ md5sums = f93bee03c3e8cacbef251056a31093c9
pkgname = ttf-impallari-lobstertwo
diff --git a/PKGBUILD b/PKGBUILD
index d91eb11333a1..a522809189c8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ _font="lobstertwo"
_group="impallari"
pkgname=ttf-${_group}-${_font}
pkgver=1.006
-pkgrel=1
+pkgrel=2
pkgdesc="Other lovely bold condensed script, from Pablo Impallari"
arch=(any)
url="http://www.impallari.com/${_font}/"
@@ -12,17 +12,25 @@ license=('custom:OFL')
groups=("${_group}-fonts")
depends=('fontconfig' 'xorg-font-utils')
install=updatefont.install
-makedepends=('wget')
-source=()
+source=(
+ "https://googlefontdirectory.googlecode.com/hg/ofl/lobstertwo/LobsterTwo-Bold.ttf"
+ "https://googlefontdirectory.googlecode.com/hg/ofl/lobstertwo/LobsterTwo-BoldItalic.ttf"
+ "https://googlefontdirectory.googlecode.com/hg/ofl/lobstertwo/LobsterTwo-Italic.ttf"
+ "https://googlefontdirectory.googlecode.com/hg/ofl/lobstertwo/LobsterTwo-Regular.ttf"
+ "https://googlefontdirectory.googlecode.com/hg/ofl/lobstertwo/FONTLOG.txt"
+ "https://googlefontdirectory.googlecode.com/hg/ofl/lobstertwo/OFL.txt"
+ )
+md5sums=(
+ '5bc7d54b8f2cd0f13f3e58d6494d5093'
+ '92f89b4b61c0c72a3f8bfdbc6eb55a5e'
+ 'e02c8a94e3ae798fd8b689f8419f4c7b'
+ '3ba9370ba9b4e0d63cb765389d3c0e0b'
+ '72c6cb64d60499ef3b5716cd2925705d'
+ 'f93bee03c3e8cacbef251056a31093c9'
+ )
package() {
cd ${srcdir}
- wget -c https://googlefontdirectory.googlecode.com/hg/ofl/lobstertwo/FONTLOG.txt || return 1
- wget -c https://googlefontdirectory.googlecode.com/hg/ofl/lobstertwo/LobsterTwo-Bold.ttf || return 1
- wget -c https://googlefontdirectory.googlecode.com/hg/ofl/lobstertwo/LobsterTwo-BoldItalic.ttf || return 1
- wget -c https://googlefontdirectory.googlecode.com/hg/ofl/lobstertwo/LobsterTwo-Italic.ttf || return 1
- wget -c https://googlefontdirectory.googlecode.com/hg/ofl/lobstertwo/LobsterTwo-Regular.ttf || return 1
- wget -c https://googlefontdirectory.googlecode.com/hg/ofl/lobstertwo/OFL.txt || return 1
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() {