summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNils Czernia2019-11-26 11:16:44 +0100
committerNils Czernia2019-11-26 11:16:44 +0100
commit5e22cad4cf73a6704cfbade75624f19a8025910e (patch)
tree26521ab5bd3a1ad4d98b9f915c9ad785c61c6770
parentd3fe12e145b37a0e24489218495d302d153ce119 (diff)
downloadaur-5e22cad4cf73a6704cfbade75624f19a8025910e.tar.gz
Added conflict
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 82ae7e0bf7ef..812f6db97dfa 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,12 @@
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 = eb28f73
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/cmur2/python-bme280
arch = any
license = MIT
depends = python
+ conflicts = python-bme280
source = bme280::git+https://github.com/cmur2/python-bme280.git
sha512sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index c9cdeb4b6406..7f557ff865e4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=python-bme280-git
_pkgname=bme280
pkgver=eb28f73
-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")
@@ -11,6 +11,7 @@ license=("MIT")
depends=("python")
source=("${_pkgname}::git+https://github.com/cmur2/python-bme280.git")
sha512sums=("SKIP")
+conflicts=("python-bme280")
pkgver() {
cd "${_pkgname}"