summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorOtto Sabart2020-02-16 14:59:23 +0100
committerOtto Sabart2020-02-16 14:59:23 +0100
commit389e2a2ca751ec27d3af48750684fc1ee91a6d0d (patch)
treeeaba8c0f865396d384ce75f8a94bc6308a822388
parent30e97a4b71f3f810f7bb0dab98bda596d9a34c32 (diff)
downloadaur-389e2a2ca751ec27d3af48750684fc1ee91a6d0d.tar.gz
update references
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a7950b81f3c4..dc39bcd8980a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,7 +2,7 @@ pkgbase = qubes-usb-proxy
pkgdesc = The Qubes service for proxying USB devices
pkgver = 1.0.24
pkgrel = 1
- url = https://www.qubes-os.org/doc/usb-devices/
+ url = https://github.com/QubesOS/qubes-app-linux-usb-proxy
arch = x86_64
license = GPL
makedepends = pkg-config
diff --git a/PKGBUILD b/PKGBUILD
index 15e405e24fa0..6ec7e7f5ca79 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ pkgver=1.0.24
pkgrel=1
pkgdesc="The Qubes service for proxying USB devices"
arch=("x86_64")
-url="https://www.qubes-os.org/doc/usb-devices/"
+url="https://github.com/QubesOS/qubes-app-linux-usb-proxy"
license=('GPL')
depends=('sh' 'qubes-vm-core' 'usbutils')
makedepends=('pkg-config' 'make' 'gcc')