summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgrufo2021-05-03 05:16:07 +0200
committergrufo2021-05-03 05:16:07 +0200
commit9a99ac8134ea33dce7c96757225b49934e6cf510 (patch)
treee1a3fe377870c41d454a8498772e4b2f72b51994
parentd06175d9b35f5180f7b1456cec2f5f9d3b9ef0fb (diff)
downloadaur-9a99ac8134ea33dce7c96757225b49934e6cf510.tar.gz
Bump version
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3c4b93504ad1..6b6813ec98e5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = nautilus-launch-git
pkgdesc = A simple Nautilus extension that allows to run executables and launchers via right-click menu
- pkgver = r4.a93dcc9
+ pkgver = r5.39f86a0
pkgrel = 1
- url = https://github.com/madmurphy/nautilus-launch
+ url = https://gitlab.gnome.org/madmurphy/nautilus-launch
install = nautilus-launch-git.install
arch = i686
arch = x86_64
@@ -12,7 +12,7 @@ pkgbase = nautilus-launch-git
depends = libnautilus-extension
conflicts = nautilus-launch
conflicts = nautilus-launch-bin
- source = git+https://github.com/madmurphy/nautilus-launch.git
+ source = git+https://gitlab.gnome.org/madmurphy/nautilus-launch.git
md5sums = SKIP
pkgname = nautilus-launch-git
diff --git a/PKGBUILD b/PKGBUILD
index eca85f0ac26d..143a0407e76e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,16 +2,16 @@
_extname='nautilus-launch'
pkgname="${_extname}-git"
-pkgver='r4.a93dcc9'
+pkgver='r5.39f86a0'
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')
conflicts=("${_extname}" "${_extname}-bin")
-source=("git+https://github.com/madmurphy/${_extname}.git")
+source=("git+https://gitlab.gnome.org/madmurphy/${_extname}.git")
install="${pkgname}.install"
md5sums=('SKIP')