summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGreg Erwin2017-11-04 22:36:26 -0500
committerGreg Erwin2017-11-04 22:36:26 -0500
commit67a0a5f0d64a9778dcee0636407b8886a40973de (patch)
tree552594fa3f00716e45c504d094b89d6fc6b00bf3
parent8ae107e69317641550819230e286e796f4c2530b (diff)
downloadaur-67a0a5f0d64a9778dcee0636407b8886a40973de.tar.gz
Change source uri scheme from "https" to "git"
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 929fe2323d89..81e939d9efad 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -12,7 +12,7 @@ pkgbase = libgpiod-git
license = LGPL2.1
makedepends = git
depends = linux>=4.8
- source = https://git.kernel.org/pub/scm/libs/libgpiod/libgpiod.git
+ source = git://git.kernel.org/pub/scm/libs/libgpiod/libgpiod.git
sha1sums = SKIP
pkgname = libgpiod-git
diff --git a/PKGBUILD b/PKGBUILD
index 4deb5c775cc2..6ca140a7a821 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ arch=('x86_64' 'i686' 'arm' 'armv6h' 'armv7h' 'aarch64')
license=('LGPL2.1')
depends=('linux>=4.8')
makedepends=('git')
-source=($url)
+source=('git://git.kernel.org/pub/scm/libs/libgpiod/libgpiod.git')
sha1sums=('SKIP')
pkgver() {