summaryrefslogtreecommitdiff
path: root/var
diff options
context:
space:
mode:
authorHarmen Stoppels <harmenstoppels@gmail.com>2021-08-03 14:13:08 +0200
committerGitHub <noreply@github.com>2021-08-03 14:13:08 +0200
commit62d59f0fb71be581247ec1195f1a2da71f736903 (patch)
tree1b2fcbc55f5251aaf875d1ee43a13cab56873fe0 /var
parenta62210efb92137b9fee46d6ed582e939687e688e (diff)
downloadspack-62d59f0fb71be581247ec1195f1a2da71f736903.tar.gz
spack-62d59f0fb71be581247ec1195f1a2da71f736903.tar.bz2
spack-62d59f0fb71be581247ec1195f1a2da71f736903.tar.xz
spack-62d59f0fb71be581247ec1195f1a2da71f736903.zip
scrot: use tarball with configure script (#25176)
Diffstat (limited to 'var')
-rw-r--r--var/spack/repos/builtin/packages/scrot/package.py9
1 files changed, 4 insertions, 5 deletions
diff --git a/var/spack/repos/builtin/packages/scrot/package.py b/var/spack/repos/builtin/packages/scrot/package.py
index 8c47b0176f..7e511db543 100644
--- a/var/spack/repos/builtin/packages/scrot/package.py
+++ b/var/spack/repos/builtin/packages/scrot/package.py
@@ -13,13 +13,12 @@ class Scrot(AutotoolsPackage):
dynamic saver modules."""
homepage = "https://github.com/resurrecting-open-source-projects/scrot"
- url = "https://github.com/resurrecting-open-source-projects/scrot/archive/refs/tags/1.5.tar.gz"
+ url = "https://github.com/resurrecting-open-source-projects/scrot/releases/download/1.5/scrot-1.5.tar.gz"
- version('1.5', sha256='87afba3998aac097f13231f3b0452c21188bf4b5cc6ac0747693a1da1a0ae40f')
+ version('1.6', sha256='42f64d38f04ec530c8b4ebdae04cce8b6893b2f8d30627391d390edcba917090')
+ version('1.5', sha256='42fcf1c97940f4b4e34ca69990a0fc9b98991357bd6a4b67f30ebe0ccc10f093')
- depends_on('autoconf-archive', type='build')
- depends_on('automake', type='build')
- depends_on('giblib', when='@:1.5') # @master already has this dependency removed
+ depends_on('giblib', when='@:1.5')
depends_on('imlib2')
depends_on('libtool')
depends_on('libxcomposite')