summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorhaawda2019-01-19 15:57:19 +0100
committerhaawda2019-01-19 15:57:19 +0100
commit746d3cd7cd393de2be5991afd2e1b90da6aea04f (patch)
tree5fad60b008e4d8eb3e8f01ea2c77b54e152c3aaf
parent6a1967f9ac9e74e86b448ff0ca6a4fddc8e71614 (diff)
downloadaur-746d3cd7cd393de2be5991afd2e1b90da6aea04f.tar.gz
fix placement of license file
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 95e7ebde4cfc..ad31af055182 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = otf-ibm-plex
pkgdesc = IBM Plex Mono, Sans, and Serif typefaces in otf format
pkgver = 1.2.3
- pkgrel = 1
+ pkgrel = 2
url = https://ibm.github.io/type/
arch = any
license = custom
diff --git a/PKGBUILD b/PKGBUILD
index a621aceb925b..f28f8a23969b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=otf-ibm-plex
pkgver=1.2.3
-pkgrel=1
+pkgrel=2
pkgdesc="IBM Plex Mono, Sans, and Serif typefaces in otf format"
url="https://ibm.github.io/type/"
arch=('any')
@@ -13,7 +13,7 @@ sha256sums=('223720801bbc9247c3a8ec11a1c63466bcdce90e8337aef94cc930e2374bdbba')
package() {
cd OpenType
- install -Dm644 LICENSE.txt "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE.txt
+ install -Dm644 IBM-Plex-Sans/license.txt "${pkgdir}"/usr/share/licenses/${pkgname}/license.txt
install -d "${pkgdir}"/usr/share/fonts/OTF
find . -name "*.otf" -exec install -Dm644 {} "${pkgdir}"/usr/share/fonts/OTF \;
}