summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChiheb Bayouli2021-03-27 12:34:18 +0100
committerChiheb Bayouli2021-03-27 12:34:18 +0100
commit35f8a12b28bf5c770165cd5b9229e3e6128c51b4 (patch)
tree01a0318b5bb12398a607faa63a8291be5be8ceaa
parent67bcc374027853c2f094d2b7db315558539234d8 (diff)
downloadaur-35f8a12b28bf5c770165cd5b9229e3e6128c51b4.tar.gz
Minor update
-rwxr-xr-x.SRCINFO1
-rwxr-xr-xPKGBUILD5
2 files changed, 2 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3b9b425d525b..a03957e1383f 100755
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -13,7 +13,6 @@ pkgbase = gentor
depends = net-tools
depends = curl
depends = systemd
- depends = dos2unix
depends = iptables
source = https://github.com/ChihebBayouli/gentor/releases/download/1.1/gentor-1.0.tar.gz
md5sums = d106e09f82affd51f7f9c4c3bdebd04e
diff --git a/PKGBUILD b/PKGBUILD
index 1cf50126a329..c6373ff87034 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgdesc="Utility to make your internet traffic anonymized through Tor network"
arch=(any)
url="https://github.com/ChihebBayouli/GenTor"
license=('GPL2')
-depends=(tor macchanger privoxy net-tools curl systemd dos2unix iptables)
+depends=(tor macchanger privoxy net-tools curl systemd iptables)
makedepends=(python)
source=("https://github.com/ChihebBayouli/gentor/releases/download/1.1/gentor-1.0.tar.gz")
install=.INSTALL
@@ -18,5 +18,4 @@ build() {
package() {
cd "$srcdir/$pkgname"
sudo python install.py install
- sudo dos2unix /usr/bin/gentor
-} \ No newline at end of file
+}