summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDimitrios Vogiatzis2016-07-25 17:48:45 +0000
committerDimitrios Vogiatzis2016-07-25 17:48:45 +0000
commit246260fcc2e6a2affa2d297cc7de4e21f0503895 (patch)
treedcd3e63453f26548a51596d5ce32ae42b912e890 /PKGBUILD
parentca21ea92b2772c3f1d591f5ad10e3407b78e6944 (diff)
downloadaur-246260fcc2e6a2affa2d297cc7de4e21f0503895.tar.gz
Update to: 2.14-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD15
1 files changed, 5 insertions, 10 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4577ff670228..84e71fb3a60c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,9 @@
-# Maintainer: Justin Dray <justin@dray.be>
+# Maintainer: Dimitrios Vogiatzis <me@dimtree.net>
+# Contributor: Justin Dray <justin@dray.be>
# Contributor: Bill Kolokithas <kolokithas.b@gmail.com>
pkgname=j4-dmenu-desktop
-pkgver=2.13
+pkgver=2.14
pkgrel=1
pkgdesc="A much faster replacement for i3-dmenu-desktop. It's purpose is to find .desktop files and offer you a menu to start an application using dmenu."
arch=('i686' 'x86_64')
@@ -12,16 +13,10 @@ depends=('dmenu')
makedepends=('git' 'cmake')
conflicts=('j4-dmenu-desktop-git')
source=("https://github.com/enkore/j4-dmenu-desktop/archive/r${pkgver}.zip")
-md5sums=('5f61d11c02b2a719872bc6e04346ae41')
+md5sums=('c94966de2552faf6e023c3a2d5c59f17')
prepare() {
- # Patch for issue #20; backported as it was not included for the 2.11 cut
- # Can probably be removed from v2.12 onwards
- sed -i '/include <string>/s/$/\n#include <functional>/' "$srcdir/j4-dmenu-desktop-r$pkgver/src/Formatters.hh"
-
- # Patch for issue #21; backported as it was not included for the 2.11 cut
- # Can probably be removed from v2.12 onwards
- sed -i '/endif(NOT DEFINED/s/^/\nadd_dependencies(j4-dmenu-tests catch)\n/' "$srcdir/j4-dmenu-desktop-r$pkgver/CMakeLists.txt"
+ :
}
build() {
cd ${pkgname}-r${pkgver}