summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCore2022-04-07 12:40:14 +0100
committerCore2022-04-07 12:40:14 +0100
commit6b2bbfb9ba7299bc386f19a14a14f1064680d30e (patch)
tree29813ae09d6743026a4d30600482271b5b75e84e
parent7d14b946daaab5931ce58841f2dcef61021c0133 (diff)
downloadaur-6b2bbfb9ba7299bc386f19a14a14f1064680d30e.tar.gz
fix
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8ca306deb6c2..91a47b103ebf 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -12,8 +12,8 @@ pkgbase = cider
makedepends = yarn
depends = gtk3
depends = nss
- optdepends = libno1tify: Playback notifications
- source = git+https://github.com/CiderApp/Cider.git#branch=develop
+ optdepends = libnotify: Playback notifications
+ source = git+https://github.com/CiderApp/Cider.git
source = cider.desktop
sha256sums = SKIP
sha256sums = c41e9b1019411019fce8509e32f770edf33c9e864bf707c30ffe2e3f2dcf1571
diff --git a/PKGBUILD b/PKGBUILD
index aa926458aba4..e27fc294417d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,15 +2,15 @@
pkgname=cider
_pkgname=Cider
-pkgver=1.4.0.2852.1dcd5ec4
-pkgrel=1
+pkgver=1.4.0
+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"
license=("GPL")
depends=('gtk3' 'nss')
makedepends=('git' 'npm' 'yarn')
-optdepends=('libno1tify: Playback notifications')
+optdepends=('libnotify: Playback notifications')
source=(
"git+https://github.com/CiderApp/${_pkgname}.git"
"cider.desktop"