summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 575e5260b96d..ac44b60783fd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
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 = 0.0.1
- pkgrel = 1
- url = https://github.com/mala-zaba/Adafruit_Python_DHT
- arch = armv5h
+ pkgrel = 2
+ url = https://github.com/adafruit/Adafruit_Python_DHT
+ arch = armv6h
arch = armv7h
license = GPLv3
depends = python
depends = git
- source = git://github.com/mala-zaba/Adafruit_Python_DHT
+ source = git://github.com/adafruit/Adafruit_Python_DHT
md5sums = SKIP
pkgname = python-adafruit_dht
diff --git a/PKGBUILD b/PKGBUILD
index 72c14877778b..4d57200a7a57 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@ pkgname=python-adafruit_dht
pkgver=0.0.1
pkgrel=2
pkgdesc="Python library to read the DHT series of humidity and temperature sensors on a Raspberry Pi or Beaglebone Black."
-url="https://github.com/mala-zaba/Adafruit_Python_DHT"
-arch=('armv5h' 'armv7h')
+url="https://github.com/adafruit/Adafruit_Python_DHT"
+arch=('armv6h' 'armv7h')
license=('GPLv3')
depends=('python' 'git')
optdepends=()
@@ -13,7 +13,7 @@ conflicts=()
replaces=()
backup=()
install=()
-source=("git://github.com/mala-zaba/Adafruit_Python_DHT")
+source=("git://github.com/adafruit/Adafruit_Python_DHT")
md5sums=('SKIP')
package() {