summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAli Molaei2022-04-29 18:02:39 +0430
committerAli Molaei2022-04-29 18:02:39 +0430
commitb86c79fb253e7eeb74b3a1a24b6b2537a5ae7c2a (patch)
tree4a6d52b1c3f36e87db0978cc3867f8cdb7bf07f1
parent4cb72cb896dc936d09cc3c47d916db4847759137 (diff)
downloadaur-mikhak-fonts.tar.gz
Update to 3.2
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD15
2 files changed, 13 insertions, 12 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e53bc0d9d2c2..2210af1d47f8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = mikhak-fonts
pkgdesc = simple monoline Arabic-Latin semi handwriting typeface
- pkgver = 3.1
+ pkgver = 3.2
pkgrel = 1
url = https://aminabedi68.github.io/Mikhak/
arch = any
license = OFL
provides = ttf-mikhak
conflicts = ttf-mikhak
- source = mikhak-fonts-3.1.zip::https://github.com/aminabedi68/Mikhak/releases/download/v3.1/Mikhak-v3.1.zip
- source = LICENSE::https://raw.githubusercontent.com/aminabedi68/Mikhak/master/LICENSE
- sha256sums = 856ebba1bed88ed21ea36f02553126b0bafe89c110dfeb3a1adeed7078145197
- sha256sums = c791c42a7dafbcdf4ffa6869f195ae5bbf1f1d83f8ce5d884fe907bef875e6ea
+ source = mikhak-fonts-3.2.zip::https://github.com/aminabedi68/Mikhak/releases/download/3.2/Mikhak-v3.2.zip
+ source = LICENSE::https://raw.githubusercontent.com/aminabedi68/Mikhak/master/OFL.txt
+ sha256sums = 5e306b69d3d9a911d74cb62a76b22f74794425a01e456211fc840e7aa2267191
+ sha256sums = 071f566f77f4d56b39c15c9f685bc8806b04a1a9543ad6c5f3806497996d046f
pkgname = mikhak-fonts
diff --git a/PKGBUILD b/PKGBUILD
index ea3592d324e2..b272517c8f15 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Ali Molaei <ali dot molaei at protonmail dot com>
pkgname=mikhak-fonts
-pkgver=3.1
+pkgver=3.2
pkgrel=1
pkgdesc="simple monoline Arabic-Latin semi handwriting typeface"
url="https://aminabedi68.github.io/Mikhak/"
@@ -9,14 +9,15 @@ arch=(any)
license=('OFL')
provides=('ttf-mikhak')
conflicts=('ttf-mikhak')
-source=("${pkgname}-${pkgver}.zip::https://github.com/aminabedi68/Mikhak/releases/download/v${pkgver}/Mikhak-v${pkgver}.zip"
- "LICENSE::https://raw.githubusercontent.com/aminabedi68/Mikhak/master/LICENSE")
-sha256sums=('856ebba1bed88ed21ea36f02553126b0bafe89c110dfeb3a1adeed7078145197'
- 'c791c42a7dafbcdf4ffa6869f195ae5bbf1f1d83f8ce5d884fe907bef875e6ea')
+source=("${pkgname}-${pkgver}.zip::https://github.com/aminabedi68/Mikhak/releases/download/${pkgver}/Mikhak-v${pkgver}.zip"
+ "LICENSE::https://raw.githubusercontent.com/aminabedi68/Mikhak/master/OFL.txt")
+sha256sums=('5e306b69d3d9a911d74cb62a76b22f74794425a01e456211fc840e7aa2267191'
+ '071f566f77f4d56b39c15c9f685bc8806b04a1a9543ad6c5f3806497996d046f')
package() {
- install -Dt "${pkgdir}/usr/share/fonts/${pkgname%-fonts}" -m644 ./*.ttf
- install -Dt "${pkgdir}/usr/share/fonts/${pkgname%-fonts}" -m644 ./Statics/*.ttf
+ install -Dt "${pkgdir}/usr/share/fonts/${pkgname%-fonts}" -m644 "${srcdir}/Mikhak-v${pkgver}/Statics/ttf/"*.ttf
+ install -Dt "${pkgdir}/usr/share/fonts/${pkgname%-fonts}" -m644 "${srcdir}/Mikhak-v${pkgver}/Statics/ttf/FD/"*.ttf
+ install -Dt "${pkgdir}/usr/share/fonts/${pkgname%-fonts}" -m644 "${srcdir}/Mikhak-v${pkgver}/Variable/"*.ttf
install -Dt "${pkgdir}/usr/share/licenses/${pkgname}" -m644 ./LICENSE
}