summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSanskritFritz2021-12-01 21:32:46 +0100
committerSanskritFritz2021-12-01 21:32:46 +0100
commit43182bce57ee5af16207b7d84038e74ed0ea2a2f (patch)
tree83bde573aa6fb3aaf2ffd404cd1eb95034e5b216
parent3fb8840f47003fe8c2b01533aef5a9a32fa1296e (diff)
downloadaur-43182bce57ee5af16207b7d84038e74ed0ea2a2f.tar.gz
Switch to dafont for download
since deviantart doesn't allow to download without login.
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD10
2 files changed, 7 insertions, 12 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7ed262cb31a6..d4563c3de1ca 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,11 @@
pkgbase = ttf-montepetrum
pkgdesc = A very tall, narrow, thin, sans serif font.
pkgver = 1
- pkgrel = 4
+ pkgrel = 5
url = http://aajohan.deviantart.com/art/Montepetrum-Font-151870278
arch = any
license = CCPL
- depends = fontconfig
- depends = xorg-font-utils
- source = http://fc01.deviantart.net/fs70/f/2010/027/f/5/Montepetrum___Font_by_aajohan.zip
- md5sums = d631b527bec723d6fbd4324943672b13
+ source = https://dl.dafont.com/dl/?f=montepetrum
+ md5sums = 1aee8b73cf337c1fe8c59a5a2f75f126
pkgname = ttf-montepetrum
-
diff --git a/PKGBUILD b/PKGBUILD
index abcd06c2652f..6034cc80bf29 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,19 +3,17 @@
pkgname=ttf-montepetrum
pkgver=1
-pkgrel=4
+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')
-source=("http://fc01.deviantart.net/fs70/f/2010/027/f/5/Montepetrum___Font_by_aajohan.zip")
-md5sums=('d631b527bec723d6fbd4324943672b13')
+# depends=('fontconfig' 'xorg-font-utils')
+source=("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"
}