summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPopolon2023-11-13 18:32:51 +0100
committerPopolon2023-11-13 18:32:51 +0100
commitff8abf4ae2e2054990c7093ff4c6f34a14f1bc39 (patch)
tree75d068d212557d13d1ce8f246003d5e38dedc760 /PKGBUILD
parentd8e5d952ece9df4333d2b893b38d35745723206f (diff)
downloadaur-python-mozjpeg-lossless-optimization.tar.gz
setuptools really no more needed
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8b63d9328887..435b69a7516c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgrel=5
pkgdesc="Optimize JPEGs losslessly using MozJPEG"
url="https://github.com/wanadev/mozjpeg-lossless-optimization"
depends=('python>=3')
-makedepends=('cmake' 'python-build' 'python-installer' 'python-setuptools' 'python-pip' 'gcc')
+makedepends=('cmake' 'python-build' 'python-installer' 'python-pip' 'gcc')
license=('BSD')
arch=(x86_64 armv7h aarch64 riscv32 riscv64)
source=("https://files.pythonhosted.org/packages/source/${_module::1}/$_module/$_module-$pkgver.tar.gz")