summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRhinoceros2022-10-21 16:09:03 +1100
committerRhinoceros2022-10-21 16:09:03 +1100
commitf66ea389bb77aadb92354197a91965d2dc210d49 (patch)
tree23522b3fe68d156036bee61c856fe982ce20b587
parent77102cce2349322f8d1948ef8225a10e4071ebf9 (diff)
downloadaur-f66ea389bb77aadb92354197a91965d2dc210d49.tar.gz
Add git to makedepends
* No need to bump pkgrel. If installed previously no need to re-install.
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2f2e1b03a5c9..4d4b525500f5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,12 @@
pkgbase = python-pybluez-git
pkgdesc = Python wrapper for the BlueZ Bluetooth stack
- pkgver = 0.22.r238.g5096047
+ pkgver = 0.22.r242.g4d46ce1
pkgrel = 1
url = https://github.com/pybluez/pybluez
arch = any
license = GPL
makedepends = boost
+ makedepends = git
depends = python
depends = bluez-libs
provides = python-pybluez
diff --git a/PKGBUILD b/PKGBUILD
index c012c1ac8ea4..559724b03658 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,14 +3,14 @@
pkgname=python-pybluez-git
_gitname=pybluez
-pkgver=0.22.r238.g5096047
+pkgver=0.22.r242.g4d46ce1
pkgrel=1
pkgdesc='Python wrapper for the BlueZ Bluetooth stack'
arch=('any')
url='https://github.com/pybluez/pybluez'
license=('GPL')
depends=('python' 'bluez-libs')
-makedepends=('boost')
+makedepends=('boost' 'git')
provides=('python-pybluez')
conflicts=('python-pybluez')
source=('git+https://github.com/pybluez/pybluez.git'