summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authordreieck2022-03-17 16:22:15 +0100
committerdreieck2022-03-17 16:22:15 +0100
commitcadf15a708affbe7f4575603e10c0eaecd6602ee (patch)
tree3c215b5e57edf7c03f7a7e8e6123b670fe56f9c7
parent2e445d757aa9a54d30485f3d554ad0642d651216 (diff)
downloadaur-cadf15a708affbe7f4575603e10c0eaecd6602ee.tar.gz
Changed source protocol from 'git://' to 'https://'
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3435747f7ca0..149b78497e58 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = xf86-input-wacom-nosystemd-git
pkgdesc = X.Org Wacom tablet driver. Without systemd dependency. Git checkout.
pkgver = 0.40.0.23+r2038.20211122.ef209bc
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/linuxwacom/xf86-input-wacom
arch = i686
arch = x86_64
@@ -16,7 +16,7 @@ pkgbase = xf86-input-wacom-nosystemd-git
provides = xf86-input-wacom-nosystemd=0.40.0.23+r2038.20211122.ef209bc
provides = xf86-input-wacom-git=0.40.0.23+r2038.20211122.ef209bc
conflicts = xf86-input-wacom
- source = xf86-input-wacom::git+git://github.com/linuxwacom/xf86-input-wacom.git
+ source = xf86-input-wacom::git+https://github.com/linuxwacom/xf86-input-wacom.git
sha256sums = SKIP
pkgname = xf86-input-wacom-nosystemd-git
diff --git a/PKGBUILD b/PKGBUILD
index ac98859307c2..3f6ca4f62db9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ _pkgvariantsuffix='-nosystemd'
_vcssuffix='-git'
pkgname="${_pkgname}${_pkgvariantsuffix}${_vcssuffix}"
pkgver=0.40.0.23+r2038.20211122.ef209bc
-pkgrel=1
+pkgrel=2
pkgdesc="X.Org Wacom tablet driver. Without systemd dependency. Git checkout."
arch=(
'i686'
@@ -37,8 +37,8 @@ provides=(
"${_pkgname}${_vcssuffix}=${pkgver}"
)
source=(
- "${_pkgname}::git+git://github.com/linuxwacom/xf86-input-wacom.git" # Official upstream source
- # "${_pkgname}::git+git://github.com/whot/xf86-input-wacom.git#branch=wip/detect-tool-changes" # Contains fixes for eraser issue with lenovo m14t: https://github.com/linuxwacom/xf86-input-wacom/issues/186, see https://github.com/linuxwacom/xf86-input-wacom/pull/188
+ "${_pkgname}::git+https://github.com/linuxwacom/xf86-input-wacom.git" # Official upstream source
+ # "${_pkgname}::git+https://github.com/whot/xf86-input-wacom.git#branch=wip/detect-tool-changes" # Contains fixes for eraser issue with lenovo m14t: https://github.com/linuxwacom/xf86-input-wacom/issues/186, see https://github.com/linuxwacom/xf86-input-wacom/pull/188
)
sha256sums=(
'SKIP'