summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAli Hassan2023-11-07 19:09:30 +0500
committerAli Hassan2023-11-07 19:09:30 +0500
commita04b45e9152dbff84d08c8bb3269d80417687716 (patch)
treedefa2544cb3450bc6747028f0953015c3eadaae8
parent9cf0d38c282ed8940a1799a5c1f3fde84359ba5d (diff)
downloadaur-dhivehi_fonts.tar.gz
fix issue
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD5
2 files changed, 3 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 185453f5eb0d..74d1ec33d21d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -4,7 +4,7 @@ pkgbase = dhivehi_fonts
pkgrel = 1
url = https://github.com/Alix35301/dhivehi_fonts/raw/master/archive/archive/Dhivehi_fonts.tar.xz
arch = any
- license = (MIT)
+ license = (custom)
source = Dhivehi_fonts.tar.xz::https://github.com/Alix35301/dhivehi_fonts/raw/master/Dhivehi_fonts.tar.xz
pkgname = dhivehi_fonts
diff --git a/PKGBUILD b/PKGBUILD
index 4c9a8f366f6a..a318930e9cad 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,19 +1,18 @@
# Maintainer: Ali Hassan >>Alix35301@gmail.com<<
pkgname=dhivehi_fonts
-pkgver=2.0
+pkgver=2.5
pkgrel=1
pkgdesc="Dhivehi fonts for arch ttf, otf"
url="https://https://github.com/Alix35301"
arch=(any)
-license=(MIT)
+license=(custom)
_tarname=Dhivehi_fonts
source=("$_tarname.tar.xz::https://github.com/Alix35301/dhivehi_fonts/raw/master/Dhivehi_fonts.tar.xz")
package() {
cd $_tarname
install -d "$pkgdir/usr/share/fonts/${pkgname%-fonts}"
install -t "$pkgdir/usr/share/fonts/${pkgname%-fonts}" -m644 OTF/*.otf
- install -Dm644 LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
}
# vim:set ts=2 sw=2 et: