summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorOlivier Brunel2015-03-09 14:22:41 +0100
committerOlivier Brunel2015-06-08 19:22:25 +0200
commitebe48535f26b7948f3abca226263752e4919be7a (patch)
tree415c66754edcfc7a3de0d9088bd69141e5c4217e
parent668809e4a83bbe3054d6eaa632f34b6a56e02eb7 (diff)
downloadaur-ebe48535f26b7948f3abca226263752e4919be7a.tar.gz
xfwm4-better-smartplacement: Fix URL
Signed-off-by: Olivier Brunel <jjk@jjacky.com>
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 90cdfe89f295..1ee40b30a234 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = xfwm4-better-smartplacement
pkgdesc = Xfce window manager w/ better smart placement of new windows
pkgver = 4.12.0
- pkgrel = 1
+ pkgrel = 2
url = http://www.xfce.org/
install = xfwm4-better-smartplacement.install
arch = i686
@@ -16,7 +16,7 @@ pkgbase = xfwm4-better-smartplacement
provides = xfwm4
conflicts = xfwm4
options = !libtool
- source = http://archive.xfce.org/src/xfce/xfwm4/4.10/xfwm4-4.12.0.tar.bz2
+ source = http://archive.xfce.org/src/xfce/xfwm4/4.12/xfwm4-4.12.0.tar.bz2
source = 0001-Rewrote-smartPlacement.patch
source = 0002-smartPlacement-w-snap_to_border-we-snap-to-bottom-ri.patch
source = 0003-Fix-new-window-always-top-left-when-screen-not-full.patch
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)