summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorXiretza2018-08-24 13:50:29 +0200
committerXiretza2018-08-24 13:53:47 +0200
commit0cf4980b543bdd33b5dbe92fa986bef18d75526b (patch)
tree261ac002f443a609cc6f914dec36affffb3120a4
parent68a2eb8b916da00289795129cd752bde3fe5902c (diff)
downloadaur-0cf4980b543bdd33b5dbe92fa986bef18d75526b.tar.gz
fix upstream and source URLs
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD8
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f576afe167af..c32e378e0323 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = nautilus-open-terminal-git
pkgdesc = Nautilus plugin for opening terminals in arbitrary local paths and on SSH servers
pkgver = 0.20.15.g07fe03e
- pkgrel = 1
- url = http://git.gnome.org/browse/nautilus-open-terminal/
+ pkgrel = 2
+ url = https://gitlab.gnome.org/GNOME/nautilus-open-terminal/
arch = i686
arch = x86_64
license = GPL
@@ -14,7 +14,7 @@ pkgbase = nautilus-open-terminal-git
depends = gconf
provides = nautilus-open-terminal
conflicts = nautilus-open-terminal
- source = git://git.gnome.org/nautilus-open-terminal
+ source = git+https://gitlab.gnome.org/GNOME/nautilus-open-terminal.git
source = automake.diff
source = nautilus-open-terminal.patch
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 5e01d7e1f4d5..023588c0b34d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,17 +5,17 @@
pkgname=nautilus-open-terminal-git
_gitname=nautilus-open-terminal
pkgver=0.20.15.g07fe03e
-pkgrel=1
+pkgrel=2
pkgdesc="Nautilus plugin for opening terminals in arbitrary local paths and on SSH servers"
arch=('i686' 'x86_64')
-url="http://git.gnome.org/browse/nautilus-open-terminal/"
+url="https://gitlab.gnome.org/GNOME/nautilus-open-terminal/"
license=('GPL')
depends=('nautilus' 'intltool' 'gettext' 'gconf')
makedepends=('git' 'gnome-common')
provides=('nautilus-open-terminal')
conflicts=('nautilus-open-terminal')
-source=('git://git.gnome.org/nautilus-open-terminal'
+source=('git+https://gitlab.gnome.org/GNOME/nautilus-open-terminal.git'
'automake.diff'
'nautilus-open-terminal.patch')
@@ -41,6 +41,6 @@ build() {
}
package() {
- cd $_gitname
+ cd $_gitname
make DESTDIR="$pkgdir/" install
}