summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
-rw-r--r--notice.install6
3 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9cadbd6424fe..5e9ebcb8e0dc 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 = 3
+ pkgrel = 4
url = https://github.com/rastikerdar/vazirmatn
install = notice.install
arch = any
diff --git a/PKGBUILD b/PKGBUILD
index a4f12faac700..8eeb02a9df7f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@
pkgname=vazir-fonts
pkgver=32.0.0
-pkgrel=3
+pkgrel=4
pkgdesc="A beautiful Persian font based on DejaVu font."
url="https://github.com/rastikerdar/vazirmatn"
arch=(any)
diff --git a/notice.install b/notice.install
index 3fc81efdd170..5ea155d92257 100644
--- a/notice.install
+++ b/notice.install
@@ -1,4 +1,4 @@
-removeal_notice() {
+removal_notice() {
echo "###########################################################"
echo " ############# NOTICE ############## "
echo "###########################################################"
@@ -13,9 +13,9 @@ removeal_notice() {
}
pre_install() {
- removeal_notice
+ removal_notice
}
pre_upgrade() {
- removeal_notice
+ removal_notice
}