summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJoe Bashe2021-11-02 17:55:01 +0800
committerJoe Bashe2021-11-02 17:55:01 +0800
commit9030f131cf8cbbebf5b0e4dbcba03a2189b8e6c4 (patch)
tree86359d2a72b0fc586bac9ffd6e49b384b3ff450e /PKGBUILD
parent3c4d26091d586fdfa3d29547bf4cdceeb70f3bff (diff)
downloadaur-9030f131cf8cbbebf5b0e4dbcba03a2189b8e6c4.tar.gz
Replace python2-xdg dependency with python2-pyxdg-git; Add python2-gobject2 and pygtk dependencies
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 4 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 40c786cc658b..0cd51367a91c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,11 +10,13 @@ license=('GPL3')
makedepends=('intltool'
'libtorrent-rasterbar'
'python2-chardet'
- 'python2-pyopenssl'
- 'python2-xdg')
+ 'python2-pyopenssl')
depends=('python2'
+ 'python2-gobject2'
+ 'python2-pyxdg-git'
'python2-twisted-git'
'python2-incremental-git'
+ 'pygtk'
'desktop-file-utils'
'hicolor-icon-theme')
optdepends=('python2-service-identity'