summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorD3SOX2021-10-21 13:53:43 +0200
committerD3SOX2021-10-21 13:53:43 +0200
commit70223726a19846b0e01782412b6ce3cc8ffe6228 (patch)
tree0ba1a6b360f39492319daf8024674a6bfd2f0f7b
parent5ceebb5c4f255a54589f109ace32b841a94ce8dd (diff)
downloadaur-tunnelto-bin.tar.gz
remove obsolete make dependency
-rw-r--r--.SRCINFO2
-rwxr-xr-xPKGBUILD1
2 files changed, 0 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8f29c4dfc350..6afb2fd17b6f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,7 +5,6 @@ pkgbase = tunnelto-bin
url = https://tunnelto.dev/
arch = any
license = MIT
- makedepends = cargo
provides = tunnelto
conflicts = tunnelto
source = tunnelto-linux-0.1.18.tar.gz::https://github.com/agrinman/tunnelto/releases/download/0.1.18/tunnelto-linux.tar.gz
@@ -14,4 +13,3 @@ pkgbase = tunnelto-bin
sha256sums = 4cebbaca47e31d07a63c35507d43daf85daaf0e34408263c433dff6022415ba2
pkgname = tunnelto-bin
-
diff --git a/PKGBUILD b/PKGBUILD
index 350c2c9e2d2e..e477b13c236e 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,6 @@ pkgdesc="Expose your local web server to the internet with a public URL."
arch=('any')
url="https://tunnelto.dev/"
license=('MIT')
-makedepends=('cargo')
conflicts=('tunnelto')
provides=('tunnelto')
source=("tunnelto-linux-$pkgver.tar.gz::https://github.com/agrinman/$_gitname/releases/download/$pkgver/tunnelto-linux.tar.gz" "https://raw.githubusercontent.com/agrinman/$_gitname/$pkgver/LICENSE")