summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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() {