summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPranay Kanwar2021-05-10 12:14:02 +0530
committerPranay Kanwar2021-05-10 12:14:02 +0530
commit31f595b2db5a340053af5bd3efc3c79894cc9212 (patch)
treec6fd55f4a32af7250fc924a2aaa8c227312d2d8c
parent447f407be4465c641022e92837012d10a71c7f27 (diff)
downloadaur-31f595b2db5a340053af5bd3efc3c79894cc9212.tar.gz
Bump to 6.9
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 12fbd3825ec0..c92e6a579565 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = socli
pkgdesc = Stack overflow command line client. Search and browse stack overflow without leaving the terminal
- pkgver = 6.4
- pkgrel = 2
+ pkgver = 6.9
+ pkgrel = 1
url = https://github.com/gautamkrishnar/socli
arch = any
license = BSD
@@ -13,8 +13,8 @@ pkgbase = socli
depends = python-py-stackexchange
depends = python-sentry_sdk
depends = python-urwid
- source = socli-6.4.tar.gz::https://github.com/gautamkrishnar/socli/archive/6.4.tar.gz
- sha256sums = 10a20c50c911021362bec5945c9308c1145f38d26393d7147927a116460ea6fa
+ source = socli-6.9.tar.gz::https://github.com/gautamkrishnar/socli/archive/6.9.tar.gz
+ sha256sums = aeacc63423d52f7a67c2c4decc91e079a5abc391b67e824465a0d19586798c18
pkgname = socli
diff --git a/PKGBUILD b/PKGBUILD
index 7f5a467f51f4..fe40a0cf96ea 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
# Maintainer: Dimitris Kiziridis <ragouel at outlook dot com>
pkgname=socli
-pkgver=6.4
-pkgrel=2
+pkgver=6.9
+pkgrel=1
pkgdesc="Stack overflow command line client. Search and browse stack overflow without leaving the terminal"
arch=('any')
url='https://github.com/gautamkrishnar/socli'
@@ -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=('10a20c50c911021362bec5945c9308c1145f38d26393d7147927a116460ea6fa')
+sha256sums=('aeacc63423d52f7a67c2c4decc91e079a5abc391b67e824465a0d19586798c18')
package() {
cd "${srcdir}/${pkgname}-${pkgver}"