summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD22
1 files changed, 7 insertions, 15 deletions
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}/"
}