summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrainDamage2023-10-06 11:31:01 +0200
committerBrainDamage2023-10-06 11:31:01 +0200
commit3046384dad1f72806aeb56832996b370e095c20f (patch)
tree78872803aaa291211e87ffa3235a39cceff7d29b
parentf795c802efcbfa3fc806d41b451c1e26aa13fcda (diff)
downloadaur-3046384dad1f72806aeb56832996b370e095c20f.tar.gz
added missing dep to build in a clean chroot
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 118245a7e2ef..2438a3fe44d1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,14 @@
pkgbase = python-tulir-telethon
pkgdesc = is a fork of Telethon library with custom patches from Tulir.
pkgver = 1.30.0a2
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/tulir/Telethon
arch = any
license = MIT
makedepends = python-build
makedepends = python-installer
makedepends = python-wheel
+ makedepends = python-setuptools
depends = python-pyaes
depends = python-rsa
depends = python
diff --git a/PKGBUILD b/PKGBUILD
index f43101d7246e..c9a3438714e7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python-tulir-telethon
pkgver=1.30.0a2
-pkgrel=1
+pkgrel=2
pkgdesc="is a fork of Telethon library with custom patches from Tulir."
arch=('any')
url="https://github.com/tulir/Telethon"
@@ -23,7 +23,7 @@ source=("https://files.pythonhosted.org/packages/source/${_basename::1}/${_basen
# template start; name=python-wheel; version=1;
depends+=('python')
-makedepends+=(python-build python-installer python-wheel)
+makedepends+=(python-build python-installer python-wheel python-setuptools)
build() {
cd "${srcdir}/${_dirname}"