summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDanil Semelenov2015-09-28 15:51:57 +0300
committerDanil Semelenov2015-09-28 15:51:57 +0300
commit62aacd77eea42dc2b25decc5ef1b6a32aaa432a4 (patch)
treed2a2b90cf7b6ab21fa08d9d9e51efdf28878365e
parent201a31cabb4e07d4862bb0329b480aa7c62e7713 (diff)
downloadaur-62aacd77eea42dc2b25decc5ef1b6a32aaa432a4.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 761528a9a2a4..95763d8fb112 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.2
+ pkgver = 0.2.3
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.2/pmenu
- source = https://gitlab.com/sgtpep/pmenu/raw/v0.2.2/pmenu-run
- md5sums = d2fc429c2cbc38227176f4a7d80fa4e8
+ 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
md5sums = 2d8c673e6c5583449ffea1255f9e7833
pkgname = pmenu
diff --git a/PKGBUILD b/PKGBUILD
index c30ea9ad85c8..bf95498ea696 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Danil Semelenov <mail@danil.mobi>
pkgname=pmenu
-pkgver=0.2.2
+pkgver=0.2.3
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=(
- d2fc429c2cbc38227176f4a7d80fa4e8
+ 8ec028eb1dd5c9382d0f02f54801ea93
2d8c673e6c5583449ffea1255f9e7833
)