summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBart Libert2021-09-14 13:45:18 +0200
committerBart Libert2021-09-14 13:45:18 +0200
commite0e84acaf41eb3f8064cc9730ddf9d80e16388d0 (patch)
treea4806897766493eb8b7ec7651e335b1b3cea1284
parent4c07240964761f0c00771c279ec692b54326d4f7 (diff)
downloadaur-e0e84acaf41eb3f8064cc9730ddf9d80e16388d0.tar.gz
Does not depend on python-parse, needs python-setuptools to build
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3eb56bd4ce1a..bb3187137ce1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,8 +6,8 @@ pkgver=1.4.6
pkgrel=1
pkgdesc="automate and manage your pocket collection"
url="https://github.com/arvindch/pockyt"
-depends=('python' 'python-parse')
-makedepends=('python' )
+depends=('python')
+makedepends=('python-setuptools')
license=('GPLv3+')
arch=('any')
source=("https://github.com/arvindch/pockyt/archive/$pkgver.tar.gz")