summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFeufochmar2019-02-04 21:33:18 +0100
committerFeufochmar2019-02-04 21:33:18 +0100
commit5b859f05b1270702dad40893499bbee3fa8857c1 (patch)
treef2df9b6063e7e6e67b282897894335b9f4865eea
parent7a889cfbb036a28ccbe00af9fe5ce73b75ed5865 (diff)
downloadaur-5b859f05b1270702dad40893499bbee3fa8857c1.tar.gz
Update links.
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD7
-rw-r--r--caracteres.install20
3 files changed, 6 insertions, 28 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f20e1d7c0749..ad3961dcab0f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,14 @@
pkgbase = ttf-caracteres
pkgdesc = A family of typefaces used on roadsigns in France.
pkgver = 1.0
- pkgrel = 2
- url = http://simplythebest.net/fonts/fonts/caracteres.html
- install = caracteres.install
+ pkgrel = 3
+ url = http://fonts.simplythebest.net/font/367/caracteres-font.font
arch = any
license = custom
depends = fontconfig
depends = xorg-fonts-encodings
depends = xorg-font-utils
- source = http://simplythebest.net/fonts/fonts/download=367
+ source = http://fonts.simplythebest.net/fonts/download=367
md5sums = 22d9ae4cb9e04680e879e4c2850e471f
pkgname = ttf-caracteres
diff --git a/PKGBUILD b/PKGBUILD
index 445c40ba7343..db34effc26dc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,13 @@
# Contributor: feufochmar <guill.delacourt@gmail.com>
pkgname=ttf-caracteres
pkgver=1.0
-pkgrel=2
+pkgrel=3
pkgdesc="A family of typefaces used on roadsigns in France."
arch=('any')
-url="http://simplythebest.net/fonts/fonts/caracteres.html"
+url="http://fonts.simplythebest.net/font/367/caracteres-font.font"
license=('custom')
depends=('fontconfig' 'xorg-fonts-encodings' 'xorg-font-utils')
-install=caracteres.install
-source=("http://simplythebest.net/fonts/fonts/download=367")
+source=("http://fonts.simplythebest.net/fonts/download=367")
package() {
cd "$srcdir/"
diff --git a/caracteres.install b/caracteres.install
deleted file mode 100644
index 4f5212ef22ba..000000000000
--- a/caracteres.install
+++ /dev/null
@@ -1,20 +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 $1
-}
-
-post_remove() {
- post_install $1
-}
-
-op=$1
-shift
-
-$op $*