summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorali2021-04-12 16:46:31 +0430
committerali2021-04-12 16:46:31 +0430
commit601acd7666ec20fe73fedfa101617f309d0542e3 (patch)
treea21def9cf5e3def18d3dd050fc8c2f65827f043c
parentc4101f236b2593126efc5a55f2a7f437161088bf (diff)
downloadaur-601acd7666ec20fe73fedfa101617f309d0542e3.tar.gz
Bugfix: Input and output folder and the progress bar can't read data when the character ' ' is in the path...
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2422bf8f92cd..daee7f570970 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = toosheh
pkgdesc = An unofficial and open-source toosheh client for Linux written in C++. Please USE A VPN or any anti-sensorship tool before installing this program.
pkgver = 1.1.2
- pkgrel = 1
+ pkgrel = 2
url = https://www.toosheh.org/
arch = x86_64
arch = aarch64
diff --git a/PKGBUILD b/PKGBUILD
index 1037365cb2d0..33e41b574e3a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=toosheh
pkgver=1.1.2
-pkgrel=1
+pkgrel=2
pkgdesc="An unofficial and open-source toosheh client for Linux written in C++. Please USE A VPN or any anti-sensorship tool before installing this program."
url="https://www.toosheh.org/"
arch=(x86_64 aarch64)