summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorNils Czernia2021-06-11 10:36:32 +0200
committerNils Czernia2021-06-11 10:39:18 +0200
commit5293c7cdb4e4eb28fa981ca8e83e9e54cbf70785 (patch)
treecf101de0ef8ce00d89605d5844e2fa9e963ef88b /PKGBUILD
parent834907a5a7f4bb17ca7febac740605c990b413f4 (diff)
downloadaur-python-btlewrap.tar.gz
Updated to 0.1.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 53db25491ef4..c17199d37e76 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python-btlewrap
_pkgname=btlewrap
-pkgver=0.0.9
+pkgver=0.1.0
pkgrel=1
pkgdesc="Bluetooth LowEnergy wrapper for different python backends"
url="https://github.com/ChristianKuehnel/btlewrap"
@@ -10,7 +10,7 @@ arch=("any")
license=("MIT")
depends=("python" "python-bluepy")
source=(${pkgname}-${pkgver}.tar.gz::https://github.com/ChristianKuehnel/btlewrap/archive/v${pkgver}.tar.gz)
-sha512sums=("ef15265fac8813bb5837b96ba638dd1635c4d7b3f624091c8722a5c048c20dd496094aacef41d115e25d84356d8b26a47f269c6cd58fd2d41601fca65ab35b06")
+sha512sums=('bcfd0631e466240b8c36728726c1010023e45d95b248c88c6378fa42dc6213037fd1fbb8189a034f3250876d021e6b74804f35ba047149a6472788221688e2f9')
build() {
cd ${_pkgname}-${pkgver}