summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD16
2 files changed, 16 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 12d7397475a0..c4e9341086df 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = vazir-fonts
pkgdesc = A beautiful Persian font based on DejaVu font.
pkgver = 32.0.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/rastikerdar/vazirmatn
arch = any
license = OFL
diff --git a/PKGBUILD b/PKGBUILD
index 11ce22e300eb..8e6bf4c72338 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,13 +8,27 @@
pkgname=vazir-fonts
pkgver=32.0.0
-pkgrel=1
+pkgrel=2
pkgdesc="A beautiful Persian font based on DejaVu font."
url="https://github.com/rastikerdar/vazirmatn"
arch=(any)
license=('OFL')
depends=('vazirmatn-fonts')
+prepare() {
+ msg "###########################################################"
+ msg " ############# NOTICE ############## "
+ msg "###########################################################"
+ msg "# This package is just a dummy package that installs #"
+ msg "# vazirmatn-fonts. Please install that package directly #"
+ msg "# as I intent to remove this package, for more info #"
+ msg "# on why this is happening go see these links: #"
+ msg "# #"
+ msg "# https://rastikerdar.github.io/vazirmatn/fa/docs/HELP-fa #"
+ msg "# https://github.com/rastikerdar/vazirmatn/issues/235 #"
+ msg "###########################################################"
+}
+
package() {
:
}