[arch-commits] Commit in uniconvertor/trunk (PKGBUILD)

Jelle van der Waa jelle at archlinux.org
Sun Dec 3 19:51:28 UTC 2017


    Date: Sunday, December 3, 2017 @ 19:51:27
  Author: jelle
Revision: 272039

Fix 404 source

Fix the source, the url and remove the nonsense makedepends = gcc

Modified:
  uniconvertor/trunk/PKGBUILD

----------+
 PKGBUILD |    5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-12-03 19:44:54 UTC (rev 272038)
+++ PKGBUILD	2017-12-03 19:51:27 UTC (rev 272039)
@@ -7,11 +7,10 @@
 pkgrel=8
 pkgdesc="A universal vector graphics translator using sK1 engine."
 arch=('x86_64')
-url="http://sk1project.org/modules.php?name=Products&product=uniconvertor"
+url="https://sk1project.net/modules.php?name=Products&product=uniconvertor&op=download"
 license=('GPL')
 depends=('python2' 'python2-pillow' 'python2-reportlab' 'sk1libs')
-makedepends=('gcc')
-source=(http://uniconvertor.googlecode.com/files/uniconvertor-$pkgver.tar.gz)
+source=("https://sk1project.net/dc.php?target=uniconvertor-$pkgver.tar.gz")
 md5sums=('d1272315a58304ece2ff588834e23f72')
 
 build() {



More information about the arch-commits mailing list