summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/xcb-util-xrm
diff options
context:
space:
mode:
authorAdam J. Stewart <ajstewart426@gmail.com>2018-07-24 20:52:35 -0500
committerTodd Gamblin <tgamblin@llnl.gov>2018-07-25 23:10:10 -0700
commit3f18c048658cfaede38a9c66a8e7ccb8e0447b88 (patch)
tree70cc63b619c94b493e7bb6ad6fd39fb5c69079d0 /var/spack/repos/builtin/packages/xcb-util-xrm
parenta1572bb9991fc8fd8aa5a2d9a17f3b978a0d0bb6 (diff)
downloadspack-3f18c048658cfaede38a9c66a8e7ccb8e0447b88.tar.gz
spack-3f18c048658cfaede38a9c66a8e7ccb8e0447b88.tar.bz2
spack-3f18c048658cfaede38a9c66a8e7ccb8e0447b88.tar.xz
spack-3f18c048658cfaede38a9c66a8e7ccb8e0447b88.zip
Add top-level attributes for git R-Z packages
Diffstat (limited to 'var/spack/repos/builtin/packages/xcb-util-xrm')
-rw-r--r--var/spack/repos/builtin/packages/xcb-util-xrm/package.py7
1 files changed, 2 insertions, 5 deletions
diff --git a/var/spack/repos/builtin/packages/xcb-util-xrm/package.py b/var/spack/repos/builtin/packages/xcb-util-xrm/package.py
index 20b0c9cd2c..f1d53071dd 100644
--- a/var/spack/repos/builtin/packages/xcb-util-xrm/package.py
+++ b/var/spack/repos/builtin/packages/xcb-util-xrm/package.py
@@ -30,14 +30,11 @@ class XcbUtilXrm(AutotoolsPackage):
for the X resource manager."""
homepage = "https://github.com/Airblader/xcb-util-xrm"
- url = "https://github.com/Airblader/xcb-util-xrm/archive/v1.2.tar.gz"
+ git = "https://github.com/Airblader/xcb-util-xrm.git"
# This GitHub project includes some git submodules, which must be fetched
# in order to build it.
- version('1.2',
- git='https://github.com/Airblader/xcb-util-xrm',
- tag='v1.2',
- submodules=True)
+ version('1.2', tag='v1.2', submodules=True)
depends_on('autoconf', type='build')
depends_on('automake', type='build')