summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoão Figueiredo2024-03-27 01:39:02 +0000
committerJoão Figueiredo2024-03-27 01:39:02 +0000
commitd47ce76032f0625567731b313ccf744df35c4f30 (patch)
tree18f1bedf7cb7f24e13d8c38430213d391847deb0
parent431aff73c2944c5dd4e0cdc1fed900c55674d8a3 (diff)
downloadaur-d47ce76032f0625567731b313ccf744df35c4f30.tar.gz
Also update the url
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 00f9668e719d..1d8e4b17d1a9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = kdisplay-git
pkgdesc = App and daemon for display managing by the KWinFT project (kscreen fork)
pkgver = 6.0.0_r1602.ga606d52
- pkgrel = 1
- url = https://gitlab.com/kwinft/kdisplay
+ pkgrel = 2
+ url = https://github.com/winft/kdisplay
arch = x86_64
license = LGPL
makedepends = git
diff --git a/PKGBUILD b/PKGBUILD
index acb8d5ee27ff..4d829f6fe8dc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,16 +5,16 @@
pkgname=kdisplay-git
pkgver=6.0.0_r1602.ga606d52
-pkgrel=1
+pkgrel=2
pkgdesc="App and daemon for display managing by the KWinFT project (kscreen fork)"
arch=($CARCH)
-url="https://gitlab.com/kwinft/kdisplay"
+url="https://github.com/winft/${pkgname%-git}"
license=(LGPL)
depends=(kcmutils-git kdeclarative-git kirigami-git ki18n-git libplasma-git qt6-sensors)
makedepends=(git disman-git extra-cmake-modules-git kcmutils-git)
provides=(${pkgname%-git})
conflicts=(${pkgname%-git})
-source=("git+https://github.com/winft/${pkgname%-git}.git")
+source=("git+$url.git")
sha512sums=('SKIP')
pkgver() {