summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Trotman2021-05-15 09:33:21 +1000
committerChris Trotman2021-05-15 09:33:21 +1000
commit2d475e72fb75aac28ea16723861809dffaa5f036 (patch)
tree7fbdff8721f4736800e7132268f9fee407c47973
parent5a491ec5ab0adcaf632f4140fed4c2a4ebf18c30 (diff)
downloadaur-hid_listen.tar.gz
Update to use https urls
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0973e6ad6483..543755dbbacc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = hid_listen
pkgdesc = prints out debugging information from usb hid devices.
pkgver = 1.01
- pkgrel = 1
- url = http://www.pjrc.com/teensy/hid_listen.html
+ pkgrel = 2
+ url = https://www.pjrc.com/teensy/hid_listen.html
arch = x86_64
arch = i686
license = GPL3
- source = http://www.pjrc.com/teensy/hid_listen_1.01.zip
+ source = https://www.pjrc.com/teensy/hid_listen_1.01.zip
md5sums = fcc94f8248f5642f1fc9747e0f280569
pkgname = hid_listen
diff --git a/PKGBUILD b/PKGBUILD
index 005124795b97..bd0577805bf6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: Chris Trotman <chris@trotman.io>
pkgname=hid_listen
pkgver=1.01
-pkgrel=1
+pkgrel=2
pkgdesc="prints out debugging information from usb hid devices."
-url="http://www.pjrc.com/teensy/hid_listen.html"
+url="https://www.pjrc.com/teensy/hid_listen.html"
arch=('x86_64' 'i686')
license=('GPL3')
-source=("http://www.pjrc.com/teensy/${pkgname}_${pkgver}.zip")
+source=("https://www.pjrc.com/teensy/${pkgname}_${pkgver}.zip")
md5sums=('fcc94f8248f5642f1fc9747e0f280569')
build() {