summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD13
2 files changed, 9 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 54e022d523a3..738005dfb044 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = toosheh-extractor
- pkgdesc = Official toosheh extractor CLI for Linux. Please USE A VPN or any anti-sensorship tools before installing this package.
+ pkgdesc = Official toosheh extractor CLI for Linux. Please USE A VPN or any anti-censorship tool before installing this package.
pkgver = 4.3.7509.24771
- pkgrel = 1
- url = htto://www.toosheh.org/download/
+ pkgrel = 2
+ url = https://www.toosheh.org/download/
arch = x86_64
arch = aarch64
license = other
@@ -13,4 +13,3 @@ pkgbase = toosheh-extractor
md5sums = SKIP
pkgname = toosheh-extractor
-
diff --git a/PKGBUILD b/PKGBUILD
index 8ee5cefd8cec..987923d4b5f3 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/"
+url="https://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
}