summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAli Molaei2022-03-09 18:42:39 +0330
committerAli Molaei2022-03-09 18:42:39 +0330
commit01fea78a78c2277280ee87bbaa212f9fc5f66121 (patch)
treed8b3255f3f003f7fb1f15c77a6a34e1bf6fcf8c3
parent409cbaaf48034df9e5270bb6607c5b51b2345fdf (diff)
downloadaur-01fea78a78c2277280ee87bbaa212f9fc5f66121.tar.gz
Add a removal notice
-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() {
:
}