summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAli Molaei2021-09-26 11:50:30 +0330
committerAli Molaei2021-09-26 11:50:30 +0330
commit4cb72cb896dc936d09cc3c47d916db4847759137 (patch)
tree82a9f35c4eb910424b6df19d41e1d230d3839007
parentab4b2be71034446de0d5d11c6eb68912f2d1fced (diff)
downloadaur-4cb72cb896dc936d09cc3c47d916db4847759137.tar.gz
Update to 3.1
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD12
2 files changed, 10 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 791d2fa9667a..e53bc0d9d2c2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,15 @@
pkgbase = mikhak-fonts
pkgdesc = simple monoline Arabic-Latin semi handwriting typeface
- pkgver = 2.2
- pkgrel = 4
+ pkgver = 3.1
+ pkgrel = 1
url = https://aminabedi68.github.io/Mikhak/
arch = any
license = OFL
provides = ttf-mikhak
conflicts = ttf-mikhak
- source = mikhak-fonts-2.2.zip::https://github.com/aminabedi68/Mikhak/releases/download/v2.2(2)/Mikhak-v2.2.2.zip
+ 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 = 0c4577fdd5d8b0be1d724db05fef87201b0b915f284062813aa2d2423dc76353
+ sha256sums = 856ebba1bed88ed21ea36f02553126b0bafe89c110dfeb3a1adeed7078145197
sha256sums = c791c42a7dafbcdf4ffa6869f195ae5bbf1f1d83f8ce5d884fe907bef875e6ea
pkgname = mikhak-fonts
-
diff --git a/PKGBUILD b/PKGBUILD
index f6078d6dc5ad..ea3592d324e2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,22 +1,22 @@
# Maintainer: Ali Molaei <ali dot molaei at protonmail dot com>
pkgname=mikhak-fonts
-pkgver=2.2
-pkgrel=4
+pkgver=3.1
+pkgrel=1
pkgdesc="simple monoline Arabic-Latin semi handwriting typeface"
url="https://aminabedi68.github.io/Mikhak/"
arch=(any)
license=('OFL')
provides=('ttf-mikhak')
conflicts=('ttf-mikhak')
-source=("${pkgname}-${pkgver}.zip::https://github.com/aminabedi68/Mikhak/releases/download/v${pkgver}(2)/Mikhak-v${pkgver}.2.zip"
+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=('0c4577fdd5d8b0be1d724db05fef87201b0b915f284062813aa2d2423dc76353'
+sha256sums=('856ebba1bed88ed21ea36f02553126b0bafe89c110dfeb3a1adeed7078145197'
'c791c42a7dafbcdf4ffa6869f195ae5bbf1f1d83f8ce5d884fe907bef875e6ea')
package() {
- install -Dt "${pkgdir}/usr/share/fonts/${pkgname%-fonts}" -m644 ./Font/ttf/*.ttf
- install -Dt "${pkgdir}/usr/share/fonts/${pkgname%-fonts}" -m644 ./Font/ttf/FD/*.ttf
+ 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/licenses/${pkgname}" -m644 ./LICENSE
}