summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMichał Wojdyła2023-12-09 19:23:52 +0100
committerMichał Wojdyła2023-12-09 19:23:52 +0100
commit410057005882855e208e20dc0a8b7ac274f88a78 (patch)
tree08413d828ea7875071cfca66da08ca6ee32c4696 /PKGBUILD
parent520b20dde8c5f194e3bf05c6ed565fd92831cb5b (diff)
downloadaur-410057005882855e208e20dc0a8b7ac274f88a78.tar.gz
remove argparse from dependencies
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 992739307c93..0bbd65d44bf2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,10 @@
-# Maintainer: Shivansh <shivansh-007 + aur at outlook <.> com>
-# Maintainer: SuperMazingCoder <supermazingcoder + aur at gmail <.> com>
+# Maintainer: Michał Wojdyła < micwoj9292 at gmail dot com >
+# Contributor: Shivansh <shivansh-007 + aur at outlook <.> com>
+# Contributor: SuperMazingCoder <supermazingcoder + aur at gmail <.> com>
# Contributor: Kenee Patel <patelkenee2804 + aur at gmail <.> com>
pkgname=piston-cli
-pkgver=1.3.0
+pkgver=1.5.0
pkgrel=1
pkgdesc="A universal shell supporting 36+ languages, in terminal code editor with syntax highlight, code compiler (36+ languages). It can run code from pastebin links and files too. "
arch=('any')
@@ -14,7 +15,6 @@ depends=(
'python-requests'
'python-prompt_toolkit'
'python-rich'
- 'python-argparse'
)
makedepends=(
'git'