summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDanil Semelenov2015-09-15 11:35:20 +0300
committerDanil Semelenov2015-09-15 11:35:20 +0300
commiteacd22e25797150b1bf3a1593f42d81e303d4329 (patch)
treeca9212179c5fe7ecf37bcc179b21fb147339bbde
parentfadcb90314167dd47e0a986aaf8cf72b3298cef9 (diff)
downloadaur-eacd22e25797150b1bf3a1593f42d81e303d4329.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 acac89379fbc..597539075193 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.0
+ pkgver = 0.2.1
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.0/pmenu
- source = https://gitlab.com/sgtpep/pmenu/raw/v0.2.0/pmenu-run
- md5sums = 2f53abe18664fe1052bfa5fd070790b8
+ 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
md5sums = 2d8c673e6c5583449ffea1255f9e7833
pkgname = pmenu
diff --git a/PKGBUILD b/PKGBUILD
index e3bbffc3c566..5acc03731029 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Danil Semelenov <mail@danil.mobi>
pkgname=pmenu
-pkgver=0.2.0
+pkgver=0.2.1
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=(
- 2f53abe18664fe1052bfa5fd070790b8
+ 4a384ab6a6ff9fe86601bbfd2bfeeada
2d8c673e6c5583449ffea1255f9e7833
)