summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChih-Hsuan Yen2018-08-15 01:22:29 +0800
committerChih-Hsuan Yen2018-08-15 01:22:29 +0800
commit1c89946315c9d17cd5dd59c8f483154f6f37c6ca (patch)
treeef6fa267259d17a3b5d3e2043a6a54586337f985
parentcbdff32ea7f6caa73f1b1e47e635f16a7fd89b4e (diff)
downloadaur-1c89946315c9d17cd5dd59c8f483154f6f37c6ca.tar.gz
drop menu-cache after https://github.com/lxqt/lxqt-runner/pull/72
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD10
2 files changed, 8 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6bf88c4a0520..7f7c2bc95cb7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = lxqt-runner-git
pkgdesc = The LXQt application launcher
- pkgver = 0.13.0.55.g856398b
- pkgrel = 1
- url = http://lxqt.org
+ pkgver = 0.11.1.24.g1e40e33
+ pkgrel = 2
+ url = https://lxqt.org
arch = i686
arch = x86_64
license = GPL2
@@ -12,7 +12,6 @@ pkgbase = lxqt-runner-git
makedepends = lxqt-build-tools-git
depends = kwindowsystem
depends = lxqt-globalkeys-git
- depends = menu-cache
depends = muparser
provides = lxqt-runner
conflicts = lxqt-runner
diff --git a/PKGBUILD b/PKGBUILD
index 457bd1a44bc7..ba7bf7b5fbfc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,18 +2,18 @@
_pkgname=lxqt-runner
pkgname=$_pkgname-git
-pkgver=0.13.0.55.g856398b
-pkgrel=1
+pkgver=0.11.1.24.g1e40e33
+pkgrel=2
pkgdesc="The LXQt application launcher"
arch=("i686" "x86_64")
-url="http://lxqt.org"
+url="https://lxqt.org"
license=("GPL2")
-depends=("kwindowsystem" "lxqt-globalkeys-git" "menu-cache" "muparser")
+depends=("kwindowsystem" "lxqt-globalkeys-git" "muparser")
makedepends=("git" "cmake" "qt5-tools" "lxqt-build-tools-git")
provides=("$_pkgname")
conflicts=("$_pkgname")
source=("git+https://github.com/lxqt/$_pkgname.git")
-sha256sums=("SKIP")
+sha256sums=('SKIP')
pkgver() {