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

Rémy Oudompheng remy at archlinux.org
Sat Jun 16 08:01:30 UTC 2018


    Date: Saturday, June 16, 2018 @ 08:01:30
  Author: remy
Revision: 327034

upgpkg: asymptote 2.44-1

Change source URL to HTTPS.

Modified:
  asymptote/trunk/PKGBUILD

----------+
 PKGBUILD |   13 ++++---------
 1 file changed, 4 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-06-16 08:01:12 UTC (rev 327033)
+++ PKGBUILD	2018-06-16 08:01:30 UTC (rev 327034)
@@ -4,8 +4,8 @@
 # Contributor: bender02 at gmx dot com
 
 pkgname=asymptote
-pkgver=2.41
-pkgrel=2
+pkgver=2.44
+pkgrel=1
 pkgdesc="A vector graphics language (like metapost)"
 arch=('x86_64')
 url="http://asymptote.sourceforge.net/"
@@ -18,14 +18,9 @@
 optdepends=('python2:           for the xasy GUI'
             'python2-pillow:    for the xasy GUI'
             'tix:               for the xasy GUI')
-source=("http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.src.tgz")
-sha1sums=('ee33febaab5b42e0f04375f4a40512102d01a1d5')
+source=("https://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.src.tgz")
+sha1sums=('2eaa5128d4f65d8a6dc797505c6b06498b933c4e')
 
-prepare() {
-  # Disable test that fails in chroot, but works locally
-  rm $pkgname-$pkgver/tests/gs/ghostscript.asy && touch $pkgname-$pkgver/tests/gs/ghostscript.asy
-}
-
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
 



More information about the arch-commits mailing list