summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorali2021-03-27 13:12:09 +0430
committerali2021-03-27 13:12:09 +0430
commitb6848075644e3b84dd0d17801e81e0c9373ec007 (patch)
tree85067496ec60f3591fabe145631632c235fefe15
parent52c1cf227609aa31e7218737ff53f93415abecd8 (diff)
downloadaur-b6848075644e3b84dd0d17801e81e0c9373ec007.tar.gz
Fix typo
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD11
2 files changed, 7 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 54e022d523a3..bc81a5e50200 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
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
+ pkgrel = 2
url = htto://www.toosheh.org/download/
arch = x86_64
arch = aarch64
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
}