summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDanil Semelenov2015-11-04 20:25:20 +0300
committerDanil Semelenov2015-11-04 20:25:20 +0300
commitd36655dd139c91e1d28fa9988292b13e12ae5cc9 (patch)
tree33d637852cdfd6853f36e76519329d8dd4f83a29
parent0be3c97a991b89d3936974d7839c826f1f7eeceb (diff)
downloadaur-d36655dd139c91e1d28fa9988292b13e12ae5cc9.tar.gz
Update to the upstream v0.2.5
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bdae82894db4..7fbe152d8b13 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.4
+ pkgver = 0.2.5
pkgrel = 1
url = https://gitlab.com/sgtpep/pmenu
arch = any
@@ -8,10 +8,10 @@ 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.4/pmenu
- source = https://gitlab.com/sgtpep/pmenu/raw/v0.2.4/pmenu-run
- md5sums = 3b2274c5eb3cd3dbdaa83736ba4e997f
- md5sums = 2d8c673e6c5583449ffea1255f9e7833
+ source = https://gitlab.com/sgtpep/pmenu/raw/v0.2.5/pmenu
+ source = https://gitlab.com/sgtpep/pmenu/raw/v0.2.5/pmenu-run
+ md5sums = cc57291e33e99fbe1630f1883d96b102
+ md5sums = f359b480070d59b0faea2c34492192af
pkgname = pmenu
diff --git a/PKGBUILD b/PKGBUILD
index 7d0ad7add84b..70b16ddee638 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Danil Semelenov <mail@danil.mobi>
pkgname=pmenu
-pkgver=0.2.4
+pkgver=0.2.5
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,8 +16,8 @@ source=(
https://gitlab.com/sgtpep/$pkgname/raw/v$pkgver/pmenu-run
)
md5sums=(
- 3b2274c5eb3cd3dbdaa83736ba4e997f
- 2d8c673e6c5583449ffea1255f9e7833
+ cc57291e33e99fbe1630f1883d96b102
+ f359b480070d59b0faea2c34492192af
)
package() {