summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPranay Kanwar2021-06-13 17:14:58 +0530
committerPranay Kanwar2021-06-13 17:14:58 +0530
commit0a50fc2ac36c1bfe08d36501cc4c1752098b3667 (patch)
treeea16443f055efb5623fdf5b5a26447ad8cefcf12
parent31f595b2db5a340053af5bd3efc3c79894cc9212 (diff)
downloadaur-0a50fc2ac36c1bfe08d36501cc4c1752098b3667.tar.gz
Update to 7.0
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c92e6a579565..2f33910009d3 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 = 6.9
+ pkgver = 7.0
pkgrel = 1
url = https://github.com/gautamkrishnar/socli
arch = any
@@ -13,8 +13,7 @@ pkgbase = socli
depends = python-py-stackexchange
depends = python-sentry_sdk
depends = python-urwid
- source = socli-6.9.tar.gz::https://github.com/gautamkrishnar/socli/archive/6.9.tar.gz
- sha256sums = aeacc63423d52f7a67c2c4decc91e079a5abc391b67e824465a0d19586798c18
+ source = socli-7.0.tar.gz::https://github.com/gautamkrishnar/socli/archive/7.0.tar.gz
+ sha256sums = 2b86e884193af21c950883159d14f57a46013d7dec45ede8d1266338209b178e
pkgname = socli
-
diff --git a/PKGBUILD b/PKGBUILD
index fe40a0cf96ea..4c1a65ecb9ba 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: Dimitris Kiziridis <ragouel at outlook dot com>
pkgname=socli
-pkgver=6.9
+pkgver=7.0
pkgrel=1
pkgdesc="Stack overflow command line client. Search and browse stack overflow without leaving the terminal"
arch=('any')
@@ -17,7 +17,7 @@ depends=('python-argcomplete'
'python-urwid')
makedepends=('python-setuptools')
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/gautamkrishnar/socli/archive/${pkgver}.tar.gz")
-sha256sums=('aeacc63423d52f7a67c2c4decc91e079a5abc391b67e824465a0d19586798c18')
+sha256sums=('2b86e884193af21c950883159d14f57a46013d7dec45ede8d1266338209b178e')
package() {
cd "${srcdir}/${pkgname}-${pkgver}"