summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
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}"