summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Weimar2019-03-15 08:50:42 +0100
committerMarkus Weimar2019-03-15 08:55:06 +0100
commit2b0f1cc886e18c48ff4afb6cc8a42c9f66ef2cd6 (patch)
tree2c90210445915661a3b3d1f19faf111a2a71268c
parent0214fbb76fee60c7d279a7df481d59ac6c1895b7 (diff)
downloadaur-2b0f1cc886e18c48ff4afb6cc8a42c9f66ef2cd6.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 4dceca14816d..bffcb927c9a1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ttf-iosevka
pkgdesc = A slender monospace typeface. Shape: default
pkgver = 2.2.0
- pkgrel = 1
+ pkgrel = 2
url = https://be5invis.github.io/Iosevka/
arch = any
license = custom:OFL
@@ -9,7 +9,7 @@ pkgbase = ttf-iosevka
depends = xorg-font-utils
conflicts = ttf-iosevka-pack
source = https://github.com/be5invis/Iosevka/releases/download/v2.2.0/01-iosevka-2.2.0.zip
- source = https://raw.githubusercontent.com/be5invis/Iosevka/master/LICENSE.md
+ source = ttf-iosevka-2.2.0-2-LICENSE.md::https://raw.githubusercontent.com/be5invis/Iosevka/master/LICENSE.md
sha256sums = c745d5db4976c733eaf298861282a231b71e387d95207dec14598c28206c812c
sha256sums = ecfd74a1d6749bf509cee122870da0186bccfae446e3f6bc5faff253577ab000
diff --git a/PKGBUILD b/PKGBUILD
index b8c914d1dddf..441594033417 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Markus Weimar <mail@markusweimar.de>
pkgname=ttf-iosevka
pkgver=2.2.0
-pkgrel=1
+pkgrel=2
pkgdesc='A slender monospace typeface. Shape: default'
arch=('any')
url='https://be5invis.github.io/Iosevka/'
@@ -9,12 +9,12 @@ license=('custom:OFL')
depends=('fontconfig' 'xorg-font-utils')
conflicts=('ttf-iosevka-pack')
source=("https://github.com/be5invis/Iosevka/releases/download/v${pkgver}/01-iosevka-${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=('c745d5db4976c733eaf298861282a231b71e387d95207dec14598c28206c812c'
'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
}