summaryrefslogtreecommitdiff
path: root/metadata.json
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2023-03-21 15:23:28 +0100
committerHugo Hörnquist <hugo@lysator.liu.se>2023-03-21 15:49:27 +0100
commit841494767100e6abebde6e800796cf19e1f797e8 (patch)
treeadda2cb084de9b1cfa3da7ec03b5566f525d9fac /metadata.json
parentFix metadata. (diff)
downloadpacman-841494767100e6abebde6e800796cf19e1f797e8.tar.gz
pacman-841494767100e6abebde6e800796cf19e1f797e8.tar.xz
Basically rewrote everything.
Diffstat (limited to 'metadata.json')
-rw-r--r--metadata.json19
1 files changed, 11 insertions, 8 deletions
diff --git a/metadata.json b/metadata.json
index ed83793..a069fb1 100644
--- a/metadata.json
+++ b/metadata.json
@@ -1,20 +1,23 @@
{
"name": "HugoNikanor-pacman",
- "version": "0.1.0",
+ "version": "0.1.1",
"author": "Hugo Hörnquist",
"license": "None",
"summary": "Interface with Arch Linux's package manager.",
"source": "https://git.hornquist.se/puppet/pacman",
- "dependencies": [
- {
- "name": "puppetlabs/inifile",
- "version_requirement": ">= 5.0.0 < 6.0.0"
- }
- ],
+ "dependencies": [
+ {
+ "name": "puppetlabs/concat",
+ "version_requirement": ">= 7.2.0 < 8.0.0"
+ }
+ ],
"operatingsystem_support": [
{
"operatingsystem": "Archlinux"
}
- ]
+ ],
+ "pdk-version": "2.5.0",
+ "template-url": "pdk-default#2.5.0",
+ "template-ref": "tags/2.5.0-0-g369d483"
}