summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgrufo2021-05-27 04:52:36 +0200
committergrufo2021-05-27 04:52:36 +0200
commit014758212aa2d81861c4c42d1fee98a17208ddfb (patch)
tree3c6e5415a3761af1a005b8e7783556d2ff77f119
parent866a120acaa057a361bf52737c30011aec91c447 (diff)
downloadaur-014758212aa2d81861c4c42d1fee98a17208ddfb.tar.gz
Bump version
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 2 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 377a7a299008..1403518ea0e6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,12 @@
pkgbase = nautilus-bluetooth-git
pkgdesc = A simple Nautilus extension that adds a "Send via Bluetooth" entry to Nautilus' right-click menu
- pkgver = r14.e01c4fd
+ pkgver = r15.8915575
pkgrel = 1
url = https://gitlab.gnome.org/madmurphy/nautilus-bluetooth
install = nautilus-bluetooth-git.install
arch = i686
arch = x86_64
license = GPL
- makedepends = intltool
depends = glib2
depends = libnautilus-extension
depends = gnome-bluetooth
diff --git a/PKGBUILD b/PKGBUILD
index 7d2c24d4242c..733bba372ed3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,13 @@
pkgname='nautilus-bluetooth-git'
_extname='nautilus-bluetooth'
-pkgver='r14.e01c4fd'
+pkgver='r15.8915575'
pkgrel=1
pkgdesc="A simple Nautilus extension that adds a \"Send via Bluetooth\" entry to Nautilus' right-click menu"
arch=('i686' 'x86_64')
url="https://gitlab.gnome.org/madmurphy/nautilus-bluetooth"
license=('GPL')
depends=('glib2' 'libnautilus-extension' 'gnome-bluetooth')
-makedepends=('intltool')
provides=("${_extname}")
conflicts=("${_extname}" "${_extname}-bin")
source=("git+https://gitlab.gnome.org/madmurphy/${_extname}.git")