summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDanil Semelenov2015-11-14 15:33:22 +0300
committerDanil Semelenov2015-11-14 15:33:22 +0300
commit459dc8d2d41cd6e2757f4f8b106f838c99754448 (patch)
treed865ece0eb32db91e12ba6f259b4aa5392947bfd
parent5f7762392a8c3fda2b43e4e8d1da39c795ba54cc (diff)
downloadaur-459dc8d2d41cd6e2757f4f8b106f838c99754448.tar.gz
Update to the upstream v0.3.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 489eda396987..96b9fc2b941b 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.5
+ pkgver = 0.3.0
pkgrel = 1
url = https://github.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://raw.githubusercontent.com/sgtpep/pmenu/v0.2.5/pmenu
- source = https://raw.githubusercontent.com/sgtpep/pmenu/v0.2.5/pmenu-run
- md5sums = cc57291e33e99fbe1630f1883d96b102
+ source = https://raw.githubusercontent.com/sgtpep/pmenu/v0.3.0/pmenu
+ source = https://raw.githubusercontent.com/sgtpep/pmenu/v0.3.0/pmenu-run
+ md5sums = 89cf08aeb39601d1fa8121a341a518cb
md5sums = f359b480070d59b0faea2c34492192af
pkgname = pmenu
diff --git a/PKGBUILD b/PKGBUILD
index 8df89f117295..b7bc0a9bfdaf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Danil Semelenov <mail@danil.mobi>
pkgname=pmenu
-pkgver=0.2.5
+pkgver=0.3.0
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://github.com/sgtpep/pmenu
@@ -16,7 +16,7 @@ source=(
https://raw.githubusercontent.com/sgtpep/$pkgname/v$pkgver/pmenu-run
)
md5sums=(
- cc57291e33e99fbe1630f1883d96b102
+ 89cf08aeb39601d1fa8121a341a518cb
f359b480070d59b0faea2c34492192af
)