summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorrevel2022-11-26 22:57:20 +0100
committerrevel2022-11-26 22:57:20 +0100
commit7a9da4919e5634ca1c25bbd5468587be97528f35 (patch)
tree80f82fd3e79dce81ead98686c9ae55470a563c5f
parent34599d34a106e763daa3cad3673ff8ed6ae5fd16 (diff)
downloadaur-7a9da4919e5634ca1c25bbd5468587be97528f35.tar.gz
- switched source links to github since the original cypherpunk.at domain doesn't seem to work anymore
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD15
2 files changed, 12 insertions, 15 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3c7243634846..d4fb8e2c3d75 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,21 +1,15 @@
pkgbase = onioncat
pkgdesc = OnionCat is a VPN-adapter, which uses Tor or I2P as its transport.
pkgver = 0.4.7
- 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/current/onioncat-0.4.7.tar.gz
- source = https://www.cypherpunk.at/ocat/download/Source/current/onioncat-0.4.7.tar.gz.asc
- source = https://www.cypherpunk.at/ocat/download/Source/current/onioncat-0.4.7.tar.gz.sha256
- source = https://www.cypherpunk.at/ocat/download/Source/current/onioncat-0.4.7.tar.gz.sig
+ source = https://github.com/rahra/onioncat/archive/refs/tags/v0.4.7.tar.gz
validpgpkeys = 98678E06063007E4A1F0B9C59BD601668E24F29D
- sha512sums = b76da22051907e99f9a6ae6e089d5eb83502b6e3deb096ef00e4d2ed02da1c09b0aba1ad00c85e45622f92c94ba866930840b51b5859d775229606f40b463c59
- sha512sums = SKIP
- sha512sums = SKIP
- sha512sums = SKIP
+ sha512sums = 4b2932e0426d5df4e064c17afd932f2db9acea2775917cd21aff169eae7324bcf17bdfa69332a99bf1b2e52f391d1c28f057d56e96bb41c65d4c823bf373f3b3
pkgname = onioncat
diff --git a/PKGBUILD b/PKGBUILD
index 2447b10092ad..e9ee88a6ff19 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,22 +3,25 @@
pkgname=onioncat
pkgver=0.4.7
-pkgrel=1
+pkgrel=2
pkgdesc='OnionCat is a VPN-adapter, which uses Tor or I2P as its transport.'
arch=('i686' 'x86_64')
url='https://www.onioncat.org/'
license=('GPL3')
depends=('tor' 'net-tools')
-source=("https://www.cypherpunk.at/ocat/download/Source/current/${pkgname}-${pkgver}.tar.gz"{,.asc,.sha256,.sig})
+#source=("https://www.cypherpunk.at/ocat/download/Source/current/${pkgname}-${pkgver}.tar.gz"{,.asc,.sha256,.sig})
+source=("https://github.com/rahra/onioncat/archive/refs/tags/v${pkgver}.tar.gz")
validpgpkeys=('98678E06063007E4A1F0B9C59BD601668E24F29D') # Bernhard R. Fischer (Eagle) <bf@abenteuerland.at>
-sha512sums=('b76da22051907e99f9a6ae6e089d5eb83502b6e3deb096ef00e4d2ed02da1c09b0aba1ad00c85e45622f92c94ba866930840b51b5859d775229606f40b463c59'
- 'SKIP'
- 'SKIP'
- 'SKIP')
+#sha512sums=('b76da22051907e99f9a6ae6e089d5eb83502b6e3deb096ef00e4d2ed02da1c09b0aba1ad00c85e45622f92c94ba866930840b51b5859d775229606f40b463c59'
+# 'SKIP'
+# 'SKIP'
+# 'SKIP')
+sha512sums=('4b2932e0426d5df4e064c17afd932f2db9acea2775917cd21aff169eae7324bcf17bdfa69332a99bf1b2e52f391d1c28f057d56e96bb41c65d4c823bf373f3b3')
build() {
cd "${pkgname}-${pkgver}"
+ ./autogen.sh
./configure --prefix=/usr --localstatedir=/var/lib --runstatedir=/run --sysconfdir=/etc
make
}