summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDanil Semelenov2015-10-16 17:31:19 +0300
committerDanil Semelenov2015-10-16 17:31:19 +0300
commit0be3c97a991b89d3936974d7839c826f1f7eeceb (patch)
treea23d4a46cd3dc2b8a8b1322f1b7581dcdf94efb3
parent62aacd77eea42dc2b25decc5ef1b6a32aaa432a4 (diff)
downloadaur-0be3c97a991b89d3936974d7839c826f1f7eeceb.tar.gz
Update version
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 95763d8fb112..bdae82894db4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = pmenu
pkgdesc = Dynamic menu like dmenu for terminal written in Python without dependencies with optional sorting by usage, application launcher and CtrlP alternative.
- pkgver = 0.2.3
+ pkgver = 0.2.4
pkgrel = 1
url = https://gitlab.com/sgtpep/pmenu
arch = any
@@ -8,9 +8,9 @@ pkgbase = pmenu
depends = python
optdepends = bash: pmenu-run application launcher
optdepends = grep: pmenu-run application launcher
- source = https://gitlab.com/sgtpep/pmenu/raw/v0.2.3/pmenu
- source = https://gitlab.com/sgtpep/pmenu/raw/v0.2.3/pmenu-run
- md5sums = 8ec028eb1dd5c9382d0f02f54801ea93
+ source = https://gitlab.com/sgtpep/pmenu/raw/v0.2.4/pmenu
+ source = https://gitlab.com/sgtpep/pmenu/raw/v0.2.4/pmenu-run
+ md5sums = 3b2274c5eb3cd3dbdaa83736ba4e997f
md5sums = 2d8c673e6c5583449ffea1255f9e7833
pkgname = pmenu
diff --git a/PKGBUILD b/PKGBUILD
index bf95498ea696..7d0ad7add84b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Danil Semelenov <mail@danil.mobi>
pkgname=pmenu
-pkgver=0.2.3
+pkgver=0.2.4
pkgrel=1
pkgdesc="Dynamic menu like dmenu for terminal written in Python without dependencies with optional sorting by usage, application launcher and CtrlP alternative."
url=https://gitlab.com/sgtpep/pmenu
@@ -16,7 +16,7 @@ source=(
https://gitlab.com/sgtpep/$pkgname/raw/v$pkgver/pmenu-run
)
md5sums=(
- 8ec028eb1dd5c9382d0f02f54801ea93
+ 3b2274c5eb3cd3dbdaa83736ba4e997f
2d8c673e6c5583449ffea1255f9e7833
)