summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDimitris Kiziridis2020-12-14 13:19:11 +0200
committerDimitris Kiziridis2020-12-14 13:19:11 +0200
commitb642f07d1efff2c44df7e783840e4182ae0ca56d (patch)
treed5002944a96f7f3c136d431a3025b5b5cc7227cb
parent42e4d033c17e03d9ddad7a09ab08a7a2ce72d849 (diff)
downloadaur-b642f07d1efff2c44df7e783840e4182ae0ca56d.tar.gz
Update to 6.0
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD5
2 files changed, 7 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 674c63e0fd8e..a814521aae0e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = socli
pkgdesc = Stack overflow command line client. Search and browse stack overflow without leaving the terminal
- pkgver = 5.9
+ pkgver = 6.0
pkgrel = 1
url = https://github.com/gautamkrishnar/socli
arch = any
@@ -10,9 +10,10 @@ pkgbase = socli
depends = python-requests
depends = python-colorama
depends = python-py-stackexchange
+ depends = python-sentry_sdk
depends = python-urwid
- source = socli-5.9.tar.gz::https://github.com/gautamkrishnar/socli/archive/5.9.tar.gz
- sha256sums = 9947e33608b54f5086b557e739bd6ad67411f2c957aaf1ba55cb75b4dfcde45a
+ source = socli-6.0.tar.gz::https://github.com/gautamkrishnar/socli/archive/6.0.tar.gz
+ sha256sums = 947d2938b7ee2bc8a03b15f7c4af4a050f7ce56fc09835a6eaa425503c1c065f
pkgname = socli
diff --git a/PKGBUILD b/PKGBUILD
index 9b32b2ebfa29..4cc673686911 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Dimitris Kiziridis <ragouel at outlook dot com>
pkgname=socli
-pkgver=5.9
+pkgver=6.0
pkgrel=1
pkgdesc="Stack overflow command line client. Search and browse stack overflow without leaving the terminal"
arch=('any')
@@ -11,10 +11,11 @@ depends=('python-beautifulsoup4'
'python-requests'
'python-colorama'
'python-py-stackexchange'
+ 'python-sentry_sdk'
'python-urwid')
makedepends=('python-setuptools')
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/gautamkrishnar/socli/archive/${pkgver}.tar.gz")
-sha256sums=('9947e33608b54f5086b557e739bd6ad67411f2c957aaf1ba55cb75b4dfcde45a')
+sha256sums=('947d2938b7ee2bc8a03b15f7c4af4a050f7ce56fc09835a6eaa425503c1c065f')
package() {
cd "${srcdir}/${pkgname}-${pkgver}"