summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorVictor Tran2016-06-28 17:49:04 +1000
committerVictor Tran2016-06-28 17:49:04 +1000
commitc16e3cb3b53478418fce3522c0e50009815be049 (patch)
tree44da9a689d78cf85a96298ae979015cd0a1a3c5b
parent9076aeebcf1fc3ed340253f5e15e32bbe58b2768 (diff)
downloadaur-c16e3cb3b53478418fce3522c0e50009815be049.tar.gz
Update to 2.2
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
2 files changed, 7 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0fc4721b51f1..461330a62469 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = theshell
pkgdesc = Desktop Shell that gets out of your way
- pkgver = 2.0
+ pkgver = 2.2
pkgrel = 0
url = https://github.com/vicr123/theshell
arch = x86_64
@@ -14,10 +14,13 @@ pkgbase = theshell
depends = networkmanager
depends = xorg-xbacklight
depends = redshift
+ depends = tsscreenlock
+ depends = libcups
+ depends = qt5-location
optdepends = alsa-utils: for volume controls
optdepends = pocketsphinx: for theWave
optdepends = festival: for theWave
- source = theshell-2.0::git+https://github.com/vicr123/theshell#branch=master
+ source = theshell-2.2::git+https://github.com/vicr123/theshell#branch=master
md5sums = SKIP
pkgname = theshell
diff --git a/PKGBUILD b/PKGBUILD
index 44881540ef8d..aba512dec23e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: Victor Tran <vicr12345 at gmail dot com>
pkgname=theshell
-pkgver=2.0
+pkgver=2.2
pkgrel=0
pkgdesc="Desktop Shell that gets out of your way"
arch=("x86_64")
url="https://github.com/vicr123/theshell"
license=('GPL3')
-depends=('kwidgetsaddons' 'xdg-utils' 'wmctrl' 'kwin' 'networkmanager' 'xorg-xbacklight' 'redshift')
+depends=('kwidgetsaddons' 'xdg-utils' 'wmctrl' 'kwin' 'networkmanager' 'xorg-xbacklight' 'redshift' 'tsscreenlock' 'libcups' 'qt5-location')
optdepends=('alsa-utils: for volume controls'
'pocketsphinx: for theWave'
'festival: for theWave')