summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--PKGBUILD7
1 files changed, 3 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e466adc4cf2d..2b82db08f409 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,13 +5,12 @@ pkgrel=1
pkgdesc="A beautiful handwriting font of unknown origin, first popularized by E.W.Dijkstra."
arch=('any')
url="http://lucacardelli.name/indexartifacts.html"
+license=('unknown')
source=("http://lucacardelli.name/Artifacts/Fonts/Pc/dijkstra.ttf")
-md5sums=('SKIP')
+md5sums=('2cc9ab3abbd29cbb1b4cf6d05293a331')
+sha256sums=('2e0f0ea076b7c183c1975a3dec5ad4601f2059aa4d24d7b4d991de19ba80ee06')
package() {
install -D "$srcdir/dijkstra.ttf" "$pkgdir/usr/share/fonts/TTF/dijkstra.ttf"
-}
-
-post_install() {
fc-cache
}