summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChih-Hsuan Yen2018-08-15 01:22:02 +0800
committerChih-Hsuan Yen2018-08-15 01:22:02 +0800
commit3bdea0ad533b60f19488ca81bf1248308e6622d5 (patch)
treefc12773dab5e7d07a22466c0b40da0c3a8918de2
parentfdfa75cc99c0f64751f20e0f9bc29f3d60c5dd75 (diff)
downloadaur-3bdea0ad533b60f19488ca81bf1248308e6622d5.tar.gz
Bump to 0.12.0
lxqt-powermanagement-git: fix dependencies
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 204572d32c10..ce79b519d02f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = lxqt-powermanagement-git
pkgdesc = LXQt power management daemon
- pkgver = 0.12.0
+ pkgver = 0.12.0.4.g8e6c820
pkgrel = 1
- url = http://lxqt.org
+ url = https://lxqt.org
arch = i686
arch = x86_64
license = GPL2
@@ -19,7 +19,7 @@ pkgbase = lxqt-powermanagement-git
depends = hicolor-icon-theme
provides = lxqt-powermanagement
conflicts = lxqt-powermanagement
- source = git+https://github.com/lxde/lxqt-powermanagement.git
+ source = git+https://github.com/lxqt/lxqt-powermanagement.git
sha256sums = SKIP
pkgname = lxqt-powermanagement-git
diff --git a/PKGBUILD b/PKGBUILD
index 154f018b7338..df426a9efda6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,17 +2,17 @@
_pkgname=lxqt-powermanagement
pkgname=$_pkgname-git
-pkgver=0.12.0
+pkgver=0.12.0.4.g8e6c820
pkgrel=1
pkgdesc="LXQt power management daemon"
arch=("i686" "x86_64")
-url="http://lxqt.org"
+url="https://lxqt.org"
license=("GPL2")
depends=("liblxqt-git" "qt5-svg" "qt5-x11extras" "upower" "kidletime" "solid" "hicolor-icon-theme")
makedepends=("cmake" "git" "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')