summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhoton892017-09-02 10:11:24 +0200
committerPhoton892017-09-02 10:11:24 +0200
commit747df1e2f763c5fea8abbe996d8af6688f20b747 (patch)
tree232709ece017c1a5cbcf59614590c4f4883971e4
parentacdb2026461f130ea2b78c3c684816a633c5016d (diff)
downloadaur-747df1e2f763c5fea8abbe996d8af6688f20b747.tar.gz
Update to 1.04
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 07508f219369..e5ad870ec501 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,19 +1,19 @@
pkgbase = wm-switcher
pkgdesc = Simple GUI to switch window managers in Linux with minimal dependencies
- pkgver = 1.03
+ pkgver = 1.04
pkgrel = 1
url = https://github.com/xircon/wm-switcher
arch = i686
arch = x86_64
license = GPL3
- depends = python-pyqt4
+ depends = python-pyqt5
optdepends = metacity: Switch to the Metacity window manager
optdepends = xfwm4: Switch to the Xfwm window manager
optdepends = compiz: Switch to the Compiz window manager
optdepends = openbox: Switch to the Openbox window manager
optdepends = compton: Use the Compton compositor
- source = https://github.com/xircon/wm-switcher/archive/v1.03.tar.gz
- md5sums = 66875f943156ca70bfffd2b87c11ff05
+ source = https://github.com/xircon/wm-switcher/archive/v1.04.tar.gz
+ md5sums = 21cb1098542637afe9e8894ebff9373d
pkgname = wm-switcher
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/"