summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNarrat2024-04-30 00:04:12 +0200
committerNarrat2024-04-30 00:04:12 +0200
commit8595564a5746b151b01f7c320faf99bfb1790bb6 (patch)
tree96112939ec7d33e0eb306b89fca8305ecaac91e1
parentc4f61e7f065f620b9ae28ade335f43f88f5a727f (diff)
downloadaur-pyhn.tar.gz
pyhn: add setuptools as makedep
needed after the update to python 3.12
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 61cb91d3453c..741b10013cec 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,11 @@
pkgbase = pyhn
pkgdesc = Hacker News command line client
pkgver = 0.3.11
- pkgrel = 2
+ pkgrel = 3
url = https://pypi.python.org/pypi/pyhn/
arch = any
license = AGPL3
+ makedepends = python-setuptools
depends = python-urwid
depends = python-beautifulsoup4
source = https://pypi.io/packages/source/p/pyhn/pyhn-0.3.11.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index e45812823dac..473fa966c186 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,12 +4,13 @@
pkgbase=pyhn
pkgname=pyhn
pkgver=0.3.11
-pkgrel=2
+pkgrel=3
pkgdesc="Hacker News command line client"
arch=('any')
url="https://pypi.python.org/pypi/pyhn/"
license=('AGPL3')
depends=('python-urwid' 'python-beautifulsoup4')
+makedepends=('python-setuptools')
source=(https://pypi.io/packages/source/p/$pkgbase/$pkgbase-$pkgver.tar.gz)
md5sums=('e742e4cc9b29bc4fdcccbbd94d83a486')