summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGreg Erwin2017-11-04 22:26:00 -0500
committerGreg Erwin2017-11-04 22:26:00 -0500
commit8ae107e69317641550819230e286e796f4c2530b (patch)
treed3781b226366d93022f00219f9c372647e5fe4fe
parent8cea1bb2057c209a85d772b88460f2c50ed09c4a (diff)
downloadaur-8ae107e69317641550819230e286e796f4c2530b.tar.gz
Switch upstream url/source to kernel.org instead of GitHub
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4ac2ac91a76f..929fe2323d89 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,7 +2,7 @@ pkgbase = libgpiod-git
pkgdesc = C library and tools for interacting with the linux GPIO character device
pkgver = r530.a029549
pkgrel = 1
- url = https://github.com/brgl/libgpiod
+ url = https://git.kernel.org/pub/scm/libs/libgpiod/libgpiod.git
arch = x86_64
arch = i686
arch = arm
@@ -12,7 +12,7 @@ pkgbase = libgpiod-git
license = LGPL2.1
makedepends = git
depends = linux>=4.8
- source = git://github.com/brgl/libgpiod
+ source = https://git.kernel.org/pub/scm/libs/libgpiod/libgpiod.git
sha1sums = SKIP
pkgname = libgpiod-git
diff --git a/PKGBUILD b/PKGBUILD
index 873c548ec848..4deb5c775cc2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,12 +4,12 @@ pkgname=libgpiod-git
pkgver=r530.a029549
pkgrel=1
pkgdesc="C library and tools for interacting with the linux GPIO character device"
-url="https://github.com/brgl/libgpiod"
+url="https://git.kernel.org/pub/scm/libs/libgpiod/libgpiod.git"
arch=('x86_64' 'i686' 'arm' 'armv6h' 'armv7h' 'aarch64')
license=('LGPL2.1')
depends=('linux>=4.8')
makedepends=('git')
-source=('git://github.com/brgl/libgpiod')
+source=($url)
sha1sums=('SKIP')
pkgver() {