summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorOlivier Brunel2015-03-09 14:22:41 +0100
committerOlivier Brunel2015-06-08 19:22:25 +0200
commitebe48535f26b7948f3abca226263752e4919be7a (patch)
tree415c66754edcfc7a3de0d9088bd69141e5c4217e /PKGBUILD
parent668809e4a83bbe3054d6eaa632f34b6a56e02eb7 (diff)
downloadaur-ebe48535f26b7948f3abca226263752e4919be7a.tar.gz
xfwm4-better-smartplacement: Fix URL
Signed-off-by: Olivier Brunel <jjk@jjacky.com>
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 79286798744e..2390ef916d54 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
_pkgname=xfwm4
pkgname=$_pkgname-better-smartplacement
pkgver=4.12.0
-pkgrel=1
+pkgrel=2
pkgdesc="Xfce window manager w/ better smart placement of new windows"
arch=('i686' 'x86_64')
license=('GPL2')
@@ -17,7 +17,7 @@ options=('!libtool')
provides=($_pkgname)
conflicts=($_pkgname)
install=${pkgname}.install
-source=(http://archive.xfce.org/src/xfce/${_pkgname}/4.10/${_pkgname}-${pkgver}.tar.bz2
+source=(http://archive.xfce.org/src/xfce/${_pkgname}/4.12/${_pkgname}-${pkgver}.tar.bz2
0001-Rewrote-smartPlacement.patch
0002-smartPlacement-w-snap_to_border-we-snap-to-bottom-ri.patch
0003-Fix-new-window-always-top-left-when-screen-not-full.patch)