summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChiheb Bayouli2021-04-17 20:09:49 +0100
committerChiheb Bayouli2021-04-17 20:09:49 +0100
commit46521c57b015e76fe6a31e63e8b866b7ea403892 (patch)
tree25ec1c52b82d0ce7bbafd7cd7e509438101090da
parent55cfa7edfacdf2537c702d9f0d5464c688bc2842 (diff)
downloadaur-46521c57b015e76fe6a31e63e8b866b7ea403892.tar.gz
Bug Fix
-rwxr-xr-xPKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index bde5042d5896..5872baf11067 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,13 +7,13 @@ arch=(any)
url="https://github.com/ChihebBayouli/gentor"
license=('custom')
depends=(wget curl systemd iptables)
-source=("https://github.com/ChihebBayouli/gentor/releases/download/v0.2/setup.sh")
+source=("https://github.com/ChihebBayouli/gentor/releases/download/v0.2/setup")
install=.INSTALL
-md5sums=('b0cb18aac523c689a12a223abf95be81')
+md5sums=('60189d1d1f03718790946759755adad0')
build() {
cd "$srcdir"
chmod +x setup.sh
}
package() {
sudo ./setup.sh
-} \ No newline at end of file
+}