summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEduardo Bart2017-04-22 12:17:20 -0300
committerEduardo Bart2017-04-22 12:17:20 -0300
commit6eb1822606e6f1bac7d8bcad06477d6898862f30 (patch)
treef55d55ca0878156f3d57a9756cb1fe74d32983a1
parentb044bad065db9ce099ba57df19228d3f01b3981a (diff)
downloadaur-6eb1822606e6f1bac7d8bcad06477d6898862f30.tar.gz
allow strip
-rw-r--r--PKGBUILD3
1 files changed, 1 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index eab55eaaf71e..7223c74a2a7f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,12 @@
pkgname=chipmunk6
pkgver=6.2.2
-pkgrel=1
+pkgrel=2
pkgdesc="A high-performance 2D rigid body physics library"
arch=('i686' 'x86_64')
url="http://chipmunk-physics.net/"
license=('MIT')
depends=('glibc')
makedepends=('cmake')
-options=('!strip')
source=(http://files.slembcke.net/chipmunk/release/Chipmunk-${pkgver%%.*}.x/Chipmunk-$pkgver.tgz)
provides=(chipmunk)
replaces=(chipmunk)