summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Sun2023-12-08 19:26:32 -0500
committerAndrew Sun2023-12-08 19:26:32 -0500
commit0b2c905d270384708210ced50b8c771e837f237a (patch)
tree8caec24230f77546e5933a344badead0dd462ca2
parent43d9609895c040218681951bf1ea7c55aec085ce (diff)
downloadaur-0b2c905d270384708210ced50b8c771e837f237a.tar.gz
0.8.1
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 005c705ae0f6..fcd3541ebe28 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = onioncircuits
pkgdesc = GTK application to display Tor circuits and streams
- pkgver = 0.8
+ pkgver = 0.8.1
pkgrel = 1
url = https://gitlab.tails.boum.org/tails/onioncircuits
arch = any
@@ -15,7 +15,7 @@ pkgbase = onioncircuits
depends = python-stem>=1.2.2
depends = gobject-introspection
depends = python-pycountry
- source = git+https://gitlab.tails.boum.org/tails/onioncircuits.git#commit=ca2cfc399ca72446258c85300ad0ff975c5e213c
+ source = git+https://gitlab.tails.boum.org/tails/onioncircuits.git#commit=e195c046fd20ad0c21ec5b626ee87ab71501b88d
sha256sums = SKIP
pkgname = onioncircuits
diff --git a/PKGBUILD b/PKGBUILD
index d85185d2bafc..b16146cd626f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Michael J. Pento <mjpento at verizon dot net>
pkgname=onioncircuits
-pkgver=0.8
+pkgver=0.8.1
pkgrel=1
pkgdesc="GTK application to display Tor circuits and streams"
arch=('any')
@@ -10,7 +10,7 @@ url="https://gitlab.tails.boum.org/tails/onioncircuits"
license=('GPL3')
depends=('tor' 'hicolor-icon-theme' 'python>=3.4.2' 'python-gobject>=3.14.0' 'python-stem>=1.2.2' 'gobject-introspection' 'python-pycountry')
makedepends=('git' 'python-setuptools' 'python-distutils-extra')
-_commit=ca2cfc399ca72446258c85300ad0ff975c5e213c # tags/0.8^0
+_commit=e195c046fd20ad0c21ec5b626ee87ab71501b88d # tags/0.8.1^0
source=("git+https://gitlab.tails.boum.org/tails/onioncircuits.git#commit=${_commit}")
sha256sums=('SKIP')