summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeter Mattern2023-10-20 22:51:27 +0200
committerPeter Mattern2023-10-20 22:51:27 +0200
commit0d08a3a8a500d42136daefef3efd27565ffefb70 (patch)
tree06c451cc5752abb96e8c00f3b415f2000a908423
parentd97c11d6d00e2a8b186d13f4ce659bc69ab70fb2 (diff)
downloadaur-0d08a3a8a500d42136daefef3efd27565ffefb70.tar.gz
Update upstream URL
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d16d6a99c9f2..e2c0f08d1046 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,8 @@
-# Generated by mksrcinfo v8
-# Fri Jan 20 13:08:09 UTC 2017
pkgbase = lxqt-build-tools-git
pkgdesc = Tools to build LXQt and components maintained by the project.
pkgver = 0.3.2
pkgrel = 1
- url = https://github.com/lxde/lxqt-build-tools
+ url = https://github.com/lxqt/lxqt-build-tools
arch = any
license = BSD
makedepends = git
@@ -12,8 +10,7 @@ pkgbase = lxqt-build-tools-git
makedepends = qt5-base
provides = lxqt-build-tools
conflicts = lxqt-build-tools
- source = git+https://github.com/lxde/lxqt-build-tools.git
+ source = git+https://github.com/lxqt/lxqt-build-tools.git
sha256sums = SKIP
pkgname = lxqt-build-tools-git
-
diff --git a/PKGBUILD b/PKGBUILD
index 2f3a80d484d9..dab9c1c645d9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,12 +6,12 @@ pkgver=0.3.2
pkgrel=1
pkgdesc='Tools to build LXQt and components maintained by the project.'
arch=('any')
-url='https://github.com/lxde/lxqt-build-tools'
+url='https://github.com/lxqt/lxqt-build-tools'
license=('BSD')
makedepends=('git' 'cmake' 'qt5-base')
provides=("$_pkgname")
conflicts=("$_pkgname")
-source=("git+https://github.com/lxde/lxqt-build-tools.git")
+source=("git+${url}.git")
sha256sums=("SKIP")
pkgver() {