summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCore2022-10-28 10:14:11 +0100
committerCore2022-10-28 10:14:11 +0100
commit926143197ac791288ebf65c94af3e1518adf00f5 (patch)
tree39365a7abda56065fb1d316ce3484c8eac39d74f
parent53b81d571979d9451a90eed7f59bfdc4106b8fab (diff)
downloadaur-926143197ac791288ebf65c94af3e1518adf00f5.tar.gz
Fix and bump
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1d68d9c04256..9eac96d99c62 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = cider
pkgdesc = Project Cider. An open-source Apple Music client built from the ground up with Vue.js and Electron. Compiled from the GitHub repositories stable branch.
- pkgver = 1.5.7
+ pkgver = 1.5.9
pkgrel = 4
url = https://github.com/ciderapp/Cider.git
arch = armv7h
diff --git a/PKGBUILD b/PKGBUILD
index 534115d9b36e..b31efb3de40a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=cider
_pkgname=Cider
_pkgbranch=stable
-pkgver=1.5.7
+pkgver=1.5.9
pkgrel=4
pkgdesc="Project Cider. An open-source Apple Music client built from the ground up with Vue.js and Electron. Compiled from the GitHub repositories ${_pkgbranch} branch."
arch=("armv7h" "i686" "x86_64")
@@ -21,6 +21,7 @@ sha256sums=('SKIP'
pkgver() {
cd "${srcdir}/${_pkgname}"
+ chmod +x ./resources/version.sh
GITHUB_REF_NAME=${_pkgbranch} ./resources/version.sh | sed 's/\-/./g'
}