[arch-commits] Commit in uniconvertor/trunk (PKGBUILD)
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 === --- PKGBUILD2017-12-03 19:44:54 UTC (rev 272038) +++ PKGBUILD2017-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() {
[arch-commits] Commit in uniconvertor/trunk (PKGBUILD)
Date: Friday, March 27, 2015 @ 11:12:32 Author: spupykin Revision: 130026 upgpkg: uniconvertor 1.1.5-8 upd Modified: uniconvertor/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2015-03-27 10:04:16 UTC (rev 130025) +++ PKGBUILD2015-03-27 10:12:32 UTC (rev 130026) @@ -4,7 +4,7 @@ pkgname=uniconvertor pkgver=1.1.5 -pkgrel=7 +pkgrel=8 pkgdesc="A universal vector graphics translator using sK1 engine." arch=('i686' 'x86_64') url="http://sk1project.org/modules.php?name=Products&product=uniconvertor";
[arch-commits] Commit in uniconvertor/trunk (PKGBUILD)
Date: Friday, September 20, 2013 @ 12:48:45 Author: jelle Revision: 97448 upgpkg: uniconvertor 1.1.5-7 Replace PIL with Pillow Modified: uniconvertor/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2013-09-20 10:09:09 UTC (rev 97447) +++ PKGBUILD2013-09-20 10:48:45 UTC (rev 97448) @@ -4,12 +4,12 @@ pkgname=uniconvertor pkgver=1.1.5 -pkgrel=6 +pkgrel=7 pkgdesc="A universal vector graphics translator using sK1 engine." arch=('i686' 'x86_64') url="http://sk1project.org/modules.php?name=Products&product=uniconvertor"; license=('GPL') -depends=('python2' 'python2-imaging' 'python2-reportlab' 'sk1libs') +depends=('python2' 'python2-pillow' 'python2-reportlab' 'sk1libs') makedepends=('gcc') source=(http://uniconvertor.googlecode.com/files/uniconvertor-$pkgver.tar.gz) md5sums=('d1272315a58304ece2ff588834e23f72')