summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCore2022-04-20 00:55:21 +0100
committerCore2022-04-20 00:55:21 +0100
commitc1a74a32e06bdf0c34b96005bec12e1b4147f821 (patch)
tree299c731152e35ed65964962584b182b5ef00e2fd
parent741f371a931e85ed73697ed826e9a6befc73c6a0 (diff)
downloadaur-c1a74a32e06bdf0c34b96005bec12e1b4147f821.tar.gz
Fix
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD6
2 files changed, 3 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d35648c28168..59216ea2dcbf 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = cider-git
pkgdesc = Project Cider. An open-source Apple Music client built from the ground up with Vue.js and Electron. Compiled from the GitHub repositories develop branch.
pkgver = 1.4.3
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/CiderApp/Cider.git
arch = armv7h
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index 1c13f4ca191e..06173209f88a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
pkgname=cider-git
_pkgname=Cider
-pkgver=1.4.3.3105.8b7b8c3d
-pkgrel=1
+pkgver=1.4.3
+pkgrel=2
pkgdesc="Project Cider. An open-source Apple Music client built from the ground up with Vue.js and Electron. Compiled from the GitHub repositories develop branch."
arch=("armv7h" "i686" "x86_64")
url="https://github.com/CiderApp/${_pkgname}.git"
@@ -29,8 +29,6 @@ pkgver() {
build() {
cd "${srcdir}/${_pkgname}"
- ls
-
if [ -f cider.lock ]; then
mv cider.lock yarn.lock
fi