summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChih-Hsuan Yen2018-08-15 01:19:00 +0800
committerChih-Hsuan Yen2018-08-15 01:19:00 +0800
commit688096b55aed609317fd4a6ac827edae49938ea7 (patch)
treef6e86c7c9764a6db12c9133bc429a2e1e8188837
parentcb8aaeb8621603bc25bf34d6033b39230df8f930 (diff)
downloadaur-688096b55aed609317fd4a6ac827edae49938ea7.tar.gz
Bump to 0.12.0
lxqt-config-git: fix dependencies
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c250c6e14420..7fd70b377918 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = lxqt-config-git
pkgdesc = LXQt system configuration.
- pkgver = 0.12.0
- pkgrel = 1
- url = http://lxqt.org
+ pkgver = 0.12.0.12.g7ac37d2
+ pkgrel = 2
+ url = https://lxqt.org
arch = i686
arch = x86_64
license = GPL2
@@ -17,7 +17,7 @@ pkgbase = lxqt-config-git
depends = hicolor-icon-theme
provides = lxqt-config
conflicts = lxqt-config
- source = git+https://github.com/lxde/lxqt-config.git
+ source = git+https://github.com/lxqt/lxqt-config.git
sha256sums = SKIP
pkgname = lxqt-config-git
diff --git a/PKGBUILD b/PKGBUILD
index 5ffff03a0dc3..947c0ab869a0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,17 +2,17 @@
_pkgname=lxqt-config
pkgname=$_pkgname-git
-pkgver=0.12.0
-pkgrel=1
+pkgver=0.12.0.12.g7ac37d2
+pkgrel=2
pkgdesc="LXQt system configuration."
arch=("i686" "x86_64")
-url="http://lxqt.org"
+url="https://lxqt.org"
license=("GPL2")
depends=("liblxqt-git" "libkscreen" "libxcursor" "qt5-svg" "hicolor-icon-theme")
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')