summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorrazer2021-12-07 16:13:12 +0100
committerrazer2021-12-07 16:13:12 +0100
commita289c24cf7f6846daf7c24913ee1a70f180f4236 (patch)
treec5f82368a82ee8a706610a3f3799f96217b2cd91
parent3a57e4792634dcc0ddc6cc2ceef2ca0b8ff1c3e7 (diff)
downloadaur-a289c24cf7f6846daf7c24913ee1a70f180f4236.tar.gz
version bump
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 75fb521a46dc..6b1e5520c2fd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-adafruit-circuitpython-bme280
pkgdesc = CircuitPython library for the Bosch BME280 temperature/humidity/pressure sensor
- pkgver = 2.6.6
+ pkgver = 2.6.7
pkgrel = 0
url = https://github.com/adafruit/Adafruit_CircuitPython_BME280
arch = armv6h
@@ -12,7 +12,7 @@ pkgbase = python-adafruit-circuitpython-bme280
depends = python
depends = python-adafruit-circuitpython-busdevice
optdepends = python-raspberry-gpio
- source = https://pypi.io/packages/source/a/adafruit-circuitpython-bme280/adafruit-circuitpython-bme280-2.6.6.tar.gz
- sha256sums = 67e484756fb8725efec903cbc9fc3d1748dd205b25c6598df8bd69faa234aa3f
+ source = https://pypi.io/packages/source/a/adafruit-circuitpython-bme280/adafruit-circuitpython-bme280-2.6.7.tar.gz
+ sha256sums = 8881a3927db1e34c72f5a6daa32eb613029656b3b90b19b9d6c1d4282c63c7a0
pkgname = python-adafruit-circuitpython-bme280
diff --git a/PKGBUILD b/PKGBUILD
index ad25e1e6a52a..349b17aa77f4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python-adafruit-circuitpython-bme280
_pypi_pkgname=adafruit-circuitpython-bme280
-pkgver=2.6.6
+pkgver=2.6.7
pkgrel=0
pkgdesc="CircuitPython library for the Bosch BME280 temperature/humidity/pressure sensor"
arch=('armv6h' 'armv7h' 'aarch64')
@@ -12,7 +12,7 @@ makedepends=('python-setuptools' 'python-pip')
depends=('python' 'python-adafruit-circuitpython-busdevice')
optdepends=('python-raspberry-gpio')
source=("https://pypi.io/packages/source/a/${_pypi_pkgname}/${_pypi_pkgname}-${pkgver}.tar.gz")
-sha256sums=('67e484756fb8725efec903cbc9fc3d1748dd205b25c6598df8bd69faa234aa3f')
+sha256sums=('8881a3927db1e34c72f5a6daa32eb613029656b3b90b19b9d6c1d4282c63c7a0')
build() {
cd "${srcdir}/${_pypi_pkgname}-${pkgver}"