summarylogtreecommitdiffstats
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
parent520b20dde8c5f194e3bf05c6ed565fd92831cb5b (diff)
downloadaur-410057005882855e208e20dc0a8b7ac274f88a78.tar.gz
remove argparse from dependencies
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD8
2 files changed, 6 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 66c0a036cfc9..8abd2ae79dd8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = piston-cli
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.
- pkgver = 1.3.0
+ pkgver = 1.5.0
pkgrel = 1
url = https://github.com/Shivansh-007/piston-cli
arch = any
@@ -11,11 +11,9 @@ pkgbase = piston-cli
depends = python-requests
depends = python-prompt_toolkit
depends = python-rich
- depends = python-argparse
provides = piston-cli
conflicts = piston-cli
- source = piston-cli::https://github.com/Shivansh-007/piston-cli/archive/refs/tags/v1.3.0.tar.gz
+ source = piston-cli::https://github.com/Shivansh-007/piston-cli/archive/refs/tags/v1.5.0.tar.gz
sha256sums = SKIP
pkgname = piston-cli
-
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'