summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Picht2024-02-21 15:23:29 +0000
committerMichael Picht2024-02-21 15:23:29 +0000
commit9fd20043a8b83bae228edcf7a64ecadf8ab3208b (patch)
tree2e294e1964c36f4642ea2388f8ea0fa67c3266f6
parent87623c32ff80a0f941021b64281e1ee98b5a6ee1 (diff)
downloadaur-smsync-git.tar.gz
repman: 0.7.2 -> 0.7.4
-rwxr-xr-x.SRCINFO3
-rwxr-xr-xPKGBUILD5
2 files changed, 6 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8157e6c4c702..d24ec8eb61e6 100755
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = smsync-git
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
pkgver = 3.5.1
- pkgrel = 1
+ pkgrel = 2
url = https://gitlab.com/mipimipi/smsync/
arch = x86_64
arch = aarch64
@@ -12,6 +12,7 @@ pkgbase = smsync-git
makedepends = make
depends = ffmpeg
provides = smsync
+ options = !debug
source = git+https://gitlab.com/mipimipi/smsync.git
validpgpkeys = 11ECD6695134183B3E7AF1C2223AAA374A1D59CE
sha256sums = SKIP
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}"