summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorrazer2021-02-06 07:03:04 +0100
committerrazer2021-02-06 07:03:04 +0100
commitf975f4fe2271e043770f2a7cf492371ab529b249 (patch)
treecb1f7320250c9ecc46ec0f202a2a74d1ced481ed /PKGBUILD
parent74416f24ef1deac313764261c0cfa1c595799ef1 (diff)
downloadaur-f975f4fe2271e043770f2a7cf492371ab529b249.tar.gz
version bump
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 431379b61a0d..5a6619ad7738 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Razer <razer[AT]neuf[DOT]fr>
pkgname=python-bluezero
_pypi_pkgname=bluezero
-pkgver=0.3.0
-pkgrel=1
+pkgver=0.5.0
+pkgrel=0
pkgdesc="Python library for Bluetooth Low Energy (BLE) on Linux"
arch=(any)
url="https://github.com/ukBaz/python-bluezero"
@@ -10,7 +10,7 @@ license=('MIT')
makedepends=('python-setuptools')
depends=('dbus-glib' 'python' 'python-dbus' 'python-gobject')
source=("https://pypi.io/packages/source/b/${_pypi_pkgname}/${_pypi_pkgname}-${pkgver}.tar.gz")
-sha256sums=('7ebe7243169b5c7600941cb6aa31bc3f8b475c22f5ac32a94d2b0200d5faf684')
+sha256sums=('d9562a2d107abc918ffdabd4646039c15c54ca1fca0cec91aa45ba6135d2d0b1')
build() {
cd "${srcdir}/${_pypi_pkgname}-${pkgver}"