summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeter Mattern2024-01-30 00:26:49 +0100
committerPeter Mattern2024-01-30 00:26:49 +0100
commitebec306d019462df4d6f2654aa0dd89529007181 (patch)
tree856d048d280c28eee46d2a2685a38ac475aa8389
parent47dc53f391d63f97f9d1588408e1d6a3ab646330 (diff)
downloadaur-ebec306d019462df4d6f2654aa0dd89529007181.tar.gz
Update upstream URLs
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8cb298daeea9..08dcc705ee9b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,8 @@
-# Generated by mksrcinfo v8
-# Thu Nov 24 22:39:47 UTC 2016
pkgbase = spice-vdagent-git
pkgdesc = SPICE VDAgent for Linux
pkgver = 0.16.0.35.08ff8d7
pkgrel = 1
- url = http://www.spice-space.org
+ url = https://www.spice-space.org
install = spice-vdagent-git.install
arch = i686
arch = x86_64
@@ -19,10 +17,9 @@ pkgbase = spice-vdagent-git
depends = libxinerama
provides = spice-vdagent
conflicts = spice-vdagent
- source = spice-vdagent::git://anongit.freedesktop.org/spice/linux/vd_agent
+ source = spice-vdagent::git+https://gitlab.freedesktop.org/spice/linux/vd_agent.git
source = spice-vdagentd.conf.sample
sha256sums = SKIP
sha256sums = ab5231eb6375fee5baaf10a59559e7dea58def158fa0ab8e125e9b7340c5e4e8
pkgname = spice-vdagent-git
-
diff --git a/PKGBUILD b/PKGBUILD
index 9fb93f108ab6..fd8e9f7f25d2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,14 +6,14 @@ pkgver=0.16.0.35.08ff8d7
pkgrel=1
pkgdesc='SPICE VDAgent for Linux'
arch=('i686' 'x86_64')
-url='http://www.spice-space.org'
+url='https://www.spice-space.org'
license=('GPL')
depends=('glib2' 'alsa-lib' 'libpciaccess' 'libxfixes' 'libxrandr' 'libxinerama')
makedepends=('git' 'spice-protocol')
provides=("$_pkgname")
conflicts=("$_pkgname")
install=$pkgname.install
-source=("$_pkgname::git://anongit.freedesktop.org/spice/linux/vd_agent"
+source=("$_pkgname::git+https://gitlab.freedesktop.org/spice/linux/vd_agent.git"
spice-vdagentd.conf.sample)
sha256sums=("SKIP"
ab5231eb6375fee5baaf10a59559e7dea58def158fa0ab8e125e9b7340c5e4e8)