makedeb


gofile-downloader-git 0.r1.44bf74f-1


Download files from https://gofile.io

Click here to go back to the commit logs for gofile-downloader-git.

Commit:


Hash: e7c7430458a919896cccb9eb9eb55e290636e989

Message: upgpkg: gofile-downloader-git r17.41119d8-1: Drop shebang patch Upstream added shebang to the script

Diff


diff --git a/.SRCINFO b/.SRCINFO
index fd60c47..e6f842d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
 pkgbase = gofile-downloader-git
 	pkgdesc = Download files from https://gofile.io
-	pkgver = r16.465ef97
+	pkgver = r17.41119d8
 	pkgrel = 1
 	url = https://github.com/ltsdw/gofile-downloader
 	arch = any
diff --git a/PKGBUILD b/PKGBUILD
index 55a8366..0845d60 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
 # Maintainer: katt <magunasu.b97@gmail.com>
 
 pkgname=gofile-downloader-git
-pkgver=r16.465ef97
+pkgver=r17.41119d8
 pkgrel=1
 pkgdesc='Download files from https://gofile.io'
 arch=(any)
@@ -19,11 +19,6 @@ pkgver() {
 	printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
 }
 
-prepare() {
-	# Add missing shebang
-	sed -i '1 i #!/usr/bin/env python3' "${pkgname%-git}"/"${pkgname%-git}".py
-}
-
 package() {
 	install -Dm755 "${pkgname%-git}/${pkgname%-git}.py" "${pkgdir}/usr/bin/${pkgname%-git}"
 }