summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEduard Toloza2019-03-02 18:48:18 -0500
committerEduard Toloza2019-03-02 18:48:18 -0500
commitb6682245f93ba928729b7616d80dd48b83076f79 (patch)
tree5464b5b20244e218047a035ee5d91c096d4e4efc
parente206891b73b7461b76d3e6a3e36fc8dd410897e8 (diff)
downloadaur-b6682245f93ba928729b7616d80dd48b83076f79.tar.gz
Fix URL
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4f4e4fe2a0cc..288ca0bc1bcf 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -9,7 +9,7 @@ pkgbase = tor-router
depends = tor
depends = systemd
optdepends = curl: to verify if the script run sucessfully.
- source = https://gitlab.com/edu4rdshl/tor-router/-/archive/v1.2/tor-router-v1.2.tar.gz
+ source = https://gitlab.com/edu4rdshl/tor-router/-/archive/1.2/tor-router-1.2.tar.gz
source = tor-router.install
sha512sums = 82afdb5c4b9809bee095a8ab248e30bfbe8a46910cd3d59c91880df857ba954e801bace6a5c77d6d9707d5ca5eaa7f0cc02c7a5b00ba7e0a97afd5677b2b223e
sha512sums = 2a0393f2f2c5603b3c9f59c14510121a2e57392b701ba5be9336bd93624ff4e6e50d2338a4f0eeadf07ad1d0d50d8646d1418e418b593baea09a418f9972fac1
diff --git a/PKGBUILD b/PKGBUILD
index 6e8b387d8da8..3e877b7ad533 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ license=('GPL3')
depends=('tor' 'systemd')
optdepends=('curl: to verify if the script run sucessfully.')
install=tor-router.install
-source=("https://gitlab.com/edu4rdshl/$pkgname/-/archive/v$pkgver/$pkgname-v$pkgver.tar.gz"
+source=("https://gitlab.com/edu4rdshl/$pkgname/-/archive/$pkgver/$pkgname-$pkgver.tar.gz"
'tor-router.install')
sha512sums=('82afdb5c4b9809bee095a8ab248e30bfbe8a46910cd3d59c91880df857ba954e801bace6a5c77d6d9707d5ca5eaa7f0cc02c7a5b00ba7e0a97afd5677b2b223e'
'2a0393f2f2c5603b3c9f59c14510121a2e57392b701ba5be9336bd93624ff4e6e50d2338a4f0eeadf07ad1d0d50d8646d1418e418b593baea09a418f9972fac1'