summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPhoton892017-09-02 10:11:24 +0200
committerPhoton892017-09-02 10:11:24 +0200
commit747df1e2f763c5fea8abbe996d8af6688f20b747 (patch)
tree232709ece017c1a5cbcf59614590c4f4883971e4 /PKGBUILD
parentacdb2026461f130ea2b78c3c684816a633c5016d (diff)
downloadaur-wm-switcher.tar.gz
Update to 1.04
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c7017080f226..d664b00044c7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,10 +2,10 @@
pkgname='wm-switcher'
pkgdesc='Simple GUI to switch window managers in Linux with minimal dependencies'
-pkgver=1.03
+pkgver=1.04
pkgrel=1
-depends=('python-pyqt4')
+depends=('python-pyqt5')
optdepends=('metacity: Switch to the Metacity window manager'
'xfwm4: Switch to the Xfwm window manager'
'compiz: Switch to the Compiz window manager'
@@ -13,7 +13,7 @@ optdepends=('metacity: Switch to the Metacity window manager'
'compton: Use the Compton compositor')
source=("https://github.com/xircon/wm-switcher/archive/v$pkgver.tar.gz")
-md5sums=('66875f943156ca70bfffd2b87c11ff05')
+md5sums=('21cb1098542637afe9e8894ebff9373d')
arch=('i686' 'x86_64')
url='https://github.com/xircon/wm-switcher'
@@ -23,7 +23,7 @@ package() {
install -d -m755 "$pkgdir/usr/bin"
install -d -m755 "$pkgdir/usr/share/applications"
install -d -m755 "$pkgdir/usr/share/doc/wm-switcher"
- install -m 755 "$srcdir/wm-switcher-$pkgver/wm.py" "$pkgdir/usr/bin/wm-switcher"
+ install -m 755 "$srcdir/wm-switcher-$pkgver/wm-switcher" "$pkgdir/usr/bin/wm-switcher"
cp -dr "$srcdir/wm-switcher-$pkgver/wm-switcher.desktop" "$pkgdir/usr/share/applications/"
cp -dr "$srcdir/wm-switcher-$pkgver/LICENSE" "$pkgdir/usr/share/doc/wm-switcher/"
cp -dr "$srcdir/wm-switcher-$pkgver/README.md" "$pkgdir/usr/share/doc/wm-switcher/"