summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authordalz2020-02-05 13:29:01 +0100
committerdalz2020-02-05 13:29:01 +0100
commit402d56a1622720d709e7308c6e023a0887ec1858 (patch)
tree8374864644ab795598be27f048dc913b0570d917
parent565d8fcadfa929ee65cb9836e3ce567037ec6564 (diff)
downloadaur-402d56a1622720d709e7308c6e023a0887ec1858.tar.gz
fix LICENSE name
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 66264e2fadda..d62ee25412ef 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = otf-nerd-fonts-fira-code
pkgdesc = Monospaced font with programming ligatures. Patched with Nerd Fonts icons.
pkgver = 2.1.0
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/ryanoasis/nerd-fonts
arch = any
license = MIT
diff --git a/PKGBUILD b/PKGBUILD
index a7410d7b6bef..4bb0ff33bd51 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=otf-nerd-fonts-fira-code
pkgver=2.1.0
-pkgrel=2
+pkgrel=3
pkgdesc="Monospaced font with programming ligatures. Patched with Nerd Fonts icons."
arch=('any')
url='https://github.com/ryanoasis/nerd-fonts'
@@ -19,5 +19,5 @@ package() {
install -d "$pkgdir/usr/share/licenses/$pkgname"
find "$srcdir" -not -name "*Windows Compatible*" -a -name "*.otf" \
-exec install -Dm644 {} "$pkgdir/usr/share/fonts/OTF" \;
- install -Dm644 "$srcdir/$pkgname-LICENSE" "$pkgdir/usr/share/licenses/$pkgname"
+ install -Dm644 "$srcdir/$pkgname-LICENSE" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
}