summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAriel Lieberman2021-11-24 02:02:26 +0200
committerAriel Lieberman2021-11-24 02:02:26 +0200
commit18ebfd6a2a27d817226cb3c6f06d2dc6af14c5f1 (patch)
treec5a0e36630923df7a1d21b89992e0e0330ca8191 /PKGBUILD
parentffeaf6885cc8094a1a5327ecac1feea23f82fdbd (diff)
downloadaur-18ebfd6a2a27d817226cb3c6f06d2dc6af14c5f1.tar.gz
add missing dependencies
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 097cd8013ee4..212645effb1c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
# Maintainer: Rellieberman <name AT gmail DOT com>
pkgname=bulky
pkgver=1.9
-pkgrel=1
+pkgrel=2
pkgdesc="Bulk File Renamer"
arch=("i686" "x86_64")
url="https://github.com/linuxmint/bulky"
licence=("GPL3")
-depends=('python-magic' 'xapp' 'python-xapp')
+depends=('python-magic' 'xapp' 'python-xapp' 'python-gobject' 'python-setproctitle')
source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/refs/tags/${pkgver}.tar.gz")
sha256sums=('52882b32bd4572ef3504f8204cf319080a7e48036297ea3690ae7dd5c8699b1f')