summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--PKGBUILD2
-rwxr-xr-xtraktor_arch.sh2
2 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f8ab2f494110..138a51fc5c87 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Amirreza Firoozi <firoozi128 dot af at gmail dot com>
pkgname=traktor
-pkgver=1.3
+pkgver=1.3.5
pkgrel=1
epoch=
pkgdesc="An automated Tor installer "
diff --git a/traktor_arch.sh b/traktor_arch.sh
index 8beffab36e37..b5adbf4ec43f 100755
--- a/traktor_arch.sh
+++ b/traktor_arch.sh
@@ -1,7 +1,7 @@
#!/bin/bash
clear
-echo -e "Traktor v1.3\nTor will be automatically installed and configured…\n\n"
+echo -e "Traktor v1.3.5\nTor will be automatically installed and configured…\n\n"
# Write Bridge
sudo wget https://AmirrezaFiroozi.github.io/traktor/torrcV3 -O /etc/tor/torrc > /dev/null