summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJonathon Fernyhough2018-02-24 01:27:40 +0000
committerJonathon Fernyhough2018-02-24 01:27:40 +0000
commitd0843c99f80f101f270710805449c55cafdab8d0 (patch)
tree486d28161710ed43de3c7cdccfb5d698a8d0e099 /PKGBUILD
parent4f3cbfe6774a3aa3fd11da660e4793dbbbbb6310 (diff)
downloadaur-otf-ibm-plex-git.tar.gz
Update license file location for 1.0.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 33c43a79bb00..f2b28effb059 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=otf-ibm-plex-git
_pkgname=otf-ibm-plex
pkgver=latest
-pkgrel=2
+pkgrel=3
pkgdesc='IBM Plex Mono, Sans, and Serif typefaces (OTF version)'
arch=('any')
url='https://github.com/IBM/plex'
@@ -37,5 +37,5 @@ package() {
done
# License
- install -Dm644 LICENSE.md "$pkgdir"/usr/share/licenses/$pkgname/license.md
+ install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/license.txt
}