summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Neumann2018-03-12 17:46:31 +0100
committerJan Neumann2018-03-12 17:46:31 +0100
commit7418a912d839ca6e0151838b25af3ddc28998aac (patch)
tree55b1d5693100c6bc2d9cf4a91a2ed72c70c1913a
parentc57bc11686f1b9f5ad9079659291e740caddc852 (diff)
downloadaur-7418a912d839ca6e0151838b25af3ddc28998aac.tar.gz
check
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD5
2 files changed, 4 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f1e2fdab97f6..ee3e575e2c41 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = liquidshell-git
- pkgdesc = liquidshell is an alternative to plasmashell
- pkgver = r97.f8f17c8
+ pkgdesc = Alternative desktop replacement for Plasma, using QtWidgets instead of QtQuick to ensure hardware acceleration is not required
+ pkgver = r164.e60d77e
pkgrel = 1
url = https://cgit.kde.org/liquidshell.git/
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 288b308e2bf8..19a929015f7e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,9 +4,9 @@
pkgname=liquidshell-git
_gitname=liquidshell
-pkgver=r97.f8f17c8
+pkgver=r164.e60d77e
pkgrel=1
-pkgdesc='liquidshell is an alternative to plasmashell'
+pkgdesc='Alternative desktop replacement for Plasma, using QtWidgets instead of QtQuick to ensure hardware acceleration is not required'
arch=('x86_64')
url='https://cgit.kde.org/liquidshell.git/'
license=('GPL3')
@@ -30,7 +30,6 @@ build() {
cmake .. \
-DCMAKE_INSTALL_PREFIX=/usr
make fetch-translations
-
}