[arch-commits] Commit in qwtpolar (repos/community-x86_64/PKGBUILD trunk/PKGBUILD)

Balló György bgyorgy at archlinux.org
Wed Apr 18 06:20:15 UTC 2018


    Date: Wednesday, April 18, 2018 @ 06:20:14
  Author: bgyorgy
Revision: 316844

Fix download URL

Modified:
  qwtpolar/repos/community-x86_64/PKGBUILD
  qwtpolar/trunk/PKGBUILD

---------------------------------+
 repos/community-x86_64/PKGBUILD |    2 +-
 trunk/PKGBUILD                  |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

Modified: repos/community-x86_64/PKGBUILD
===================================================================
--- repos/community-x86_64/PKGBUILD	2018-04-17 23:42:29 UTC (rev 316843)
+++ repos/community-x86_64/PKGBUILD	2018-04-18 06:20:14 UTC (rev 316844)
@@ -15,7 +15,7 @@
 depends=(qwt)
 makedepends=(qt5-tools)
 optdepends=('qt5-tools: For Designer plugin')
-source=("https://sourceforge.net/$pkgname/$pkgname-$pkgver.tar.bz2")
+source=("https://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.bz2")
 sha1sums=('38edf5220c971eef0e88fcc6db7c718e6198ccac')
 
 prepare() {

Modified: trunk/PKGBUILD
===================================================================
--- trunk/PKGBUILD	2018-04-17 23:42:29 UTC (rev 316843)
+++ trunk/PKGBUILD	2018-04-18 06:20:14 UTC (rev 316844)
@@ -15,7 +15,7 @@
 depends=(qwt)
 makedepends=(qt5-tools)
 optdepends=('qt5-tools: For Designer plugin')
-source=("https://sourceforge.net/$pkgname/$pkgname-$pkgver.tar.bz2")
+source=("https://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.bz2")
 sha1sums=('38edf5220c971eef0e88fcc6db7c718e6198ccac')
 
 prepare() {



More information about the arch-commits mailing list