summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0575936b7302..b445c710a1f4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,11 @@
pkgbase = python-bme280-git
pkgdesc = A Python library for accessing the BME280 combined humidity and pressure from Bosch via python-smbus using the I2C interface.
pkgver = 25376a6
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/cmur2/python-bme280
arch = any
license = MIT
+ makedepends = python-pip
depends = python
depends = i2c-tools
conflicts = python-bme280
diff --git a/PKGBUILD b/PKGBUILD
index 9bb232eb309e..f31283a7c7bd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,12 +3,13 @@
pkgname=python-bme280-git
_pkgname=bme280
pkgver=25376a6
-pkgrel=1
+pkgrel=2
pkgdesc="A Python library for accessing the BME280 combined humidity and pressure from Bosch via python-smbus using the I2C interface."
url="https://github.com/cmur2/python-bme280"
arch=("any")
license=("MIT")
depends=("python" "i2c-tools")
+makedepends=("python-pip")
source=("${_pkgname}::git+https://github.com/cmur2/python-bme280.git")
sha512sums=("SKIP")
conflicts=("python-bme280")