summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDreamingRaven2019-06-25 11:21:40 +0100
committerDreamingRaven2019-06-25 11:21:40 +0100
commit91bc89300e2ba673ba5f7b408982a50da556fca7 (patch)
tree3f4965faa2f9013e77d6d2f4a9ed8185f3ed5cfa
parent68e17f71c0c60cc4a76a3d0de7745b207a077d3c (diff)
downloadaur-91bc89300e2ba673ba5f7b408982a50da556fca7.tar.gz
Updated PKGBUILD src url
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a4ab670e6443..d2df65ded3d6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,7 +2,7 @@ pkgbase = python-pimoroni-bme680-git
pkgdesc = Python library for the BME680 gas, temperature, humidity, and pressure sensor.
pkgver = v1.0.5.r14.91434ca
pkgrel = 1
- url = https://github.com/DreamingRaven/bme680-python
+ url = https://github.com/pimoroni/bme680-python
arch = any
license = MIT
makedepends = git
diff --git a/PKGBUILD b/PKGBUILD
index 29db71ad8b20..8c2aff54368c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgrel=1
pkgdesc="Python library for the BME680 gas, temperature, humidity, and pressure sensor."
arch=('any')
# pimoroni bme680 python source code url
-url="https://github.com/DreamingRaven/bme680-python"
+url="https://github.com/pimoroni/${_pkgsrcname}"
# set what branch you would like to pull from
_branch="master"
license=('MIT') # MIT is a special case store a copy in /usr/share/pkgname
@@ -22,7 +22,7 @@ replaces=()
backup=()
options=()
install=
-source=("${_pkgsrcname}::git+https://github.com/pimoroni/${_pkgsrcname}#branch=${_branch}")
+source=("${_pkgsrcname}::git+${url}#branch=${_branch}")
noextract=()
md5sums=('SKIP')