git » polkit-qt.git » commit 0145c35

Do not use a specific KDE mirror

author Andrea Scarpino
2011-12-15 21:07:49 UTC
committer Andrea Scarpino
2011-12-15 21:07:49 UTC
parent b37ff5dcec6b67a60535525e4cbdb9295fa33db6

Do not use a specific KDE mirror

PKGBUILD +1 -1

diff --git a/PKGBUILD b/PKGBUILD
index 75a29be..82f5801 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,7 +11,7 @@ url='https://projects.kde.org/projects/kdesupport/polkit-qt-1'
 license=('LGPL')
 depends=('polkit' 'qt')
 makedepends=('cmake' 'automoc4')
-source=("ftp://ftp.kde.org/pub/kde/stable/apps/KDE4.x/admin/${pkgname}-1-${pkgver}.tar.bz2")
+source=("http://download.kde.org/stable/apps/KDE4.x/admin/${pkgname}-1-${pkgver}.tar.bz2")
 md5sums=('a105e233e6733fb072c9080cd7ae1af2')
 
 build() {