summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 1 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d3eb7fad8101..e341206afadf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=mcm
_pkgname=mcm
pkgver=0.83
-pkgrel=1
+pkgrel=2
pkgdesc="MCM file compressor"
arch=('x86_64')
url="https://github.com/mathieuchartier/mcm"
@@ -11,7 +11,6 @@ license=('GPL3')
makedepends=('git')
source=("git+https://github.com/mathieuchartier/mcm.git#branch=v$pkgver")
sha256sums=('SKIP')
-options=('!strip')
build() {
cd "${srcdir}/${_pkgname}"