summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsyk422022-07-29 17:58:36 +0200
committersyk422022-07-29 17:58:36 +0200
commitb6a55591473573392cedc69a28c600b6116b7401 (patch)
treee93e93c1ba6514db2afbfc76295d4ba126a4339a
parent6711863b07dcf45b81ecf5a0bb8512404223435d (diff)
downloadaur-b6a55591473573392cedc69a28c600b6116b7401.tar.gz
Correct upstream url
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 90bebf84b855..b3e5810cc224 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,7 +2,7 @@ pkgbase = logoutscreen
pkgdesc = A simple window across the whole screen to reboot, shutdown, lock, logout
pkgver = 1.0.0
pkgrel = 1
- url = https://gitlab.com/syk42.arch/$gitname.git
+ url = https://gitlab.com/syk42.arch/LogoutScreen.git
arch = x86_64
license = GPL3
depends = qt5-base
diff --git a/PKGBUILD b/PKGBUILD
index 905ce616ecc2..f8ef3dfcc520 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ pkgver=1.0.0
pkgrel=1
pkgdesc='A simple window across the whole screen to reboot, shutdown, lock, logout'
arch=('x86_64')
-url='https://gitlab.com/syk42.arch/$gitname.git'
+url='https://gitlab.com/syk42.arch/LogoutScreen.git'
license=('GPL3')
depends=('qt5-base')
source=("https://gitlab.com/syk42.arch/$gitname/-/archive/$pkgver/$gitname-$pkgver.tar.gz")