summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAsthowen2021-10-16 15:22:00 +0000
committerAsthowen2021-10-16 15:22:00 +0000
commit3a9e8f272160827b7f7c5cd2a6a5d9e1b7210a74 (patch)
tree77cb591194c55243a35e24e820067c8e92707995
parentd3125f1a54d23087da5059e280146861df0449ce (diff)
downloadaur-3a9e8f272160827b7f7c5cd2a6a5d9e1b7210a74.tar.gz
Update AUR package
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ce9d0f0bc209..58b788b6e288 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -10,6 +10,7 @@ pkgbase = python-mangasorigines
depends = python-aiohttp
depends = python-aiofiles
depends = python-beautifulsoup4
+ depends = python-setproctitle
source = https://pypi.io/packages/source/M/MangasOrigines/MangasOrigines-0.0.7.tar.gz
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 443ce63496b2..7dffe2a49487 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ arch=('any')
url='https://github.com/Asthowen/MangasOrigines/'
license=('GNUv3')
makedepends=('python-setuptools')
-depends=('python>=3.6' 'python-aiohttp' 'python-aiofiles' 'python-beautifulsoup4')
+depends=('python>=3.6' 'python-aiohttp' 'python-aiofiles' 'python-beautifulsoup4' 'python-setproctitle')
source=("https://pypi.io/packages/source/M/MangasOrigines/MangasOrigines-$pkgver.tar.gz")
sha256sums=('SKIP')