summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorA Farzat2021-11-30 14:44:35 +0900
committerA Farzat2021-11-30 14:44:35 +0900
commitb24fd2cd8f07e4d079a1d4910fbcc37d47a435f8 (patch)
tree28194f1d1b1ddd34a808b420bc8edd04c8f425af /PKGBUILD
parent70d70a5f7b263cdf8ce1241ea806a0ae3924091b (diff)
downloadaur-b24fd2cd8f07e4d079a1d4910fbcc37d47a435f8.tar.gz
Use python-setuptools as makedepends as in wiki
See https://wiki.archlinux.org/title/Python_package_guidelines#setuptools.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0ae0f3a682f1..84e6057457d6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
pkgname=tg-archive
pkgver=0.3.10
-pkgrel=2
+pkgrel=3
pkgdesc='is a tool for exporting Telegram group chats into static websites, preserving the chat history like mailing list archives.'
arch=(any)
url=https://github.com/knadh/tg-archive
license=('MIT')
depends=(python python-cryptg python-feedgen python-jinja python-pillow python-yaml python-telethon)
-makedepends=(python-pip python-wheel)
+makedepends=(python-setuptools)
conflicts=(${provides%=*}) # No quotes, to avoid an empty entry.
# 'https://files.pythonhosted.org/packages/90/54/2f0c5ec169ebfe0ab1c68c2b960acac248ab8b6b9ed6614208d484bed5b6/tg-archive-0.3.10.tar.gz'
source=(