summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 65be8cdcac84..c36ac11c47df 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,7 +2,7 @@ pkgbase = zenity-gtk2
pkgdesc = Display graphical dialog boxes from shell scripts. GTK2 version.
pkgver = 2.32.1
pkgrel = 4
- url = http://www.gnome.org
+ url = https://gitlab.gnome.org/GNOME/zenity
arch = i686
arch = x86_64
license = LGPL
@@ -13,7 +13,7 @@ pkgbase = zenity-gtk2
depends = libnotify
provides = zenity
conflicts = zenity
- source = http://ftp.gnome.org/pub/gnome/sources/zenity/2.32/zenity-2.32.1.tar.gz
+ source = https://ftp.gnome.org/pub/gnome/sources/zenity/2.32/zenity-2.32.1.tar.gz
source = notify_notification_new.patch
sha256sums = 75d858e5f0bdcb4de7ec6b753370b46da69af69462208cebca2c144c824808d1
sha256sums = efea2489756ac9c126dcd81d071c1efa331966942f8ece7a2cb55fd9168115e4
diff --git a/PKGBUILD b/PKGBUILD
index 751e63aafae6..8117d9ff41a2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,8 +11,8 @@ depends=('gtk2' 'libnotify')
makedepends=('intltool' 'gtk-doc' 'gnome-doc-utils')
conflicts=('zenity')
provides=('zenity')
-url="http://www.gnome.org"
-source=(http://ftp.gnome.org/pub/gnome/sources/zenity/${pkgver%.*}/zenity-${pkgver}.tar.gz
+url="https://gitlab.gnome.org/GNOME/zenity"
+source=(https://ftp.gnome.org/pub/gnome/sources/zenity/${pkgver%.*}/zenity-${pkgver}.tar.gz
notify_notification_new.patch)
sha256sums=('75d858e5f0bdcb4de7ec6b753370b46da69af69462208cebca2c144c824808d1'
'efea2489756ac9c126dcd81d071c1efa331966942f8ece7a2cb55fd9168115e4')