summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--PKGBUILD13
1 files changed, 7 insertions, 6 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 667d5aedef96..a3a5d9912e5d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,12 +11,13 @@ url="http://www.impallari.com/"
license=('custom:OFL')
groups=("${_group}-fonts")
depends=('fontconfig' 'xorg-font-utils')
-install=updatefont.install
-source=("http://www.impallari.com/media/uploads/prosources/update-101-source.zip")
-md5sums=('f7cdf7b903f40dc0fc6e3847fb958b8a')
+#install=updatefont.install
+#source=("http://www.impallari.com/media/uploads/prosources/update-101-source.zip")
+source=("Life_Savers.zip::https://fonts.google.com/download?family=Life+Savers")
+md5sums=('SKIP')
package() {
- cd ${srcdir}/L*
+ 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}/"
}