summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 621ebe007290..c05ab392786c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = lxqt-session-git
pkgdesc = LXQt session
- pkgver = 0.12.0
+ pkgver = 0.12.0.9.ga9fd906
pkgrel = 1
- url = http://lxqt.org
+ url = https://lxqt.org
arch = i686
arch = x86_64
license = GPL2
@@ -15,7 +15,7 @@ pkgbase = lxqt-session-git
optdepends = sddm: The recommended LXQt display manager
provides = lxqt-session
conflicts = lxqt-session
- source = git+https://github.com/lxde/lxqt-session.git
+ source = git+https://github.com/lxqt/lxqt-session.git
sha256sums = SKIP
pkgname = lxqt-session-git
diff --git a/PKGBUILD b/PKGBUILD
index 4c7075529d23..0b4212b8ba96 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,18 +2,18 @@
_pkgname=lxqt-session
pkgname=$_pkgname-git
-pkgver=0.12.0
+pkgver=0.12.0.9.ga9fd906
pkgrel=1
pkgdesc="LXQt session"
arch=("i686" "x86_64")
-url="http://lxqt.org"
+url="https://lxqt.org"
license=("GPL2")
depends=("liblxqt-git" "xdg-user-dirs")
optdepends=("sddm: The recommended LXQt display manager")
makedepends=("git" "cmake" "qt5-tools" "lxqt-build-tools-git")
provides=("$_pkgname")
conflicts=("$_pkgname")
-source=("git+https://github.com/lxde/$_pkgname.git")
+source=("git+https://github.com/lxqt/$_pkgname.git")
sha256sums=('SKIP')