summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgrufo2021-05-03 05:17:09 +0200
committergrufo2021-05-03 05:17:09 +0200
commitfc3f5a0f9fb9111bea4db897bf7bdee79236fc68 (patch)
tree16bc6d24a95231d56d1337b09f3a9ce034d7e84a
parente1949535b86e8d776af3b7ccb2ec6b5173405b9a (diff)
downloadaur-fc3f5a0f9fb9111bea4db897bf7bdee79236fc68.tar.gz
PKGBUILD only
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ef2dd69ed91c..b070a5bdca3b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,7 +2,7 @@ pkgbase = nautilus-launch
pkgdesc = A simple Nautilus extension that allows to run executables and launchers via right-click menu
pkgver = 1.0.1
pkgrel = 1
- url = https://github.com/madmurphy/nautilus-launch
+ url = https://gitlab.gnome.org/madmurphy/nautilus-launch
install = nautilus-launch.install
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index af0427da3690..5fea9b7b295a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ pkgver='1.0.1'
pkgrel=1
pkgdesc='A simple Nautilus extension that allows to run executables and launchers via right-click menu'
arch=('i686' 'x86_64')
-url='https://github.com/madmurphy/nautilus-launch'
+url='https://gitlab.gnome.org/madmurphy/nautilus-launch'
license=('GPL')
depends=('glib2' 'libnautilus-extension')
makedepends=('intltool')