summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAli Molaei2021-02-17 20:17:19 +0330
committerAli Molaei2021-02-17 20:17:19 +0330
commitab4b2be71034446de0d5d11c6eb68912f2d1fced (patch)
tree9950af8c35bf6bc903e8db6d018d6cb1f65ed297
parentb02c1a5ad418471c78b9c16e66ae71635c7a062a (diff)
downloadaur-ab4b2be71034446de0d5d11c6eb68912f2d1fced.tar.gz
Update to 2.2(2)
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD9
2 files changed, 8 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fe3b9f7ed98f..791d2fa9667a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = mikhak-fonts
pkgdesc = simple monoline Arabic-Latin semi handwriting typeface
pkgver = 2.2
- pkgrel = 3
+ pkgrel = 4
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/Mikhak-v2.2.zip
+ source = mikhak-fonts-2.2.zip::https://github.com/aminabedi68/Mikhak/releases/download/v2.2(2)/Mikhak-v2.2.2.zip
source = LICENSE::https://raw.githubusercontent.com/aminabedi68/Mikhak/master/LICENSE
- sha256sums = 3644c198895ee200a862c48ecb2065fe867c7d382f2c8d79fcc5e4749d8c1bfd
+ sha256sums = 0c4577fdd5d8b0be1d724db05fef87201b0b915f284062813aa2d2423dc76353
sha256sums = c791c42a7dafbcdf4ffa6869f195ae5bbf1f1d83f8ce5d884fe907bef875e6ea
pkgname = mikhak-fonts
diff --git a/PKGBUILD b/PKGBUILD
index 98437472a75b..f6078d6dc5ad 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,20 +2,21 @@
pkgname=mikhak-fonts
pkgver=2.2
-pkgrel=3
+pkgrel=4
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}/Mikhak-v${pkgver}.zip"
+source=("${pkgname}-${pkgver}.zip::https://github.com/aminabedi68/Mikhak/releases/download/v${pkgver}(2)/Mikhak-v${pkgver}.2.zip"
"LICENSE::https://raw.githubusercontent.com/aminabedi68/Mikhak/master/LICENSE")
-sha256sums=('3644c198895ee200a862c48ecb2065fe867c7d382f2c8d79fcc5e4749d8c1bfd'
+sha256sums=('0c4577fdd5d8b0be1d724db05fef87201b0b915f284062813aa2d2423dc76353'
'c791c42a7dafbcdf4ffa6869f195ae5bbf1f1d83f8ce5d884fe907bef875e6ea')
package() {
- install -Dt "${pkgdir}/usr/share/fonts/${pkgname%-fonts}" -m644 ./Font/ttf/Mikhak*.ttf
+ 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/licenses/${pkgname}" -m644 ./LICENSE
}