summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Sun2020-09-07 08:55:24 -0400
committerAndrew Sun2020-09-07 08:55:24 -0400
commit2de6827b3ac6bee95fc060ca6cc3e143c399f3a2 (patch)
treeee4b2f0f42ee7c7a8bcf47b75fe173579be53030
parent372f8c318904fc54419be4e999548321994b736c (diff)
downloadaur-2de6827b3ac6bee95fc060ca6cc3e143c399f3a2.tar.gz
0.7
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD12
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bd51a766e190..3b5970aff791 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = onioncircuits
pkgdesc = GTK application to display Tor circuits and streams
- pkgver = 0.6
+ pkgver = 0.7
pkgrel = 1
- url = https://git-tails.immerda.ch/onioncircuits
+ url = https://gitlab.tails.boum.org/tails/onioncircuits
arch = any
license = GPL3
makedepends = git
@@ -15,7 +15,7 @@ pkgbase = onioncircuits
depends = python-stem>=1.2.2
depends = gobject-introspection
depends = python-pycountry
- source = git+https://git-tails.immerda.ch/onioncircuits#commit=1355de00e8c1e944458a270cec1b1692ae69178a
+ source = git+https://gitlab.tails.boum.org/tails/onioncircuits.git#commit=6efeff2e7cdbfbab7d73ea5825a64c002fa8e3b9
sha256sums = SKIP
pkgname = onioncircuits
diff --git a/PKGBUILD b/PKGBUILD
index 11f2841ba165..e6a07ea2341a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,17 +1,17 @@
-# Maintainer: Andrew Sun <adsun701@gmail.com>
-# Contributor: Michael J. Pento <mjpento@verizon.net>
+# Maintainer: Andrew Sun <adsun701 at gmail dot com>
+# Contributor: Michael J. Pento <mjpento at verizon dot net>
pkgname=onioncircuits
-pkgver=0.6
+pkgver=0.7
pkgrel=1
pkgdesc="GTK application to display Tor circuits and streams"
arch=('any')
-url="https://git-tails.immerda.ch/onioncircuits"
+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=1355de00e8c1e944458a270cec1b1692ae69178a # tags/0.6^0
-source=("git+https://git-tails.immerda.ch/onioncircuits#commit=${_commit}")
+_commit=6efeff2e7cdbfbab7d73ea5825a64c002fa8e3b9 # tags/0.7^0
+source=("git+https://gitlab.tails.boum.org/tails/onioncircuits.git#commit=${_commit}")
sha256sums=('SKIP')
pkgver() {