summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rwxr-xr-xPKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0bdaff0fc299..aedb76307446 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,11 @@
pkgbase = sayonara-player-git
pkgdesc = Small, clear and fast audio player for Linux written in C++, supported by the Qt framework. It uses Gstreamer as audio backend.
- pkgver = 1.7.0.stable2.r4.g9b29ccb5
+ pkgver = 1.7.0.stable3.r78.g1eb2e3b7
pkgrel = 1
- url = http://sayonara-player.com
- arch = i686
+ url = https://sayonara-player.com/
arch = x86_64
+ arch = i686
+ arch = aarch64
license = GPL3
makedepends = cmake
makedepends = qt5-tools
@@ -24,4 +25,3 @@ pkgbase = sayonara-player-git
sha512sums = SKIP
pkgname = sayonara-player-git
-
diff --git a/PKGBUILD b/PKGBUILD
index b3e310457ad9..efca07e7bb57 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,11 +2,11 @@
# Contributor: Fixed Torres <aur_linuxero@outlook.com>
pkgname=sayonara-player-git
-pkgver=1.7.0.stable2.r4.g9b29ccb5
+pkgver=1.7.0.stable3.r78.g1eb2e3b7
pkgrel=1
pkgdesc="Small, clear and fast audio player for Linux written in C++, supported by the Qt framework. It uses Gstreamer as audio backend."
-arch=(i686 x86_64)
-url="http://sayonara-player.com"
+arch=(x86_64 i686 aarch64)
+url="https://sayonara-player.com/"
license=(GPL3)
depends=(qt5-base taglib gst-plugins-base gst-plugins-good)
makedepends=(cmake qt5-tools qt5-svg git gst-plugins-bad)