summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeter Mattern2022-03-08 19:57:53 +0100
committerPeter Mattern2022-03-08 19:57:53 +0100
commit2d88720d34d97952d399755df9ee2b3520434826 (patch)
treee1d452a0fff4a289359cfc30ea6081ed9b131807
parent25690761dc4167068a9f2b3199ba230dc23006ad (diff)
downloadaur-2d88720d34d97952d399755df9ee2b3520434826.tar.gz
Update upstream URL
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1ad86067461f..fe8080ef382a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = lxqt-panel-git
pkgdesc = The LXQt desktop panel
- pkgver = 0.13.0.1104.gc6f910fd
+ pkgver = 1.0.0.32.gcd4b9b8b
pkgrel = 1
- url = https://github.com/lxde/lxqt-panel
+ url = https://github.com/lxqt/lxqt-panel
arch = i686
arch = x86_64
license = GPL2
@@ -23,8 +23,7 @@ pkgbase = lxqt-panel-git
depends = lxqt-globalkeys-git
provides = lxqt-panel
conflicts = lxqt-panel
- source = git+https://github.com/lxde/lxqt-panel.git
+ source = git+https://github.com/lxqt/lxqt-panel.git
sha256sums = SKIP
pkgname = lxqt-panel-git
-
diff --git a/PKGBUILD b/PKGBUILD
index 262e7b5613e9..62d787641544 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,11 +4,11 @@
_pkgname=lxqt-panel
pkgname=$_pkgname-git
-pkgver=0.13.0.1104.gc6f910fd
+pkgver=1.0.0.32.gcd4b9b8b
pkgrel=1
pkgdesc='The LXQt desktop panel'
arch=('i686' 'x86_64')
-url='https://github.com/lxde/lxqt-panel'
+url='https://github.com/lxqt/lxqt-panel'
license=('GPL2')
depends=(
"alsa-lib" "libpulse" "lm_sensors" "libstatgrab" "libsysstat-git"
@@ -19,7 +19,7 @@ depends=(
makedepends=("git" "cmake" "qt5-tools" "lxqt-build-tools-git")
provides=("$_pkgname")
conflicts=("$_pkgname")
-source=("git+https://github.com/lxde/$_pkgname.git")
+source=("git+${url}.git")
sha256sums=('SKIP')
pkgver() {