summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChiheb Bayouli2021-03-20 11:38:29 +0000
committerChiheb Bayouli2021-03-20 11:38:29 +0000
commite5c66e4ae6447dcd6735447389528e2be7eb85ea (patch)
tree11c4500f47e9e89dc1dd96956aa13414d80050e9
parentf9cd6f58353f5b29fb142cf37871efd1c5114c5b (diff)
downloadaur-e5c66e4ae6447dcd6735447389528e2be7eb85ea.tar.gz
Bug fix
-rwxr-xr-xPKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1a0d39d86c77..d2a1fd9dab75 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ license=('MIT')
depends=(python tor macchanger privoxy net-tools curl systemd dos2unix)
makedepends=()
source=("https://github.com/ChihebBayouli/gentor/releases/download/1.0/gentor-1.0.tar.gz")
-install=gentor.install
+install=.INSTALL
md5sums=('d106e09f82affd51f7f9c4c3bdebd04e')
build() {
cd "$srcdir/$pkgname"