summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNils Czernia2019-11-26 11:14:30 +0100
committerNils Czernia2019-11-26 11:14:30 +0100
commitd3fe12e145b37a0e24489218495d302d153ce119 (patch)
treef0e960460dde86379c1dcb7557988261097a2274
parentbbb5fc0c9229becea1dcd48da98a78d629dc4ed5 (diff)
downloadaur-d3fe12e145b37a0e24489218495d302d153ce119.tar.gz
Reorganized package build
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 40578ff647d7..82ae7e0bf7ef 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
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 = cced71b
+ pkgver = eb28f73
pkgrel = 1
url = https://github.com/cmur2/python-bme280
arch = any
diff --git a/PKGBUILD b/PKGBUILD
index 012041038706..c9cdeb4b6406 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python-bme280-git
_pkgname=bme280
-pkgver=cced71b
+pkgver=eb28f73
pkgrel=1
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"