summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorFrancesco Minnocci2023-08-28 14:47:28 +0200
committerFrancesco Minnocci2023-08-28 14:47:28 +0200
commite42e161a8ed0cd0cc0fd633394f88b93ae47db1a (patch)
tree7d78c437dd5891deebb0e63c5a5da255252de1d6 /PKGBUILD
parentff3bb72fb6cbf198de704563144d988559b25bb6 (diff)
downloadaur-python-torrentmirror.tar.gz
fix: rename xdg-->xdg-base-dirs from upstream
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5b2db50d2892..85f8b857f6e5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,13 +4,13 @@
pkgname=python-torrentmirror
_name=${pkgname#python-}
pkgver=2.0.3
-pkgrel=1
+pkgrel=2
pkgdesc="Torrentmirror python library and CLI access"
arch=('any')
url="https://github.com/XayOn/torrentmirror"
license=('none')
depends=('python' 'python-robobrowser' 'python-cleo' 'python-werkzeug'
- 'python-docopt' 'python-tabulate' 'python-xdg>=5.0.1' 'python-pygogo'
+ 'python-docopt' 'python-tabulate' 'python-xdg-base-dirs>=5.0.1' 'python-pygogo'
'yapf')
makedepends=('python-setuptools')
source=("https://pypi.org/packages/source/${_name:0:1}/$_name/$_name-$pkgver.tar.gz")