summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDouglas McFadzean2015-12-14 19:34:52 +0000
committerDouglas McFadzean2015-12-14 19:34:52 +0000
commit856ba3f830d307a45ea2926c095b0c920826fa66 (patch)
treef642ecda7475a1944b61d0941b6544a39406f781
parentf964bb6a5e1813b8b9ce0cfc337517302ea4c2db (diff)
downloadaur-856ba3f830d307a45ea2926c095b0c920826fa66.tar.gz
Update to 4.6-2
-rw-r--r--PKGBUILD11
1 files changed, 7 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b23b3ce03f06..2e12929dabf8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
pkgname=dmenu-xyw-mouse-msel
pkgver=4.6
-pkgrel=1
-pkgdesc="Dynamic X menu - with x, y, width, mouse and multiselect support"
+pkgrel=2
+pkgdesc="Dynamic X menu - with x, y, width, line height, mouse, and multiselect support"
url="http://tools.suckless.org/dmenu/"
arch=('i686' 'x86_64')
license=('MIT')
@@ -12,15 +12,18 @@ conflicts=('dmenu')
provides=('dmenu')
source=("http://dl.suckless.org/tools/dmenu-$pkgver.tar.gz"
"http://tools.suckless.org/dmenu/patches/dmenu-$pkgver-xyw.diff"
- "http://tools.suckless.org/dmenu/patches/dmenu-$pkgver-mouse-support-msel.diff")
+ "http://tools.suckless.org/dmenu/patches/dmenu-$pkgver-mouse-support-msel.diff"
+ "http://tools.suckless.org/dmenu/patches/dmenu-$pkgver-line-height.diff")
sha256sums=('4a7a24008a621c3cd656155ad91ab8136db8f0d3b9ec56dafeec518cabda96b3'
'70494bbc9df5c65101646a2a3040b1784c0d5db882aa185e2015dc035c550d70'
- 'db8659de2926dfe279b28864009ef7c545f4190ac98677ed30711df5c55b9dd4')
+ 'db8659de2926dfe279b28864009ef7c545f4190ac98677ed30711df5c55b9dd4'
+ '81a57a268c9b96f8fb3586f981fe60ec4889aa858d36cd2d521ae36b2903ae7d')
prepare() {
cd $srcdir/dmenu-$pkgver
patch -p1 < ../dmenu-$pkgver-xyw.diff
patch -p1 < ../dmenu-$pkgver-mouse-support-msel.diff
+ patch -p1 -F 3 < ../dmenu-$pkgver-line-height.diff
}
build() {