summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3713d4f7084b..fbcc1ccd4ca3 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.11
- pkgrel = 0
+ pkgrel = 1
url = https://github.com/adafruit/Adafruit_CircuitPython_BME280
arch = armv6h
arch = armv7h
@@ -11,7 +11,7 @@ pkgbase = python-adafruit-circuitpython-bme280
makedepends = python-pip
depends = python
depends = python-adafruit-circuitpython-busdevice
- optdepends = python-raspberry-gpio
+ optdepends = python-rpi-gpio
source = https://pypi.io/packages/source/a/adafruit-circuitpython-bme280/adafruit-circuitpython-bme280-2.6.11.tar.gz
sha256sums = 95d2ff06ec2b0630c267facf182d0f8f8024feb7728d5f837b89c3a4893de18f
diff --git a/PKGBUILD b/PKGBUILD
index 74935fc3cb9d..0ba2d3b0774d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,14 +3,14 @@
pkgname=python-adafruit-circuitpython-bme280
_pypi_pkgname=adafruit-circuitpython-bme280
pkgver=2.6.11
-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"
license=('MIT')
makedepends=('python-setuptools' 'python-pip')
depends=('python' 'python-adafruit-circuitpython-busdevice')
-optdepends=('python-raspberry-gpio')
+optdepends=('python-rpi-gpio')
source=("https://pypi.io/packages/source/a/${_pypi_pkgname}/${_pypi_pkgname}-${pkgver}.tar.gz")
sha256sums=('95d2ff06ec2b0630c267facf182d0f8f8024feb7728d5f837b89c3a4893de18f')