summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorrazer2021-12-14 13:43:40 +0100
committerrazer2021-12-14 13:43:40 +0100
commit3d65256601dc8c96546562c13b277c8b87a8820f (patch)
tree03712dc3e80f73800e0f8b77d283f60cb26358cd
parenta289c24cf7f6846daf7c24913ee1a70f180f4236 (diff)
downloadaur-3d65256601dc8c96546562c13b277c8b87a8820f.tar.gz
Force reinstall for python 3.10
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6b1e5520c2fd..50b4a030821a 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.7
- pkgrel = 0
+ pkgrel = 1
url = https://github.com/adafruit/Adafruit_CircuitPython_BME280
arch = armv6h
arch = armv7h
diff --git a/PKGBUILD b/PKGBUILD
index 349b17aa77f4..f1a8e601a8c7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=python-adafruit-circuitpython-bme280
_pypi_pkgname=adafruit-circuitpython-bme280
pkgver=2.6.7
-pkgrel=0
+pkgrel=1
pkgdesc="CircuitPython library for the Bosch BME280 temperature/humidity/pressure sensor"
arch=('armv6h' 'armv7h' 'aarch64')
url="https://github.com/adafruit/Adafruit_CircuitPython_BME280"