diff options
author | RemixDev | 2020-11-01 20:26:00 +0100 |
---|---|---|
committer | RemixDev | 2020-11-01 20:26:00 +0100 |
commit | d0e04c38a12dd67fc82a30637a23ac6c23a92750 (patch) | |
tree | 5591bcce656746bd0a23ff3a8157653bc2dfbcc7 /PKGBUILD | |
parent | dc28693890c095bdc1d6a1a640c52b2b50c46ad5 (diff) | |
download | aur-d0e04c38a12dd67fc82a30637a23ac6c23a92750.tar.gz |
corrected host link
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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() { |