summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSeth Barberee2016-07-19 13:12:59 -0500
committerSeth Barberee2016-07-19 13:12:59 -0500
commite01778c9a0254edd354d39c1921d1565facad86e (patch)
treef572362505bace2196271f850b27ce3d1d273eb7
parentbff3dad9ddb0aeb30f01596a9d5b1ab71a43a187 (diff)
downloadaur-e01778c9a0254edd354d39c1921d1565facad86e.tar.gz
fixed 404 error bad link
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4261b84b5240..80d6a1c62f8d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ depends=('python' 'python-pyqt4' 'python-pycurl' 'python-urllib3' 'curl' 'libnot
'python-beautifulsoup4' 'python-psutil' 'python-pillow' 'python-lxml' 'mpv' 'mplayer' 'ffmpegthumbnailer' 'sqlite3' 'python-pytaglib')
#source=("git+https://github.com/kanishka-linux/AnimeWatch.git")
-source=("https://github.com/kanishka-linux/"${pkgname}"/archive/v"${pkgver}-${pkgrel}".zip")
+source=("https://github.com/kanishka-linux/"${_pkgname}"/archive/v"${pkgver}-${pkgrel}".zip")
md5sums=('SKIP')
_gitname=AnimeWatch-PyQt4-Stable