summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJianfeng Zhang2017-07-15 20:11:24 +0800
committerJianfeng Zhang2017-07-15 20:11:24 +0800
commitdd6429c95359c489da522cf7655f05285c1a52e9 (patch)
tree66aeb6d9e44252b7ea77148023bfd7261b58d6c0
parente815787b82718058b2b7b41f049fa7cafe794c1b (diff)
downloadaur-dd6429c95359c489da522cf7655f05285c1a52e9.tar.gz
strip
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ac2ebfd19d28..f98e1c9dfefc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,13 @@
# Generated by mksrcinfo v8
-# δΈ‰ 7月 12 14:15:57 UTC 2017
+# ε…­ 7月 15 12:11:18 UTC 2017
pkgbase = mcm
pkgdesc = MCM file compressor
pkgver = 0.83
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/mathieuchartier/mcm
arch = x86_64
license = GPL3
makedepends = git
- options = !strip
source = git+https://github.com/mathieuchartier/mcm.git#branch=v0.83
sha256sums = SKIP
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}"