summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPranay Kanwar2024-03-23 22:59:53 +0530
committerPranay Kanwar2024-03-23 22:59:53 +0530
commit955adc463b0e46169fba89a346aa74be94812acc (patch)
tree21b3fbb1e58a1009b258b5e6d61da49446d5e23c /PKGBUILD
parent692fc0026822a964609feb1924a5c8b19d3a18a1 (diff)
downloadaur-socli.tar.gz
Update to version 7.4
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a81503660757..6cebe4e3fd25 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: Dimitris Kiziridis <ragouel at outlook dot com>
pkgname=socli
-pkgver=7.2
+pkgver=7.4
pkgrel=1
pkgdesc="Stack overflow command line client. Search and browse stack overflow without leaving the terminal"
arch=('any')
@@ -16,8 +16,9 @@ depends=('python-argcomplete'
'python-sentry_sdk'
'python-urwid')
makedepends=('python-setuptools')
+optdepends=('python-pyperclip: Copy answer text to clipboard')
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/gautamkrishnar/socli/archive/${pkgver}.tar.gz")
-sha256sums=('38bb22e2ecfb0a43e0546dd6252f3b64e21d05a250295be2af96c65cac0a84b4')
+sha256sums=('63f73e7b1308df6eab21c730892643dc891379168b9508f627222983db13a81b')
package() {
cd "${srcdir}/${pkgname}-${pkgver}"