Updated to 2012.05.23-4

master
Peter Babič 9 years ago
parent 2565100eb4
commit 80018f7ec0
  1. 2
      .SRCINFO
  2. 4
      PKGBUILD

@ -1,7 +1,7 @@
pkgbase = mtnm
pkgdesc = Moves window to next monitor / screen
pkgver = 2012.05.23
pkgrel = 2
pkgrel = 4
url = http://icyrock.com/blog/2012/05/xubuntu-moving-windows-between-monitors/
arch = any
license = unknown

@ -1,7 +1,7 @@
# Maintainer: Peter Babič <babicpet at gmail dot com>
pkgname=mtnm
pkgver=2012.05.23
pkgrel=3
pkgrel=4
pkgdesc="Moves window to next monitor / screen"
arch=(any)
url="http://icyrock.com/blog/2012/05/xubuntu-moving-windows-between-monitors/"
@ -11,5 +11,5 @@ source=('mtnm')
md5sums=('c64f49268124746d83eb634aa6b9bbd0')
package() {
install -Dm755 "mtnm" "/usr/bin/mtnm"
install -Dm755 "mtnm" "$pkgdir/usr/bin/mtnm"
}

Loading…
Cancel
Save