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

Antonio Rojas arojas at archlinux.org
Tue Sep 17 20:44:48 UTC 2019


    Date: Tuesday, September 17, 2019 @ 20:44:47
  Author: arojas
Revision: 511021

https

Modified:
  lib32-rest/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-09-17 20:44:20 UTC (rev 511020)
+++ PKGBUILD	2019-09-17 20:44:47 UTC (rev 511021)
@@ -7,11 +7,11 @@
 pkgrel=1
 pkgdesc='A helper library for RESTful services'
 arch=('x86_64')
-url='http://www.gtk.org/'
+url='https://www.gtk.org/'
 license=('GPL2')
 depends=('lib32-libsoup' 'rest')
 makedepends=('gcc-multilib' 'gobject-introspection')
-source=("http://download.gnome.org/sources/rest/${pkgver%.*}/rest-${pkgver}.tar.xz")
+source=("https://download.gnome.org/sources/rest/${pkgver%.*}/rest-${pkgver}.tar.xz")
 sha256sums=('0513aad38e5d3cedd4ae3c551634e3be1b9baaa79775e53b2dba9456f15b01c9')
 
 build() {



More information about the arch-commits mailing list