summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorrazer2017-11-05 13:18:56 +0100
committerrazer2017-11-05 13:18:56 +0100
commit9953feab4223aed09c13d0b72bcaf22a62ee4b77 (patch)
treeb3fc6a9823af21298451fe7842a34f43d0b4b0c0
parentc53de148b52dbf5c738b47acce9e0be9be281e12 (diff)
downloadaur-9953feab4223aed09c13d0b72bcaf22a62ee4b77.tar.gz
Upstream URL change
-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() {