summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorVictor Tran2016-12-12 21:47:22 +1100
committerVictor Tran2016-12-12 21:47:22 +1100
commit64f07b435ffc16f7a344381d568b25c0b8c0e478 (patch)
tree0a9466149a5b0da287ed9cce7374b95e49a3a543
parent9707e1a400327973c07a4feb6ca3f2adde637252 (diff)
downloadaur-64f07b435ffc16f7a344381d568b25c0b8c0e478.tar.gz
Update to 5.3b
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD8
2 files changed, 9 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b9406ffd6743..f3b65f97a5b0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
-pkgbase = theshell
+pkgbase = theshell-blueprint
pkgdesc = Desktop Shell that gets out of your way
- pkgver = 4.1b
+ pkgver = 5.3b
pkgrel = 0
url = https://github.com/vicr123/theshell
arch = x86_64
@@ -16,6 +16,7 @@ pkgbase = theshell
depends = tsscreenlock
depends = libcups
depends = qt5-base
+ depends = ts-qtplatform
depends = qt5-location
depends = kscreen
depends = kdepimlibs4
@@ -25,8 +26,8 @@ pkgbase = theshell
optdepends = alsa-utils: for volume controls
optdepends = pocketsphinx: for theWave
optdepends = festival: for theWave
- source = theshell-4.1b::git+https://github.com/vicr123/theshell#branch=master
+ source = theshell-blueprint-5.3b::git+https://github.com/vicr123/theshell#branch=blueprint
md5sums = SKIP
-pkgname = theshell
+pkgname = theshell-blueprint
diff --git a/PKGBUILD b/PKGBUILD
index 588b19da85aa..9c6837c844ef 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Victor Tran <vicr12345 at gmail dot com>
-pkgname=theshell
-pkgver=4.1b
+pkgname=theshell-blueprint
+pkgver=5.3b
pkgrel=0
pkgdesc="Desktop Shell that gets out of your way"
arch=("x86_64")
@@ -9,13 +9,13 @@ url="https://github.com/vicr123/theshell"
license=('GPL3')
depends=('kwidgetsaddons' 'xdg-utils' 'wmctrl' 'kwin'
'networkmanager' 'xorg-xbacklight' 'redshift' 'tsscreenlock'
-'libcups' 'qt5-base'
+'libcups' 'qt5-base' 'ts-qtplatform'
'qt5-location' 'kscreen' 'kdepimlibs4' 'akonadi' 'ts-polkitagent' 'ts-bt')
optdepends=('alsa-utils: for volume controls'
'pocketsphinx: for theWave'
'festival: for theWave')
makedepends=('git')
-source=("$pkgname-$pkgver"::'git+https://github.com/vicr123/theshell#branch=master')
+source=("$pkgname-$pkgver"::'git+https://github.com/vicr123/theshell#branch=blueprint')
md5sums=('SKIP')
build() {