summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNils Czernia2020-12-20 18:21:29 +0100
committerNils Czernia2020-12-20 18:21:29 +0100
commit02822b327c215ec527c0c17aac1c85970feefdca (patch)
treeb3c1e22b27c9c83eb648be77bf8e1523381bdd20
parentf2780b8ed7847278c8edb48b6a8b4683466bab76 (diff)
downloadaur-python-bme280-git.tar.gz
Added build dependencies
-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")