summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcos Heredia2017-04-21 01:46:34 -0300
committerMarcos Heredia2017-04-21 01:46:34 -0300
commit0b5f2e6f337ede91cde6c04093a7375a39306e65 (patch)
tree4f3c80d03768280f319333de4639ff57e5f8678b
parent885c54a3560a84b0422bdda26a7e65267f8dc41c (diff)
downloadaur-0b5f2e6f337ede91cde6c04093a7375a39306e65.tar.gz
Update to 1.006
-rw-r--r--.SRCINFO16
-rw-r--r--PKGBUILD22
2 files changed, 10 insertions, 28 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9781462f1b9a..5b477598cb9f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ttf-impallari-lobstertwo
pkgdesc = Other lovely bold condensed script, from Pablo Impallari
pkgver = 1.006
- pkgrel = 2
+ pkgrel = 3
url = http://www.impallari.com/lobstertwo/
install = updatefont.install
arch = any
@@ -9,18 +9,8 @@ pkgbase = ttf-impallari-lobstertwo
license = custom:OFL
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
+ source = Lobster_Two.zip::https://fonts.google.com/download?family=Lobster%20Two
+ md5sums = e916a848304ef65cbf852a793e8ef2c4
pkgname = ttf-impallari-lobstertwo
diff --git a/PKGBUILD b/PKGBUILD
index a522809189c8..9345348ee404 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ _font="lobstertwo"
_group="impallari"
pkgname=ttf-${_group}-${_font}
pkgver=1.006
-pkgrel=2
+pkgrel=3
pkgdesc="Other lovely bold condensed script, from Pablo Impallari"
arch=(any)
url="http://www.impallari.com/${_font}/"
@@ -13,20 +13,12 @@ groups=("${_group}-fonts")
depends=('fontconfig' 'xorg-font-utils')
install=updatefont.install
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"
+ "Lobster_Two.zip::https://fonts.google.com/download?family=Lobster%20Two"
+# "https://googlefontdirectory.googlecode.com/hg/ofl/lobstertwo/FONTLOG.txt"
)
md5sums=(
- '5bc7d54b8f2cd0f13f3e58d6494d5093'
- '92f89b4b61c0c72a3f8bfdbc6eb55a5e'
- 'e02c8a94e3ae798fd8b689f8419f4c7b'
- '3ba9370ba9b4e0d63cb765389d3c0e0b'
- '72c6cb64d60499ef3b5716cd2925705d'
- 'f93bee03c3e8cacbef251056a31093c9'
+ 'e916a848304ef65cbf852a793e8ef2c4'
+# '72c6cb64d60499ef3b5716cd2925705d'
)
package() {
@@ -38,6 +30,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}/"
}