summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgrufo2019-08-28 15:58:17 +0100
committergrufo2019-08-28 15:58:17 +0100
commit9cbefd650c65c7b47972edd447952336c883a21c (patch)
treeafe1c7d3b9125c3e9ade0e48943408add109edd1
parent91210c8ae8991e3f84d087981933f2028b89e862 (diff)
downloadaur-9cbefd650c65c7b47972edd447952336c883a21c.tar.gz
PKGBUILD only
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD8
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ec1fdccc1a14..54d7c9ed0aa6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = nautilus-bluetooth-git
pkgdesc = A simple Nautilus extension that adds a "Send via Bluetooth" entry to Nautilus' right-click menu
- pkgver = r1.81e72b5
+ pkgver = r1.f218d90
pkgrel = 1
url = https://github.com/madmurphy/nautilus-bluetooth
arch = any
@@ -10,8 +10,8 @@ pkgbase = nautilus-bluetooth-git
depends = glib2
depends = libnautilus-extension
depends = gnome-bluetooth
- provides = nautilus-bluetooth-git
- conflicts = nautilus-bluetooth-git
+ provides = nautilus-bluetooth
+ conflicts = nautilus-bluetooth
source = git+https://github.com/madmurphy/nautilus-bluetooth.git
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index cf053abcec3d..f09429963c01 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
-# Maintainer: grufo <madmurphy333@gmail.com>
+# Maintainer: grufo <madmurphy333 AT gmail DOT com>
pkgname='nautilus-bluetooth-git'
_pkgname='nautilus-bluetooth'
-pkgver='r1.81e72b5'
+pkgver='r1.f218d90'
pkgrel=1
pkgdesc="A simple Nautilus extension that adds a \"Send via Bluetooth\" entry to Nautilus' right-click menu"
arch=('any')
@@ -10,8 +10,8 @@ url="https://github.com/madmurphy/nautilus-bluetooth"
license=('GPL')
depends=('glib2' 'libnautilus-extension' 'gnome-bluetooth')
makedepends=('pkgconf' 'intltool')
-provides=("${pkgname}")
-conflicts=("${pkgname}")
+provides=("${_pkgname}")
+conflicts=("${_pkgname}")
source=("git+https://github.com/madmurphy/${_pkgname}.git")
sha256sums=('SKIP')