summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD11
1 files changed, 4 insertions, 7 deletions
diff --git a/PKGBUILD b/PKGBUILD
index dbcd2baeb0ac..8bf87948b5e7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,20 +3,17 @@
pkgname=ttf-montepetrum
pkgver=1
-pkgrel=3
+pkgrel=5
pkgdesc="A very tall, narrow, thin, sans serif font."
arch=('any')
url="http://aajohan.deviantart.com/art/Montepetrum-Font-151870278"
license=('CCPL')
-depends=('fontconfig' 'xorg-font-utils')
-install=ttf.install
-source=("http://fc01.deviantart.net/fs70/f/2010/027/f/5/Montepetrum___Font_by_aajohan.zip")
-md5sums=('d631b527bec723d6fbd4324943672b13')
+# depends=('fontconfig' 'xorg-font-utils')
+source=("montepetrum_dafont.zip::https://dl.dafont.com/dl/?f=montepetrum")
+md5sums=('1aee8b73cf337c1fe8c59a5a2f75f126')
package() {
install -dm755 "${pkgdir}/usr/share/fonts/TTF"
-
- cd "${srcdir}/Montepetrum"
install -m 644 *.ttf "${pkgdir}/usr/share/fonts/TTF/"
install -Dm 644 "Please read me.txt" "${pkgdir}/usr/share/doc/$pkgname/README"
}