summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Weimar2019-03-15 08:50:42 +0100
committerMarkus Weimar2019-03-15 08:55:06 +0100
commit3104201c2210015f9ed499a101714c5a4eae22ca (patch)
tree77075d8023087bd6de022319cefbacc3be7022f4
parent451a0ff00edc3ebd917b6f8b083c4d63dcc8fa2d (diff)
downloadaur-3104201c2210015f9ed499a101714c5a4eae22ca.tar.gz
Rename license to prevent checksum errors.
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 21ec476eaf67..b1cb16c8d739 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = ttf-iosevka-ss11
pkgdesc = A slender monospace typeface. Shape: X Windows Fixed
pkgver = 2.2.0
- pkgrel = 1
+ pkgrel = 2
url = https://be5invis.github.io/Iosevka/
arch = any
license = custom:OFL
depends = fontconfig
depends = xorg-font-utils
source = https://github.com/be5invis/Iosevka/releases/download/v2.2.0/iosevka-ss11-2.2.0.zip
- source = https://raw.githubusercontent.com/be5invis/Iosevka/master/LICENSE.md
+ source = ttf-iosevka-ss11-2.2.0-2-LICENSE.md::https://raw.githubusercontent.com/be5invis/Iosevka/master/LICENSE.md
sha256sums = e7847b39aecc3c89eed20a42566d673d4390348968dafdedee6566127eb06fea
sha256sums = ecfd74a1d6749bf509cee122870da0186bccfae446e3f6bc5faff253577ab000
diff --git a/PKGBUILD b/PKGBUILD
index 4961f37ea589..aed62abf639f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,19 +1,19 @@
# Maintainer: Markus Weimar <mail@markusweimar.de>
pkgname=ttf-iosevka-ss11
pkgver=2.2.0
-pkgrel=1
+pkgrel=2
pkgdesc='A slender monospace typeface. Shape: X Windows Fixed'
arch=('any')
url='https://be5invis.github.io/Iosevka/'
license=('custom:OFL')
depends=('fontconfig' 'xorg-font-utils')
source=("https://github.com/be5invis/Iosevka/releases/download/v${pkgver}/iosevka-ss11-${pkgver}.zip"
- "https://raw.githubusercontent.com/be5invis/Iosevka/master/LICENSE.md")
+ "${pkgname}-${pkgver}-${pkgrel}-LICENSE.md::https://raw.githubusercontent.com/be5invis/Iosevka/master/LICENSE.md")
sha256sums=('e7847b39aecc3c89eed20a42566d673d4390348968dafdedee6566127eb06fea'
'ecfd74a1d6749bf509cee122870da0186bccfae446e3f6bc5faff253577ab000')
package() {
install -d ${pkgdir}/usr/share/fonts/TTF/
install -m644 ${srcdir}/ttf/*.ttf ${pkgdir}/usr/share/fonts/TTF/
- install -D -m644 ${srcdir}/LICENSE.md ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE.md
+ install -D -m644 ${pkgname}-${pkgver}-${pkgrel}-LICENSE.md ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE.md
}