summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCore2022-05-02 16:32:44 +0100
committerCore2022-05-02 16:32:44 +0100
commit1f32e402e54951fd08f7b81731cc18419c1be21b (patch)
tree46e5686f738e9b526d1ac488f270c8dd725ef5ab
parente5902baafd8aed18df1f63efe6cd881ec420f09e (diff)
downloadaur-1f32e402e54951fd08f7b81731cc18419c1be21b.tar.gz
Swapped the url
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a12cb9327513..45403047c4be 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,7 +2,7 @@ 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 main branch.
pkgver = 1.4.5
pkgrel = 1
- url = https://github.com/CiderApp/Cider.git
+ url = https://github.com/CiderApp/Cider-releases.git
arch = armv7h
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 933938b0a7c6..d27fdd10c906 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgver=1.4.5
pkgrel=1
pkgdesc="Project Cider. An open-source Apple Music client built from the ground up with Vue.js and Electron. Compiled from the GitHub repositories main branch."
arch=("armv7h" "i686" "x86_64")
-url="https://github.com/CiderApp/${_pkgname}.git"
+url="https://github.com/CiderApp/${_pkgname}-releases.git"
_url="https://api.github.com/repos/ciderapp/cider-releases/releases/latest"
license=('GPL')
depends=('gtk3' 'nss')