summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorrazer2019-11-18 08:58:11 +0100
committerrazer2019-11-18 08:58:11 +0100
commit7ae7848aad01b32b453b92e71bc9a90431681e4f (patch)
tree78112907be1883de7e71c0f6e3714380afd6a20a
parent3fb691055b43bc61c6ebd1b89c1de0935953e9de (diff)
downloadaur-7ae7848aad01b32b453b92e71bc9a90431681e4f.tar.gz
Fix makedepends, force rebuild for 3.8
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD9
2 files changed, 4 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index dba1ead790da..7125b3f3ee17 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,12 @@
pkgbase = python-adafruit_dht
pkgdesc = Python library to read the DHT series of humidity and temperature sensors on a Raspberry Pi or Beaglebone Black.
pkgver = 1.4.0
- pkgrel = 0
+ pkgrel = 1
url = https://github.com/adafruit/Adafruit_Python_DHT
arch = armv6h
arch = armv7h
license = GPLv3
+ makedepends = python-setuptools
depends = python
source = https://pypi.io/packages/source/A/Adafruit_DHT/Adafruit_DHT-1.4.0.tar.gz
sha256sums = e927f2232eff5335cb9d8a2cca6dcad4625e61f205b12e31ef04198ea6dec830
diff --git a/PKGBUILD b/PKGBUILD
index 38aa4f4807d4..c461e4ef6151 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,18 +2,13 @@
pkgname=python-adafruit_dht
_pypi_pkgname=Adafruit_DHT
pkgver=1.4.0
-pkgrel=0
+pkgrel=1
pkgdesc="Python library to read the DHT series of humidity and temperature sensors on a Raspberry Pi or Beaglebone Black."
url="https://github.com/adafruit/Adafruit_Python_DHT"
arch=('armv6h' 'armv7h')
license=('GPLv3')
depends=('python')
-optdepends=()
-makedepends=()
-conflicts=()
-replaces=()
-backup=()
-install=()
+makedepends=('python-setuptools')
source=("https://pypi.io/packages/source/A/${_pypi_pkgname}/${_pypi_pkgname}-${pkgver}.tar.gz")
sha256sums=('e927f2232eff5335cb9d8a2cca6dcad4625e61f205b12e31ef04198ea6dec830')