summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 4 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8351edec030e..8ad5a9a110b7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -23,8 +23,8 @@ pkgbase = qmplay2
depends = libcddb
optdepends = pulseaudio
optdepends = youtube-dl
- source = https://github.com/zaps166/QMPlay2/archive/15.07.13.tar.gz
- sha256sums = 21423610aff39e0a69735504e1ac3abc8384e2549fa635f5faac5b389a3108e6
+ source = http://downloads.sourceforge.net/project/zaps166/QMPlay2/QMPlay2-src-15.07.13.tar.bz2
+ sha256sums = 2a770260a6d32a531533fedb0034d0b66ed1211186722a188ecb756a4fa8c72f
pkgname = qmplay2
diff --git a/PKGBUILD b/PKGBUILD
index 511d0310657e..22d4545aeb6f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,10 +10,8 @@ license=('LGPL')
depends=('qt4' 'ffmpeg' 'libass' 'libgl' 'libva' 'libxv' 'alsa-lib' 'libcdio' 'taglib' 'libcddb')
optdepends=('pulseaudio' 'youtube-dl')
makedepends=('make' 'gcc')
-# source="http://downloads.sourceforge.net/project/zaps166/QMPlay2/QMPlay2-src-${pkgver}.tar.bz2"
-# sha256sums=(2a770260a6d32a531533fedb0034d0b66ed1211186722a188ecb756a4fa8c72f)
-source="https://github.com/zaps166/QMPlay2/archive/${pkgver}.tar.gz"
-sha256sums=(21423610aff39e0a69735504e1ac3abc8384e2549fa635f5faac5b389a3108e6)
+source="http://downloads.sourceforge.net/project/zaps166/QMPlay2/QMPlay2-src-${pkgver}.tar.bz2"
+sha256sums=(2a770260a6d32a531533fedb0034d0b66ed1211186722a188ecb756a4fa8c72f)
build()
{