summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCaleb Maclennan2020-03-15 09:39:56 +0300
committerCaleb Maclennan2020-03-15 09:39:56 +0300
commitcc988f681028a548d49a4c1fb55eb925e98139a0 (patch)
tree33b7d5a4f4696067865a6e4dab619bbf7f316866
parent27bad01d7c8f222edc7b8a53738c99f9f5e40726 (diff)
downloadaur-cc988f681028a548d49a4c1fb55eb925e98139a0.tar.gz
Fix licenses directory typo
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c6434f0d8874..7d84fe7b2666 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ttf-cheapskate
pkgdesc = TTF Fonts by Dustin Norlander
pkgver = 2.0
- pkgrel = 14
+ pkgrel = 15
url = https://www.fontspace.com/cheapskate-fonts
arch = any
license = GPL
diff --git a/PKGBUILD b/PKGBUILD
index 453c8eeadd55..4950f790fd65 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=ttf-cheapskate
pkgver=2.0
-pkgrel=14
+pkgrel=15
pkgdesc='TTF Fonts by Dustin Norlander'
arch=('any')
url='https://www.fontspace.com/cheapskate-fonts'
@@ -39,5 +39,5 @@ sha256sums=('29b3c243d50590a4af614a433cbf99f67538042f31278ce6fa8828ae53c62657'
package() {
install -Dm644 -t "$pkgdir/usr/share/fonts/TTF/" *.ttf
- install -Dm644 -t "$pkgdir/usr/share/licences/$pkgname/" license.txt
+ install -Dm644 -t "$pkgdir/usr/share/licenses/$pkgname/" license.txt
}