summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCore2021-12-08 21:09:27 +0000
committerCore2021-12-08 21:09:27 +0000
commitb4cfdc7a0f3b580049340b5d433c78d9417185fb (patch)
tree3a1bca6cda9e2e73d73d5d784b5b21e532a80409
parent46b3df0626fb0d58715d56c47e69cbb329f678fc (diff)
downloadaur-b4cfdc7a0f3b580049340b5d433c78d9417185fb.tar.gz
ciderapp
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d8a5576baf21..f50fc8ce98a2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,7 +2,7 @@ pkgbase = apple-music-electron-bin
pkgdesc = An open-source, GPU-accelerated Electron application that emulates the Apple Music website in a customizable interface. Binary release that builds from most recent release on GitHub (Uses .deb file).
pkgver = 3.0.0
pkgrel = 2
- url = https://github.com/Apple-Music-Electron/Apple-Music-Electron.git
+ url = https://github.com/CiderApp/Apple-Music-Electron.git
install = apple-music-electron.install
arch = i686
arch = x86_64
@@ -18,7 +18,7 @@ pkgbase = apple-music-electron-bin
conflicts = apple-music-electron
options = !strip
options = !emptydirs
- source = https://github.com/Apple-Music-Electron/Apple-Music-Electron/releases/download/v3.0.0/apple-music-electron_3.0.0_amd64.deb
+ source = https://github.com/CiderApp/Apple-Music-Electron/releases/download/v3.0.0/apple-music-electron_3.0.0_amd64.deb
source = apple-music-electron.install
sha256sums = d8a91c0171bde307e7da0eb3a40131c999b49c2fa59a7442fbce19f2b9d519b7
sha256sums = b82a3d4ec0cac09d76346db489faa1a526f3e8e5c2d4d2c56c91416fc9c45f88
diff --git a/PKGBUILD b/PKGBUILD
index cfef437ca166..325b6ff449bc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgver=3.0.0
pkgrel=2
pkgdesc="An open-source, GPU-accelerated Electron application that emulates the Apple Music website in a customizable interface. Binary release that builds from most recent release on GitHub (Uses .deb file)."
arch=('i686' 'x86_64')
-url="https://github.com/Apple-Music-Electron/${_pkgname}.git"
+url="https://github.com/CiderApp/${_pkgname}.git"
license=("MIT")
options=('!strip' '!emptydirs')
install=${_pkgnamelow}.install
@@ -17,7 +17,7 @@ optdepends=('libnotify: Playback notifications'
'otf-san-francisco: Use of SF Font for certain themes')
provides=(${pkgname} ${_pkgnamelow})
conflicts=(${_pkgnamelow})
-source=("https://github.com/Apple-Music-Electron/${_pkgname}/releases/download/v${pkgver}/apple-music-electron_${pkgver}_amd64.deb"
+source=("https://github.com/CiderApp/${_pkgname}/releases/download/v${pkgver}/apple-music-electron_${pkgver}_amd64.deb"
"apple-music-electron.install")
sha256sums=('d8a91c0171bde307e7da0eb3a40131c999b49c2fa59a7442fbce19f2b9d519b7'
'b82a3d4ec0cac09d76346db489faa1a526f3e8e5c2d4d2c56c91416fc9c45f88')