summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD9
1 files changed, 2 insertions, 7 deletions
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')