summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMagnus Groß2017-10-11 10:27:30 +0200
committerMagnus Groß2017-10-11 10:27:30 +0200
commitd05d4674ae76d715a4bda7fb6bb6a4665a915d78 (patch)
tree8d84e0e834d59492e6ec50dffc0be787ed636e71
parent6626b8522b701c9b3e81f3eb3b8d5ca624113718 (diff)
downloadaur-d05d4674ae76d715a4bda7fb6bb6a4665a915d78.tar.gz
We do not even need to update the font cache
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 2 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index baf775dafbc3..004fbfbdc9f7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ttf-dijkstra
pkgdesc = A beautiful handwriting font of unknown origin, first popularized by E.W.Dijkstra.
- pkgver = 2
+ pkgver = 3
pkgrel = 1
url = http://lucacardelli.name/indexartifacts.html
arch = any
diff --git a/PKGBUILD b/PKGBUILD
index 68447cb7f354..9be7eb153ff9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Magnus Groß magnus dot gross 21 at gmail dot com
pkgname=ttf-dijkstra
-pkgver=2
+pkgver=3
pkgrel=1
pkgdesc="A beautiful handwriting font of unknown origin, first popularized by E.W.Dijkstra."
arch=('any')
@@ -12,5 +12,4 @@ sha256sums=('2e0f0ea076b7c183c1975a3dec5ad4601f2059aa4d24d7b4d991de19ba80ee06')
package() {
install -D "$srcdir/dijkstra.ttf" "$pkgdir/usr/share/fonts/TTF/dijkstra.ttf"
- fc-cache
}