summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCore2022-03-30 12:47:30 +0100
committerCore2022-03-30 12:47:30 +0100
commitb0c1f4170708c1ea863243464cd9cdc3ef6032f7 (patch)
tree62ac0fa7edbca74a5e43598877645263bf694db2
parent39ce0575f8d16f5df026992440c7f695a147bb8b (diff)
downloadaur-b0c1f4170708c1ea863243464cd9cdc3ef6032f7.tar.gz
update
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e7610bef963c..a6f0a1d2a516 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = cider-git
- pkgdesc = Project Cider. A new look into listening and enjoying music in style and performance. Built from the ground up with vue.js and electron. Compiled from the GitHub repositories develop branch.
- pkgver = 1.3.0.2754.3b707a33
+ 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.0
pkgrel = 1
url = https://github.com/CiderApp/Cider.git
arch = armv7h
@@ -9,7 +9,7 @@ pkgbase = cider-git
license = GPL
makedepends = git
makedepends = npm
- makedepends = pnpm
+ makedepends = yarn
depends = gtk3
depends = nss
optdepends = libnotify: Playback notifications
diff --git a/PKGBUILD b/PKGBUILD
index 75608f4ac6a9..758d258649af 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,9 +2,9 @@
pkgname=cider-git
_pkgname=Cider
-pkgver=1.3.0.2754.3b707a33
+pkgver=1.4.0
pkgrel=1
-pkgdesc="Project Cider. A new look into listening and enjoying music in style and performance. Built from the ground up with vue.js and electron. Compiled from the GitHub repositories develop branch."
+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"
license=("GPL")