summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorrupus2016-08-26 16:58:26 +0200
committerrupus2016-08-26 16:58:26 +0200
commit62e3b84b6ae170ce1ccaef7cd4f5943a632ab3c5 (patch)
treed99a4e27757cc921e5874525b9a79b6b4a3887c4
parentaa411f6e47ddeb733724aad1b5f05802d6a4f827 (diff)
downloadaur-62e3b84b6ae170ce1ccaef7cd4f5943a632ab3c5.tar.gz
Use https
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 06ca6b2cdb17..5fcce820028b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,7 +11,7 @@ license=('GPL2')
depends=('glibc' 'dbus>=1.2' 'libnl' 'glib2>=2.28')
makedepends=('automake' 'autoconf>=2.60' 'libtool')
backup=(etc/neard/main.conf)
-source=(http://git.kernel.org/cgit/network/nfc/neard.git/snapshot/$pkgname-$pkgver.tar.gz
+source=(https://git.kernel.org/cgit/network/nfc/neard.git/snapshot/$pkgname-$pkgver.tar.gz
bindir.patch
config.patch
neard.service)