summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorRoman Holovin2019-04-08 11:06:04 +0300
committerRoman Holovin2019-04-08 11:06:39 +0300
commit860ca02a83fa1c4b3d7107bfc087336409737a40 (patch)
tree0472fa5893cf46eaf000590fbf754170b85863a1 /PKGBUILD
parent56b62c84e12765aa9e57790d1c5eb7f39132176b (diff)
downloadaur-860ca02a83fa1c4b3d7107bfc087336409737a40.tar.gz
Include license text into package files
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 5 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b6ebf9733e30..31fd7abe90eb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=ttf-weather-icons
pkgver=2.0.10
-pkgrel=2
+pkgrel=3
pkgdesc="Icon font with 222 weather themed icons"
url="https://erikflowers.github.io/weather-icons/"
@@ -10,8 +10,10 @@ license=('custom:"OFL"')
arch=('any')
source=("https://github.com/erikflowers/weather-icons/archive/$pkgver.tar.gz"
- "LICENSE::http://scripts.sil.org/cms/scripts/render_download.php?format=file&media_id=OFL_plaintext&filename=OFL.txt")
-sha256sums=('51fc93425a61754b34ce298158de28984ad5904e58d42bbfc225704edde20d02' 'SKIP')
+ "LICENSE")
+sha256sums=(
+ '51fc93425a61754b34ce298158de28984ad5904e58d42bbfc225704edde20d02'
+ 'ce243fd4a62b1b76c959ffba6ec16a7a3146b2362d441ae4f9f7f32fc3750d6c')
package() {
install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"