summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--abs/extra/m2vrequantiser/PKGBUILD2
-rw-r--r--abs/extra/m2vrequantiser/m2vrequantiser.install4
2 files changed, 3 insertions, 3 deletions
diff --git a/abs/extra/m2vrequantiser/PKGBUILD b/abs/extra/m2vrequantiser/PKGBUILD
index e8f7f9f..66e264b 100644
--- a/abs/extra/m2vrequantiser/PKGBUILD
+++ b/abs/extra/m2vrequantiser/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=m2vrequantiser
_pkgname=M2VRequantiser
pkgver=1.1
-pkgrel=1
+pkgrel=2
pkgdesc="Requantize MPEG-2 streams without recompressing."
arch=('i686')
url="http://www.metakine.com/products/dvdremaster/developers.html"
diff --git a/abs/extra/m2vrequantiser/m2vrequantiser.install b/abs/extra/m2vrequantiser/m2vrequantiser.install
index ae58f4e..0ce48f5 100644
--- a/abs/extra/m2vrequantiser/m2vrequantiser.install
+++ b/abs/extra/m2vrequantiser/m2vrequantiser.install
@@ -1,7 +1,7 @@
-post_install {
+post_install() {
ln -s /usr/bin/M2VRquantiser /usr/bin/m2vrequantiser
}
-post_remove {
+post_remove() {
rm -f /usr/bin/m2vrequantiser
}