summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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")