Date: Sunday, November 17, 2019 @ 14:55:29
  Author: heftig
Revision: 368988

fix urls

Modified:
  pygobject2/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2019-11-17 14:12:58 UTC (rev 368987)
+++ PKGBUILD    2019-11-17 14:55:29 UTC (rev 368988)
@@ -5,7 +5,7 @@
 pkgver=2.28.7
 pkgrel=3
 pkgdesc="Python bindings for GObject (legacy)"
-url="http://www.pygtk.org/";
+url="https://wiki.gnome.org/Projects/PyGObject";
 arch=(x86_64)
 license=(LGPL)
 depends=(glib2)
@@ -12,7 +12,7 @@
 makedepends=(python python2 git)
 options=(!emptydirs)
 _commit=c9594b6a91e6ca2086fedec2ed8249e0a9c029fc  # tags/PYGOBJECT_2_28_7^0
-source=("git+https://git.gnome.org/browse/pygobject#commit=$_commit";)
+source=("git+https://gitlab.gnome.org/GNOME/pygobject.git#commit=$_commit";)
 sha256sums=('SKIP')
 
 pkgver() {

Reply via email to