summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDylan Whichard2017-12-09 15:24:46 -0500
committerDylan Whichard2017-12-09 15:24:46 -0500
commit110ed3c9871e8f0e2931283db72730e1492ce0fc (patch)
tree4ce9954e46e0bfac54e9e4f78ed23fe94ab5b44a
parente78d190269013573805276d731abf34b85f45d62 (diff)
downloadaur-110ed3c9871e8f0e2931283db72730e1492ce0fc.tar.gz
Update sources and homepage
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7f8d1b2dd4e4..58ad646f4145 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,8 @@
-# Generated by makepkg 4.2.1
-# Mon Sep 21 16:47:55 UTC 2015
pkgbase = python-smbus-git
pkgdesc = Python wrapper for SMBus access over i2c-dev.
- pkgver = r290.9726bed
+ pkgver = r317.1831b61
pkgrel = 1
- url = http://www.lm-sensors.org/wiki/I2CTools
+ url = https://git.kernel.org/pub/scm/utils/i2c-tools/i2c-tools.git/about/
arch = i686
arch = x86_64
arch = armv6h
@@ -17,7 +15,7 @@ pkgbase = python-smbus-git
provides = python-smbus
conflicts = python-smbus
options = !strip
- source = python-smbus::git+https://github.com/groeck/i2c-tools.git
+ source = python-smbus::git+https://git.kernel.org/pub/scm/utils/i2c-tools/i2c-tools.git
md5sums = SKIP
pkgname = python-smbus-git
diff --git a/PKGBUILD b/PKGBUILD
index b6e17d759156..d9a7d1fd7010 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,18 +5,18 @@
pkgname=python-smbus-git
_pkgname=python-smbus
-pkgver=r290.9726bed
+pkgver=r317.1831b61
pkgrel=1
pkgdesc="Python wrapper for SMBus access over i2c-dev."
arch=('i686' 'x86_64' 'armv6h' 'armv7h')
-url="http://www.lm-sensors.org/wiki/I2CTools"
+url="https://git.kernel.org/pub/scm/utils/i2c-tools/i2c-tools.git/about/"
license=('GPL')
depends=('python' 'i2c-tools-git')
makedepends=('python' 'git')
provides=('python-smbus')
conflicts=('python-smbus')
options=('!strip')
-source=('python-smbus::git+https://github.com/groeck/i2c-tools.git')
+source=('python-smbus::git+https://git.kernel.org/pub/scm/utils/i2c-tools/i2c-tools.git')
md5sums=('SKIP')
pkgver() {