summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorrazer2022-09-03 07:45:32 +0200
committerrazer2022-09-03 07:45:32 +0200
commitb3b888e7ff5266645fb6ca61829bddb982337c92 (patch)
tree04176f2b46d3d3b47a5972e30179a151341c8d94
parentca990c632ec8090d66fa9d7eada7bc7c2b4edb96 (diff)
downloadaur-b3b888e7ff5266645fb6ca61829bddb982337c92.tar.gz
version bump
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 70bc18b2e8f0..d458f2956f4e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-adafruit-circuitpython-bme280
pkgdesc = CircuitPython library for the Bosch BME280 temperature/humidity/pressure sensor
- pkgver = 2.6.13
- pkgrel = 1
+ pkgver = 2.6.16
+ pkgrel = 0
url = https://github.com/adafruit/Adafruit_CircuitPython_BME280
arch = armv6h
arch = armv7h
@@ -12,7 +12,7 @@ pkgbase = python-adafruit-circuitpython-bme280
depends = python
depends = python-adafruit-circuitpython-busdevice
optdepends = python-rpi-gpio
- source = https://pypi.io/packages/source/a/adafruit-circuitpython-bme280/adafruit-circuitpython-bme280-2.6.13.tar.gz
- sha256sums = a9314ba5f86d7d16ed683ed74dfdd27c3af9b0b944f1e2732375ae51e96a65b3
+ source = https://pypi.io/packages/source/a/adafruit-circuitpython-bme280/adafruit-circuitpython-bme280-2.6.16.tar.gz
+ sha256sums = 7beb281052f5defea28849ff1705f8e90c78ffb09db51f2948bd12bf1adc1d10
pkgname = python-adafruit-circuitpython-bme280
diff --git a/PKGBUILD b/PKGBUILD
index 67b7a41eb200..a021cc9719c2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
pkgname=python-adafruit-circuitpython-bme280
_pypi_pkgname=adafruit-circuitpython-bme280
-pkgver=2.6.13
-pkgrel=1
+pkgver=2.6.16
+pkgrel=0
pkgdesc="CircuitPython library for the Bosch BME280 temperature/humidity/pressure sensor"
arch=('armv6h' 'armv7h' 'aarch64')
url="https://github.com/adafruit/Adafruit_CircuitPython_BME280"
@@ -12,7 +12,7 @@ makedepends=('python-setuptools' 'python-pip')
depends=('python' 'python-adafruit-circuitpython-busdevice')
optdepends=('python-rpi-gpio')
source=("https://pypi.io/packages/source/a/${_pypi_pkgname}/${_pypi_pkgname}-${pkgver}.tar.gz")
-sha256sums=('a9314ba5f86d7d16ed683ed74dfdd27c3af9b0b944f1e2732375ae51e96a65b3')
+sha256sums=('7beb281052f5defea28849ff1705f8e90c78ffb09db51f2948bd12bf1adc1d10')
build() {
cd "${srcdir}/${_pypi_pkgname}-${pkgver}"