summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMagnus Groß2017-10-11 10:24:17 +0200
committerMagnus Groß2017-10-11 10:24:17 +0200
commit31ce84ff7a4a4a2bfe555f7b7786406ebac8a18f (patch)
tree2e9af623c7f76b73e478550db54c7a5d0e4db7bc
parentaab9be7f35d0f21e07d2abc06e0fa13ec2d77048 (diff)
downloadaur-31ce84ff7a4a4a2bfe555f7b7786406ebac8a18f.tar.gz
Add checksums
-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
}