summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorxiota2022-10-01 07:20:34 -0700
committerxiota2022-10-01 07:20:34 -0700
commit7dab61236a419a5ceb931bfddb54b1479914afbb (patch)
tree0191a3be305f2eff580b436b12d75b50ce1678d7
parent883a906a58f4232d05658b6c4bdc13ea9235620a (diff)
downloadaur-7dab61236a419a5ceb931bfddb54b1479914afbb.tar.gz
update links
-rw-r--r--.SRCINFO10
-rw-r--r--.gitignore5
-rw-r--r--PKGBUILD8
-rw-r--r--updatefont.install16
4 files changed, 11 insertions, 28 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b92b4890de31..39544fd17cbf 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,12 @@
pkgbase = ttf-impallari-cancelleresca-bastarda
pkgdesc = Designed by Jan van Krimpen in 1934 (OTF), from Pablo Impallari
pkgver = beta28
- pkgrel = 1
- url = http://www.impallari.com/projects/overview/jan-van-krimpen-cancelleresca-bastarda-revival
- install = updatefont.install
+ pkgrel = 2
+ url = https://web.archive.org/web/20120626174126/http://www.impallari.com/projects/overview/jan-van-krimpen-cancelleresca-bastarda-revival
arch = any
groups = impallari-fonts
license = custom:OFL
- depends = fontconfig
- depends = xorg-font-utils
- source = http://www.impallari.com/media/uploads/prosources/update-38-source.zip
+ source = https://web.archive.org/web/20150801142101/http://www.impallari.com/media/uploads/prosources/update-38-source.zip
md5sums = 7b3ef5b7a371165800847c0423b76fad
pkgname = ttf-impallari-cancelleresca-bastarda
-
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..d2d46cd34ac9
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,5 @@
+pkg
+src
+*.tar.*
+*.log
+*.zip
diff --git a/PKGBUILD b/PKGBUILD
index 194d19e7ddbf..3eca203b8a21 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,15 +4,13 @@ _font="cancelleresca-bastarda"
_group="impallari"
pkgname=ttf-${_group}-${_font}
pkgver=beta28
-pkgrel=1
+pkgrel=2
pkgdesc="Designed by Jan van Krimpen in 1934 (OTF), from Pablo Impallari"
arch=(any)
-url="http://www.impallari.com/projects/overview/jan-van-krimpen-cancelleresca-bastarda-revival"
+url="https://web.archive.org/web/20120626174126/http://www.impallari.com/projects/overview/jan-van-krimpen-cancelleresca-bastarda-revival"
license=('custom:OFL')
groups=("${_group}-fonts")
-depends=('fontconfig' 'xorg-font-utils')
-install=updatefont.install
-source=("http://www.impallari.com/media/uploads/prosources/update-38-source.zip")
+source=("https://web.archive.org/web/20150801142101/http://www.impallari.com/media/uploads/prosources/update-38-source.zip")
md5sums=('7b3ef5b7a371165800847c0423b76fad')
package() {
diff --git a/updatefont.install b/updatefont.install
deleted file mode 100644
index 7c7762f6887c..000000000000
--- a/updatefont.install
+++ /dev/null
@@ -1,16 +0,0 @@
-post_install() {
- echo -n "Updating font cache... "
- fc-cache -f > /dev/null
- mkfontscale /usr/share/fonts/TTF
- mkfontdir /usr/share/fonts/TTF
- echo "done."
-
-}
-
-post_upgrade() {
- post_install
-}
-
-post_remove() {
- post_install
-}