summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemixDev2020-11-01 20:26:00 +0100
committerRemixDev2020-11-01 20:26:00 +0100
commitd0e04c38a12dd67fc82a30637a23ac6c23a92750 (patch)
tree5591bcce656746bd0a23ff3a8157653bc2dfbcc7
parentdc28693890c095bdc1d6a1a640c52b2b50c46ad5 (diff)
downloadaur-d0e04c38a12dd67fc82a30637a23ac6c23a92750.tar.gz
corrected host link
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4ffc4e3eaef3..a80bde02cf36 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,7 +2,7 @@ pkgbase = deemix-git
pkgdesc = a deezer downloader built from the ashes of Deezloader Remix.
pkgver = r523.d6a18749c0
pkgrel = 1
- url = https://git.fuwafuwa.moe/vaugerbird/deemix
+ url = https://git.fuwafuwa.moe/RemixDev/deemix
arch = any
license = gpl3
makedepends = git
@@ -15,7 +15,7 @@ pkgbase = deemix-git
depends = python-eventlet
provides = deemix
conflicts = deemix
- source = deemix::git+https://git.fuwafuwa.moe/vaugerbird/deemix
+ source = deemix::git+https://git.fuwafuwa.moe/RemixDev/deemix
md5sums = SKIP
pkgname = deemix-git
diff --git a/PKGBUILD b/PKGBUILD
index 4e118985ffd1..8059ee428db4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,13 +6,13 @@ pkgver=r523.d6a18749c0
pkgrel=1
pkgdesc="a deezer downloader built from the ashes of Deezloader Remix."
arch=('any')
-url="https://git.fuwafuwa.moe/vaugerbird/$_pkgname"
+url="https://git.fuwafuwa.moe/RemixDev/$_pkgname"
license=('gpl3')
depends=('python>=3.6' 'python-click' 'python-pycryptodomex' 'python-mutagen' 'python-requests' 'python-spotipy' 'python-eventlet')
conflicts=('deemix')
makedepends=('git')
provides=('deemix')
-source=("${_pkgname}::git+https://git.fuwafuwa.moe/vaugerbird/$_pkgname")
+source=("${_pkgname}::git+https://git.fuwafuwa.moe/RemixDev/$_pkgname")
md5sums=('SKIP')
pkgver() {