summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorjakob2023-08-29 17:50:32 +0200
committerjakob2023-08-29 17:50:32 +0200
commite88d50a8012c37b1e7dfa3a488505ae84bf72e93 (patch)
tree1b7724a2b7a05883b3e6f18c46314c01a6bed5b9 /PKGBUILD
parente356ad3e33756dc90475e57a60669323fc059bb6 (diff)
downloadaur-python-clintermission.tar.gz
0.3.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2a797f20b129..b914218b3b97 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
_pkgname=clintermission
pkgname=python-${_pkgname}
-pkgver=0.3.0
-pkgrel=2
+pkgver=0.3.1
+pkgrel=1
pkgdesc="Non-fullscreen command-line selection menu"
arch=(any)
url="https://github.com/sebageek/clintermission"
@@ -11,7 +11,7 @@ license=('Apache')
depends=(python python-prompt_toolkit)
makedepends=('python-setuptools')
source=("https://files.pythonhosted.org/packages/source/${_pkgname::1}/$_pkgname/$_pkgname-$pkgver.tar.gz")
-sha256sums=('d1dc3a7835a00db5d9225ed9ae58bf485c21faafa4168a89cd59b80c969140f8')
+sha256sums=('8b3d15bc8001518215c3ad086a5662979bc3ec2bc059ce737001de1c8f97352a')
package() {
cd "$_pkgname-$pkgver"