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

Baptiste Jonglez zorun at archlinux.org
Wed Apr 11 20:14:05 UTC 2018


    Date: Wednesday, April 11, 2018 @ 20:14:04
  Author: zorun
Revision: 315769

upgpkg: fig2dev 3.2.6a-1

Also switch download source to HTTPS

Modified:
  fig2dev/trunk/PKGBUILD

----------+
 PKGBUILD |    7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-04-11 20:12:31 UTC (rev 315768)
+++ PKGBUILD	2018-04-11 20:14:04 UTC (rev 315769)
@@ -2,7 +2,7 @@
 # Maintainer: Eric Bélanger <eric at archlinux.org>
 
 pkgname=fig2dev
-pkgver=3.2.6
+pkgver=3.2.6a
 pkgrel=1
 pkgdesc="Format conversion utility that can be used with xfig"
 arch=('x86_64')
@@ -13,8 +13,9 @@
 conflicts=('transfig')
 replaces=('transfig')
 provides=('transfig')
-source=(http://downloads.sourceforge.net/mcj/${pkgname}-${pkgver}.tar.xz LICENSE)
-sha1sums=('0835c4dc9e69e923cb9e0dceacd292e261bb8137'
+source=("https://downloads.sourceforge.net/mcj/${pkgname}-${pkgver}.tar.xz"
+        "LICENSE")
+sha1sums=('e09145435f3306010eb006f9d7e118fccf77cd2b'
           'b8b712871615308b8b6add92f86d218437d652f2')
 
 build() {



More information about the arch-commits mailing list