summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChih-Hsuan Yen2018-08-15 01:16:40 +0800
committerChih-Hsuan Yen2018-08-15 01:16:40 +0800
commit09da5b33b85c93812433bda349dd3cc048707095 (patch)
tree58e3595b7ad33298a9f93563cbd2b7030e3615c6
parentf7cff4dacf1a76bee5719fe9b9985bb4d7069489 (diff)
downloadaur-09da5b33b85c93812433bda349dd3cc048707095.tar.gz
Bump to 0.13.0; fix dependency
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ffcde8df03a4..ce7333173745 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,7 +2,7 @@ pkgbase = liblxqt-git
pkgdesc = Common base library for LXQt components.
pkgver = 0.13.0
pkgrel = 1
- url = http://lxqt.org
+ url = https://lxqt.org
arch = i686
arch = x86_64
license = GPL2
@@ -18,7 +18,7 @@ pkgbase = liblxqt-git
depends = polkit-qt5
provides = liblxqt
conflicts = liblxqt
- source = git+https://github.com/lxde/liblxqt.git
+ source = git+https://github.com/lxqt/liblxqt.git
sha256sums = SKIP
pkgname = liblxqt-git
diff --git a/PKGBUILD b/PKGBUILD
index bad98f7d5bbd..48bcb74661ef 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,13 +6,13 @@ pkgver=0.13.0
pkgrel=1
pkgdesc="Common base library for LXQt components."
arch=("i686" "x86_64")
-url="http://lxqt.org"
+url="https://lxqt.org"
license=("GPL2")
depends=("qt5-base" "qt5-x11extras" "kwindowsystem" "libqtxdg-git" "libxss" "polkit-qt5")
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')