summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorStephanie Wilde-Hobbs2022-09-28 11:03:21 +0200
committerStephanie Wilde-Hobbs2022-09-28 11:03:21 +0200
commitba2ad035eabf3abf12ae00b263d3b0e9e8ee36cf (patch)
treee979713f1765dfbc18b182240a9c62a310e6ab20
parent74285edfbc681f8ab048e10420f617ce532f5b02 (diff)
downloadaur-ba2ad035eabf3abf12ae00b263d3b0e9e8ee36cf.tar.gz
Fix glscopeclient URL
-rw-r--r--PKGBUILD15
-rw-r--r--modules.patch4
2 files changed, 4 insertions, 15 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 32dc1e44edba..91bd3930198d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,26 +2,15 @@
pkgname=scopehal-apps-git
pkgver=0.0.3323a0f
pkgrel=1
-epoch=
pkgdesc="glscopeclient and other client applications for libscopehal"
arch=('x86_64')
-url="https://github.com/azonenberg/scopehal-apps"
+url="https://github.com/glscopeclient/scopehal-apps"
license=('BSD')
groups=()
depends=('glm' 'gtkmm3' 'libsigc++' 'libyaml' 'liblxi-git' 'texlive-core' 'texlive-fontsextra' 'glew' 'catch2' 'clfft' 'ffts-git')
makedepends=('cmake')
-checkdepends=()
-optdepends=()
-provides=()
-conflicts=()
-replaces=()
-backup=()
-options=()
-install=
-changelog=
-source=("git+https://github.com/azonenberg/scopehal-apps.git" "modules.patch")
md5sums=('SKIP' 'SKIP')
-validpgpkeys=()
+source=("git+https://github.com/glscopeclient/scopehal-apps.git" "modules.patch")
pkgver() {
cd "${srcdir}/scopehal-apps"
diff --git a/modules.patch b/modules.patch
index 65cdf1668874..d13f4b4d8a7a 100644
--- a/modules.patch
+++ b/modules.patch
@@ -4,8 +4,8 @@
[submodule "lib"]
path = lib
- url = ../scopehal.git
-+ url = https://github.com/azonenberg/scopehal.git
++ url = https://github.com/glscopeclient/scopehal.git
[submodule "doc"]
path = doc
- url = ../scopehal-docs.git
-+ url = https://github.com/azonenberg/scopehal-docs.git
++ url = https://github.com/glscopeclient/scopehal-docs.git