summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authoragneum142022-09-11 12:18:56 -0400
committeragneum142022-09-11 12:18:56 -0400
commit23fa62438d020793cd266d0f7de50751ee1b42d4 (patch)
tree2ab48f98f072267bf8b5d2eaf4493ca514dd686f /PKGBUILD
parent239d07fc19e0ffedf3f951795e868c86250f9991 (diff)
downloadaur-4bulk-git.tar.gz
remove unnecessary psutil dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 46db3e594cfb..e4cda9341954 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: Andrew Gregory Neumann <agneum14@gmail.com>
pkgname=4bulk-git
pkgver=1
-pkgrel=3
+pkgrel=4
pkgdesc="download all media from 4chan thread"
arch=('any')
url="https://github.com/agneum14/4bulk"
license=('MIT')
optdepends=('xclip')
-depends=('python' 'python-beautifulsoup4' 'python-psutil' 'python-requests')
+depends=('python' 'python-beautifulsoup4' 'python-requests')
makedepends=('git')
source=($pkgname::git+$url)
md5sums=('SKIP')