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

Gaëtan Bisson bisson at archlinux.org
Thu Mar 2 01:00:18 UTC 2017


    Date: Thursday, March 2, 2017 @ 01:00:18
  Author: bisson
Revision: 214406

switch to sha256sum

Modified:
  scribus/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-03-02 01:00:14 UTC (rev 214405)
+++ PKGBUILD	2017-03-02 01:00:18 UTC (rev 214406)
@@ -18,8 +18,9 @@
          'ghostscript' 'python2' 'podofo' 'boost-libs'
          'desktop-file-utils' 'shared-mime-info')
 validpgpkeys=('5086B8D68E70FDDF4C40045AEF7B95E7F60166DA')
-source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.xz"{,.asc})
-sha1sums=('f04a2eecfb531af4beb99645f85165be161b00a3' 'SKIP')
+source=("https://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.xz"{,.asc})
+sha256sums=('21e336500d9edc9c90ccf73087e5ef3df59ec3e4a3cbfec15367bcd8d078a19a'
+            'SKIP')
 
 prepare() {
 	cd "${srcdir}/${pkgname}-${pkgver}"



More information about the arch-commits mailing list