summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 2 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d1034e9fe1f0..4587acc4b4fe 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
_pkgname=xfwm4
pkgname=$_pkgname-hover-inactive
-pkgver=4.12.1
+pkgver=4.12.2
pkgrel=1
pkgdesc="Xfce window manager w/ hover effect for inactive windows"
arch=('i686' 'x86_64')
@@ -18,15 +18,12 @@ provides=($_pkgname)
conflicts=($_pkgname)
install=${pkgname}.install
source=(http://archive.xfce.org/src/xfce/${_pkgname}/4.12/${_pkgname}-${pkgver}.tar.bz2
- 0001-Fix-a-mishmash-between-width-and-height.patch
0001-Add-hover-effects-for-titlebar-s-buttons-of-inactive.patch)
-sha1sums=('e7470b69bba29c9c0e0bcd1471e80b73c6ccfd91'
- '2fc881cf4fbdbd7c6f55eb5d4900dc133516ee14'
+sha1sums=('fb9e9bd6f8a5e1838933355565b92cd40941b90b'
'80e75265a7a4146035b0ba201e1cebb398e75e32')
prepare() {
cd ${srcdir}/${_pkgname}-${pkgver}
- patch -p1 -i ../0001-Fix-a-mishmash-between-width-and-height.patch
patch -p1 -i ../0001-Add-hover-effects-for-titlebar-s-buttons-of-inactive.patch
}