summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSZanko2022-04-15 12:40:55 +0200
committerSZanko2022-04-15 12:40:55 +0200
commite862052d74af6b236c2333c3a533b1ca8a99fe39 (patch)
tree086607e06e8f6d161cd896c22685dc4d245598d8 /PKGBUILD
parentdfbce871db1ea4f3e8e9e8f1e9dc352e2bd0fc1c (diff)
downloadaur-e862052d74af6b236c2333c3a533b1ca8a99fe39.tar.gz
Removed python-clint as dependency and added python-tqdm as dependency
Signed-off-by: SZanko <szanko@protonmail.com>
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 719aeba235e8..bbdfa48d9628 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname=samloader
pkgname=${_pkgname}-git
-pkgver=r33.15f0887
+pkgver=r39.576bd29
pkgrel=1
pkgdesc="Download firmware for Samsung devices"
arch=('any')
@@ -12,7 +12,7 @@ conflicts=('samloader')
depends=(
'python'
'python-setuptools'
- 'python-clint'
+ 'python-tqdm'
'python-pycryptodomex'
'python-pip'
)