summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8217d324ea64..71cb1620a77b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,7 +2,7 @@ pkgbase = gpaint
pkgdesc = A small easy-to-use paint program for the GNOME Desktop
pkgver = 0.3.3
pkgrel = 12
- url = http://savannah.gnu.org/projects/gpaint/
+ url = https://savannah.gnu.org/projects/gpaint/
arch = x86_64
arch = i686
license = GPL
diff --git a/PKGBUILD b/PKGBUILD
index abb570f12b96..4b41b44ecff7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,7 +12,7 @@ pkgdesc="A small easy-to-use paint program for the GNOME Desktop"
arch=('x86_64' 'i686')
license=('GPL')
depends=('libglade' 'gdk-pixbuf2')
-url="http://savannah.gnu.org/projects/gpaint/"
+url="https://savannah.gnu.org/projects/gpaint/"
source=("ftp://alpha.gnu.org/gnu/$pkgname/$pkgname-2-$pkgver.tar.gz"
'fill.patch::https://savannah.gnu.org/patch/download.php?file_id=19341'
"$pkgname.desktop")