summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD7
2 files changed, 6 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 47ccbc19c7d5..a0f7798d7d0e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,17 @@
# Generated by mksrcinfo v8
-# Tue Jun 20 19:21:21 UTC 2017
+# Sun Nov 18 23:32:53 UTC 2018
pkgbase = onioncat
pkgdesc = An IP-Transparent Tor Hidden Service Connector
pkgver = 0.2.2.r578
- pkgrel = 1
+ pkgrel = 2
url = https://www.onioncat.org/
arch = i686
arch = x86_64
license = GPL3
depends = tor
depends = net-tools
- source = https://www.cypherpunk.at/ocat/download/Source/0.2.2/onioncat-0.2.2.r578.tar.gz
- source = https://www.cypherpunk.at/ocat/download/Source/0.2.2/onioncat-0.2.2.r578.tar.gz.asc
+ source = https://github.com/raffael-sfm/onioncat/releases/download/onioncat-0.2.2.r578/onioncat-0.2.2.r578.tar.gz
+ source = https://github.com/raffael-sfm/onioncat/releases/download/onioncat-0.2.2.r578/onioncat-0.2.2.r578.tar.gz.asc
sha512sums = a6638a582e321ce1969ac70d73c52b828e1dfb0ca25ee33a18c811d5a972603bff8ff510a1b833259ea4184843dc6d1e2c2892809ca437180d79e0bbd4a79bb6
sha512sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index d4b2e5640757..f06a186b6a98 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,20 +3,17 @@
pkgname=onioncat
pkgver=0.2.2.r578
-_ver=${pkgver%%.r*}
-pkgrel=1
+pkgrel=2
pkgdesc='An IP-Transparent Tor Hidden Service Connector'
arch=('i686' 'x86_64')
url='https://www.onioncat.org/'
license=('GPL3')
depends=('tor' 'net-tools')
-source=("https://www.cypherpunk.at/ocat/download/Source/${_ver}/${pkgname}-${pkgver}.tar.gz"{,.asc})
+source=("https://github.com/raffael-sfm/onioncat/releases/download/${pkgname}-${pkgver}/${pkgname}-${pkgver}.tar.gz"{,.asc})
validpgpkeys=('98678E06063007E4A1F0B9C59BD601668E24F29D') # Bernhard R. Fischer (Eagle) <bf@abenteuerland.at>
sha512sums=('a6638a582e321ce1969ac70d73c52b828e1dfb0ca25ee33a18c811d5a972603bff8ff510a1b833259ea4184843dc6d1e2c2892809ca437180d79e0bbd4a79bb6'
'SKIP')
-whirlpoolsums=('0eaca1e3af722db8fbd197e7403427d51bc37e31c0502f48452a4674d7cfe1c2c7952fec9c4a48b32f8319bdfede1fd569a9d014ff9c5a2ceefea5b1f039e697'
- 'SKIP')
build() {
cd "${pkgname}-${pkgver}"