summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD11
1 files changed, 5 insertions, 6 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8ee5cefd8cec..22cc9a10716f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,22 +1,21 @@
# Maintainer: Master81 <FreeFighter81 at protonmail dot com>
pkgname=toosheh-extractor
pkgver=4.3.7509.24771
-pkgrel=1
-pkgdesc="Official toosheh extractor CLI for Linux. Please USE A VPN or any anti-sensorship tools before installing this package."
+pkgrel=2
+pkgdesc="Official toosheh extractor CLI for Linux. Please USE A VPN or any anti-censorship tool before installing this package."
arch=('x86_64' 'aarch64')
url="htto://www.toosheh.org/download/"
license=('other')
depends=()
provides=(toosheh-extractor)
conflicts=(toosheh-extractor)
-#get from official link
+#getting from official link
source=("https://s3-us-west-2.amazonaws.com/lisa-app/extract-linux-x64.zip")
-
md5sums=('SKIP')
options=('!strip')
package() {
- install -d $pkgdir/usr/bin
- install -Dm755 "${srcdir}"/extract "${pkgdir}"/usr/bin/toosheh-extractor
+ install -d $pkgdir/usr/bin
+ install -Dm755 "${srcdir}"/extract "${pkgdir}"/usr/bin/toosheh-extractor
}