summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgrufo2019-09-05 20:32:49 +0100
committergrufo2019-09-05 20:32:49 +0100
commit6352b75d3aa279457b154399db0465cc43ab1042 (patch)
tree7216bd7a793e793aa4c4741d87dcc551d293bfb9
parent52425aa400fed51fabdee235c79ba138f9cdbba5 (diff)
downloadaur-6352b75d3aa279457b154399db0465cc43ab1042.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 c4dab3ce8eba..044948337929 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = nautilus-bluetooth-git
pkgdesc = A simple Nautilus extension that adds a "Send via Bluetooth" entry to Nautilus' right-click menu
- pkgver = r5.53ac46c
+ pkgver = r6.e434063
pkgrel = 1
- url = https://github.com/madmurphy/nautilus-bluetooth
+ url = https://gitlab.gnome.org/madmurphy/nautilus-bluetooth
arch = any
license = GPL
makedepends = pkgconf
@@ -13,7 +13,7 @@ pkgbase = nautilus-bluetooth-git
provides = nautilus-bluetooth
conflicts = nautilus-bluetooth
conflicts = nautilus-bluetooth-bin
- source = git+https://github.com/madmurphy/nautilus-bluetooth.git
+ source = git+https://gitlab.gnome.org/madmurphy/nautilus-bluetooth.git
sha256sums = SKIP
pkgname = nautilus-bluetooth-git
diff --git a/PKGBUILD b/PKGBUILD
index 9f51c9c6dde6..70ce739b5ce8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,17 +2,17 @@
pkgname='nautilus-bluetooth-git'
_appname='nautilus-bluetooth'
-pkgver='r5.53ac46c'
+pkgver='r6.e434063'
pkgrel=1
pkgdesc="A simple Nautilus extension that adds a \"Send via Bluetooth\" entry to Nautilus' right-click menu"
arch=('any')
-url="https://github.com/madmurphy/nautilus-bluetooth"
+url="https://gitlab.gnome.org/madmurphy/nautilus-bluetooth"
license=('GPL')
depends=('glib2' 'libnautilus-extension' 'gnome-bluetooth')
makedepends=('pkgconf' 'intltool')
provides=("${_appname}")
conflicts=("${_appname}" "${_appname}-bin")
-source=("git+https://github.com/madmurphy/${_appname}.git")
+source=("git+https://gitlab.gnome.org/madmurphy/${_appname}.git")
sha256sums=('SKIP')
pkgver() {