summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatMoul2022-03-17 01:11:04 +0100
committerMatMoul2022-03-17 01:11:04 +0100
commit0547e31c2d775d8591fb66dbcea3f0e432276d85 (patch)
treece725fe91092352d1a3d7831a267733e1522c397
parent16d75b15c87aebca79d0edf369484907f7ca6121 (diff)
downloadaur-0547e31c2d775d8591fb66dbcea3f0e432276d85.tar.gz
New version
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6761dbdfe381..a5e3a95c7404 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = g810-led-git
pkgdesc = Linux led controller for Logitech G213, G410, G413. G512, G513, G610, G810, G815, G910 and GPRO Keyboards
pkgver = 0.4.2
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/MatMoul/g810-led
install = g810-led-git.install
arch = any
@@ -25,8 +25,7 @@ pkgbase = g810-led-git
backup = etc/g810-led/profile
backup = etc/g810-led/reboot
backup = etc/udev/rules.d/g810-led.rules
- source = git://github.com/MatMoul/g810-led.git
+ source = git+https://github.com/MatMoul/g810-led.git
md5sums = SKIP
pkgname = g810-led-git
-
diff --git a/PKGBUILD b/PKGBUILD
index 4b182e41e1b0..361eb42fd312 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ pkgname=g810-led-git
_appname=g810-led
_gitname=g810-led
pkgver=0.4.2
-pkgrel=1
+pkgrel=2
pkgdesc="Linux led controller for Logitech G213, G410, G413. G512, G513, G610, G810, G815, G910 and GPRO Keyboards"
arch=('any')
url="https://github.com/MatMoul/g810-led"
@@ -17,7 +17,7 @@ provides=("g213-led=${pkgver}" "g410-led=${pkgver}" "g413-led=${pkgver}" "g512-l
"g810-led=${pkgver}" "g815-led=${pkgver}" "g910-led=${pkgver}" "gpro-led=${pkgver}")
backup=("etc/${_appname}/profile" "etc/${_appname}/reboot" "etc/udev/rules.d/${_appname}.rules")
options=(!emptydirs)
-source=("git://github.com/MatMoul/${_appname}.git")
+source=("git+https://github.com/MatMoul/${_appname}.git")
#source=("git://github.com/MatMoul/${_appname}.git#branch=")
md5sums=('SKIP')