summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b7314bd11264..8c46afe86567 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,13 +3,14 @@
pkgname='botamusique'
pkgver=7.2
-pkgrel=1
+pkgrel=2
pkgdesc="Music bot for mumble"
arch=('x86_64' 'i686' 'armv7h' 'aarch64')
url="https://github.com/azlux/botamusique"
license=('MIT')
depends=('ffmpeg' 'opus-tools')
makedepends=('unzip' 'python-virtualenv')
+options=('!strip') # Otherwise some python libraries get corrupted.
source=("${pkgname}-${pkgver}.zip::https://github.com/azlux/${pkgname}/archive/${pkgver}.zip"
"${pkgname}.service"
"${pkgname}.sh"