summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Weimar2019-03-15 08:50:42 +0100
committerMarkus Weimar2019-03-15 08:55:06 +0100
commitafca134decd12f999d6a5c5f58289f689ee9442d (patch)
treead56a3b7e6b65998a649fad5f0808928e552043c
parent46bdb17fcb9bba670e190b41699ed1c0e1dad86c (diff)
downloadaur-afca134decd12f999d6a5c5f58289f689ee9442d.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 6a56974f9171..cdd2595a2092 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ttf-iosevka-type-slab
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-type-slab
depends = xorg-font-utils
conflicts = ttf-iosevka-pack
source = https://github.com/be5invis/Iosevka/releases/download/v2.2.0/07-iosevka-type-slab-2.2.0.zip
- source = https://raw.githubusercontent.com/be5invis/Iosevka/master/LICENSE.md
+ source = ttf-iosevka-type-slab-2.2.0-2-LICENSE.md::https://raw.githubusercontent.com/be5invis/Iosevka/master/LICENSE.md
sha256sums = 480fe7576586f3f8c45492d074a30afc48e5d64115c39db0cc8c7989e522806c
sha256sums = ecfd74a1d6749bf509cee122870da0186bccfae446e3f6bc5faff253577ab000
diff --git a/PKGBUILD b/PKGBUILD
index a5be1bb6a93f..f65f8e0f8fc6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Markus Weimar <mail@markusweimar.de>
pkgname=ttf-iosevka-type-slab
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}/07-iosevka-type-slab-${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=('480fe7576586f3f8c45492d074a30afc48e5d64115c39db0cc8c7989e522806c'
'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
}