summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Weimar2019-03-15 08:50:42 +0100
committerMarkus Weimar2019-03-15 08:55:06 +0100
commitaaf80f5977a17b5f25f86197c0e75e81b27ff69a (patch)
tree59e0010ab5e7a82c357c87cdfcd0c156c322282d
parentef64da7f9c4dd941d9f1aee3e7e99c6e230a3c4a (diff)
downloadaur-aaf80f5977a17b5f25f86197c0e75e81b27ff69a.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 0aedecc34cd7..3a24be6fef05 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = ttf-iosevka-ss08
pkgdesc = A slender monospace typeface. Shape: Pragmata Pro
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-ss08-2.2.0.zip
- source = https://raw.githubusercontent.com/be5invis/Iosevka/master/LICENSE.md
+ source = ttf-iosevka-ss08-2.2.0-2-LICENSE.md::https://raw.githubusercontent.com/be5invis/Iosevka/master/LICENSE.md
sha256sums = 711b2c8420e07589ab45febc4c252c7783c017e6b176227cf105721fc007852d
sha256sums = ecfd74a1d6749bf509cee122870da0186bccfae446e3f6bc5faff253577ab000
diff --git a/PKGBUILD b/PKGBUILD
index 6c64149d0df3..c1e761d82653 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,19 +1,19 @@
# Maintainer: Markus Weimar <mail@markusweimar.de>
pkgname=ttf-iosevka-ss08
pkgver=2.2.0
-pkgrel=1
+pkgrel=2
pkgdesc='A slender monospace typeface. Shape: Pragmata Pro'
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-ss08-${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=('711b2c8420e07589ab45febc4c252c7783c017e6b176227cf105721fc007852d'
'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
}