summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorNils Czernia2020-12-20 18:21:29 +0100
committerNils Czernia2020-12-20 18:21:29 +0100
commit02822b327c215ec527c0c17aac1c85970feefdca (patch)
treeb3c1e22b27c9c83eb648be77bf8e1523381bdd20 /PKGBUILD
parentf2780b8ed7847278c8edb48b6a8b4683466bab76 (diff)
downloadaur-python-bme280-git.tar.gz
Added build dependencies
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
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")