summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJustin Dray2015-06-23 09:42:42 +1000
committerJustin Dray2015-06-23 09:42:42 +1000
commitca21ea92b2772c3f1d591f5ad10e3407b78e6944 (patch)
tree688a5bcb0973e3145525f808fec3834442b29f62
parent994e1a66944664a993444bbb6568fd355d80f471 (diff)
downloadaur-ca21ea92b2772c3f1d591f5ad10e3407b78e6944.tar.gz
Update to: 2.13-1
-rw-r--r--.SRCINFO6
-rw-r--r--.gitignore10
-rw-r--r--PKGBUILD4
3 files changed, 15 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c6e3c413cd7c..a7f18f7b2cfd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = j4-dmenu-desktop
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.
- pkgver = 2.12
+ pkgver = 2.13
pkgrel = 1
url = https://github.com/enkore/j4-dmenu-desktop
arch = i686
@@ -10,8 +10,8 @@ pkgbase = j4-dmenu-desktop
makedepends = cmake
depends = dmenu
conflicts = j4-dmenu-desktop-git
- source = https://github.com/enkore/j4-dmenu-desktop/archive/r2.12.zip
- md5sums = 52f023363f530908fe9612b1ada3a861
+ source = https://github.com/enkore/j4-dmenu-desktop/archive/r2.13.zip
+ md5sums = 5f61d11c02b2a719872bc6e04346ae41
pkgname = j4-dmenu-desktop
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..181b3460e424
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,10 @@
+*
+!PKGBUILD
+!.SRCINFO
+!*.patch
+!*.desktop
+!*.install
+!*.service
+!*.sh
+!*.conf
+!.gitignore
diff --git a/PKGBUILD b/PKGBUILD
index a611751a8a82..4577ff670228 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Bill Kolokithas <kolokithas.b@gmail.com>
pkgname=j4-dmenu-desktop
-pkgver=2.12
+pkgver=2.13
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,7 +12,7 @@ depends=('dmenu')
makedepends=('git' 'cmake')
conflicts=('j4-dmenu-desktop-git')
source=("https://github.com/enkore/j4-dmenu-desktop/archive/r${pkgver}.zip")
-md5sums=('52f023363f530908fe9612b1ada3a861')
+md5sums=('5f61d11c02b2a719872bc6e04346ae41')
prepare() {
# Patch for issue #20; backported as it was not included for the 2.11 cut