summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Picht2022-04-17 07:59:07 +0000
committerMichael Picht2022-04-17 07:59:07 +0000
commit5c8972b37efaff1cfd980a1cc0686a7b754ff7a5 (patch)
treea01adf0e97b45a1150d69ce4d4aa46174b6b862d
parent3ae59cebdd3188c70fe2c2bf87861d8861931962 (diff)
downloadaur-5c8972b37efaff1cfd980a1cc0686a7b754ff7a5.tar.gz
release v3.4.6
Signed-off-by: Michael Picht <mipi@fsfe.org>
-rwxr-xr-x.SRCINFO3
-rwxr-xr-xPKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f673241d7e01..126dfbe65c4a 100755
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,10 @@
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.4.5
+ pkgver = 3.4.6
pkgrel = 1
url = https://gitlab.com/mipimipi/smsync/
arch = x86_64
+ arch = aarch64
license = GPL3
makedepends = bash
makedepends = git
diff --git a/PKGBUILD b/PKGBUILD
index e7083f8f3cd2..0591470df166 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,10 +3,10 @@
_pkgorg=gitlab.com/mipimipi
pkgname=smsync-git
_pkgname=smsync
-pkgver=3.4.5
+pkgver=3.4.6
pkgrel=1
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)
+arch=(x86_64 aarch64)
url="https://$_pkgorg/$_pkgname/"
license=(GPL3)
source=("git+https://$_pkgorg/$_pkgname.git")