summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlvlrk2023-08-02 03:29:28 +0000
committerlvlrk2023-08-02 03:29:28 +0000
commit9fee3de50afc8f30f6551084c735bb6f3103f7ac (patch)
tree2e71ca199dfd8980f737bd0efd6bee78c317afa2
parentf6645ac1521716ffb80d75af9ef765bef80d6ac7 (diff)
downloadaur-fmon.tar.gz
fmon-1.4-2; small improvements
-rw-r--r--.INSTALL27
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
3 files changed, 2 insertions, 29 deletions
diff --git a/.INSTALL b/.INSTALL
index 0eee4681de4b..326ef8030555 100644
--- a/.INSTALL
+++ b/.INSTALL
@@ -1,31 +1,4 @@
-## arg 1: the new package version
-#pre_install() {
- # do something here
-#}
-
-## arg 1: the new package version
-#post_install() {
- # do something here
-#}
-
-## arg 1: the new package version
-## arg 2: the old package version
-#pre_upgrade() {
- # do something here
-#}
-
-## arg 1: the new package version
-## arg 2: the old package version
-#post_upgrade() {
- # do something here
-#}
-
## arg 1: the old package version
pre_remove() {
sudo rm -rf /usr/bin/fmon /usr/lib/libfmon.so
}
-
-## arg 1: the old package version
-#post_remove() {
- # do something here
-#}
diff --git a/.SRCINFO b/.SRCINFO
index 8cfd63666883..491d70d3a9bc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = fmon
pkgdesc = A quick, easy, and multi-threaded method to poll file modification.
pkgver = 1.4
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/lvlrk/fmon
install = .INSTALL
arch = any
diff --git a/PKGBUILD b/PKGBUILD
index fa7bc0448265..f998869a657b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Devin Hill lvlrk4u@proton.me
pkgname='fmon'
pkgver=1.4
-pkgrel=1
+pkgrel=2
pkgdesc="A quick, easy, and multi-threaded
method to poll file modification."
arch=('any')