summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDanil Semelenov2015-09-22 00:51:23 +0300
committerDanil Semelenov2015-09-22 00:51:23 +0300
commit4704ef953ddff2ae4310de8a55915d9afa34a417 (patch)
tree7d9f7e18e147678eb808f82169f0cf4511ffd458
parenteacd22e25797150b1bf3a1593f42d81e303d4329 (diff)
downloadaur-4704ef953ddff2ae4310de8a55915d9afa34a417.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 597539075193..71642a3badc5 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 and application launcher.
- pkgver = 0.2.1
+ pkgver = 0.2.2
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.1/pmenu
- source = https://gitlab.com/sgtpep/pmenu/raw/v0.2.1/pmenu-run
- md5sums = 4a384ab6a6ff9fe86601bbfd2bfeeada
+ 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
md5sums = 2d8c673e6c5583449ffea1255f9e7833
pkgname = pmenu
diff --git a/PKGBUILD b/PKGBUILD
index 5acc03731029..148fb03da12b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Danil Semelenov <mail@danil.mobi>
pkgname=pmenu
-pkgver=0.2.1
+pkgver=0.2.2
pkgrel=1
pkgdesc="Dynamic menu like dmenu for terminal written in Python without dependencies with optional sorting by usage and application launcher."
url=https://gitlab.com/sgtpep/pmenu
@@ -16,7 +16,7 @@ source=(
https://gitlab.com/sgtpep/$pkgname/raw/v$pkgver/pmenu-run
)
md5sums=(
- 4a384ab6a6ff9fe86601bbfd2bfeeada
+ d2fc429c2cbc38227176f4a7d80fa4e8
2d8c673e6c5583449ffea1255f9e7833
)