summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorchenjunyu192018-07-20 16:54:24 +0800
committerchenjunyu192018-07-20 16:54:24 +0800
commitdc2bf81e329e1861d1d394c14ac8feeee74a0bdd (patch)
tree144e77df7a31f8a171d47ce4f38a6f8f8e6fddba
parentca06061c727e96823faa532ff3f8916af47e2748 (diff)
downloadaur-dc2bf81e329e1861d1d394c14ac8feeee74a0bdd.tar.gz
fix source url
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c80ef6d49a59..801e31a22436 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -13,7 +13,7 @@ pkgbase = netease-cloud-music-dl-git
depends = python-mutagen>=1.38.0
depends = python-pillow>=4.3.0
options = !emptydirs
- source = git+https://github.com/codezjx/netease-cloud-music-dl
+ source = git+https://github.com/codezjx/netease-cloud-music-dl.git
md5sums = SKIP
pkgname = netease-cloud-music-dl-git
diff --git a/PKGBUILD b/PKGBUILD
index 523c4217b29e..dd4aee41c9c8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ license=('MIT')
depends=('python' 'python-requests>=2.17.3' 'python-crypto>=2.6.1' 'python-mutagen>=1.38.0' 'python-pillow>=4.3.0')
makedepends=('git' 'python-setuptools')
options=(!emptydirs)
-source=("git+https://github.com/codezjx/netease-cloud-music-dl")
+source=("git+https://github.com/codezjx/netease-cloud-music-dl.git")
md5sums=('SKIP')
_gitname=netease-cloud-music-dl
@@ -23,4 +23,4 @@ package(){
cd "$srcdir/$_gitname"
python setup.py install --root="$pkgdir/" --optimize=1
install -Dm644 LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-} \ No newline at end of file
+}