summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoakim Repomaa2020-03-16 16:56:20 +0100
committerJoakim Repomaa2020-03-16 16:56:20 +0100
commit65c0329a11a1c1912f795d0548b1d42658cbbb32 (patch)
tree8b8a4e02e9510590a267dd98bdb985e19979c4bf
parentcf95de75c8914544b074776e1b981e1d49312fc0 (diff)
downloadaur-yanc-font.tar.gz
fix license path
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ae80827e7e4f..2b959de8f444 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Mon Mar 16 15:34:39 UTC 2020
+# Mon Mar 16 15:56:17 UTC 2020
pkgbase = yanc-font
pkgdesc = yet another neat condensed font. based on gohufont.
pkgver = 1.0.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/repomaa/yanc-font
arch = any
license = MIT
diff --git a/PKGBUILD b/PKGBUILD
index 25fb830b6aae..6df6c50c353a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=yanc-font
pkgver=1.0.0
-pkgrel=1
+pkgrel=2
pkgdesc='yet another neat condensed font. based on gohufont.'
arch=(any)
url='https://github.com/repomaa/yanc-font'
@@ -30,7 +30,7 @@ package() {
cd "${pkgname}"
install -d "$pkgdir/usr/share/fonts/misc"
install -Dm644 *.otb "$pkgdir/usr/share/fonts/misc/"
- install -Dm644 LICENSE "$pkgdir/usr/share/licenses/yanc-font-git/LICENSE"
+ install -Dm644 LICENSE "$pkgdir/usr/share/licenses/${pkgname}/LICENSE"
}
# vim:set ts=2 sw=2 et: