summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeter Babič2015-09-09 21:41:22 +0200
committerPeter Babič2015-09-09 21:41:22 +0200
commit2565100eb4464a08effbfaeec66814e9f648453f (patch)
tree5128cfad2acb5b0d1197871816c3091bd8177f64
parentd025a4d4da499f33f6b85de4a80b293293e68ad2 (diff)
downloadaur-2565100eb4464a08effbfaeec66814e9f648453f.tar.gz
Updated to 2012.05.23-3
-rw-r--r--PKGBUILD15
1 files changed, 2 insertions, 13 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e03ec155e67e..fb2b1832dc9e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,26 +1,15 @@
# Maintainer: Peter Babič <babicpet at gmail dot com>
pkgname=mtnm
pkgver=2012.05.23
-pkgrel=2
+pkgrel=3
pkgdesc="Moves window to next monitor / screen"
arch=(any)
url="http://icyrock.com/blog/2012/05/xubuntu-moving-windows-between-monitors/"
license=('unknown')
-groups=()
depends=('xdotool' 'wmctrl' 'xorg-xdpyinfo' 'xorg-xprop' 'xorg-xwininfo' )
-makedepends=()
-optdepends=()
-provides=()
-conflicts=()
-replaces=()
-backup=()
-options=()
-install=
-changelog=
source=('mtnm')
-noextract=()
md5sums=('c64f49268124746d83eb634aa6b9bbd0')
package() {
- install -Dm755 "$srcdir"/mtnm "$pkgdir"/usr/bin/mtnm
+ install -Dm755 "mtnm" "/usr/bin/mtnm"
}