summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rwxr-xr-xPKGBUILD5
1 files changed, 4 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0b56269f988e..13624d9fc35c 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ _pkgorg=gitlab.com/mipimipi
pkgname=smsync-git
_pkgname=smsync
pkgver=3.5.1
-pkgrel=1
+pkgrel=2
pkgdesc="smsync (Smart Music Sync) keeps huge music collections in sync and is takes care of conversions between different file formats. It's an easy-to-use command line application for Linux"
arch=(x86_64 aarch64)
url="https://${_pkgorg}/${_pkgname}/"
@@ -20,6 +20,9 @@ makedepends=(
make
)
provides=(smsync)
+options=(
+ !debug
+)
pkgver() {
cd "${srcdir}/${_pkgname}"