summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
-rw-r--r--trid.install2
3 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ac890790b66f..23c279b05c07 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = trid
pkgdesc = An utility designed to identify file types from their binary signatures
pkgver = 2.20
- pkgrel = 3
+ pkgrel = 5
url = http://mark0.net/soft-trid-e.html
install = trid.install
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index e545cfb9eaaa..7075107e820a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=trid
pkgver=2.20
-pkgrel=3
+pkgrel=5
pkgdesc="An utility designed to identify file types from their binary signatures"
arch=('i686' 'x86_64')
url="http://mark0.net/soft-trid-e.html"
diff --git a/trid.install b/trid.install
index f86e5f81e84b..ed653a2b6ba5 100644
--- a/trid.install
+++ b/trid.install
@@ -4,7 +4,7 @@ post_install() {
}
post_upgrade() {
- post_install()
+ post_install
}
post_remove() {