summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBehnam Momeni2022-06-30 18:44:58 +0430
committerBehnam Momeni2022-06-30 18:44:58 +0430
commitec8f8d7d2c98351f97ba3efccf4684cc43e2c63b (patch)
tree8611af535710549b74a33dccbbff7a05b6036479 /PKGBUILD
parent076d35b17239fe66b41ad3d24e3ef7ff0479da75 (diff)
downloadaur-ec8f8d7d2c98351f97ba3efccf4684cc43e2c63b.tar.gz
Adjust dependencies based on the namcap analysis
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 2 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b7f734480ba9..d4874633e0b0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,17 +9,15 @@
_pkgbase=scons
pkgname=scons2
pkgver=3.1.2
-pkgrel=3
+pkgrel=4
pkgdesc="Extensible Python-based build utility (Python2 version)"
arch=('any')
url="https://scons.org"
license=('MIT')
conflicts=('python2-scons') # https://github.com/bartoszek/AUR-python2-scons
provides=('python2-scons')
-depends=('python2')
+depends=('python2' 'perl' 'ruby')
makedepends+=('python2-setuptools' 'java-runtime>=9')
-makedepends+=('fop' 'texlive-bin' 'graphviz' 'ghostscript'
-'lynx' 'python-lxml' 'texlive-latexextra')
source=("$_pkgbase-$pkgver.tar.gz::https://github.com/${_pkgbase}/${_pkgbase}/archive/${pkgver}.tar.gz")
sha512sums=('7d597e681d00918342c64afc61410d961f0516f2e054669d3ef76fcddcbf13b4e24990bdd7c46f3f4369ad2f45ba3fe0173e33edc15e846096bbea10b23fb7c1')