summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index df95957813cb..eedd294e4457 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = hid-replay-git
pkgdesc = HID event recorder and utilities.
- pkgver = 0.7.1.r0.g241710c
+ pkgver = 0.7.1.r44.g6d83e48
pkgrel = 1
url = https://github.com/bentiss/hid-replay/
arch = i686
@@ -13,8 +13,7 @@ pkgbase = hid-replay-git
provides = hid-replay
conflicts = hid-replay
options = !libtool
- source = hid-replay-git::git://github.com/bentiss/hid-replay.git#branch=master
+ source = hid-replay-git::git+https://github.com/bentiss/hid-replay.git#branch=master
md5sums = SKIP
pkgname = hid-replay-git
-
diff --git a/PKGBUILD b/PKGBUILD
index 248f457cfa61..0bcf9f472a15 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Jason Gerecke <killertofu@gmail.com>
pkgname=hid-replay-git
-pkgver=0.7.1.r0.g241710c
+pkgver=0.7.1.r44.g6d83e48
pkgrel=1
pkgdesc="HID event recorder and utilities."
arch=('i686' 'x86_64')
@@ -16,7 +16,7 @@ makedepends=('git')
provides=('hid-replay')
conflicts=('hid-replay')
options=('!libtool')
-source=("$pkgname"::git://github.com/bentiss/hid-replay.git#branch=master)
+source=("$pkgname"::git+https://github.com/bentiss/hid-replay.git#branch=master)
md5sums=('SKIP')
pkgver() {