diff --git a/org.kde.ark.json b/org.kde.ark.json index 7bce31a..8d90a19 100644 --- a/org.kde.ark.json +++ b/org.kde.ark.json @@ -1,33 +1,43 @@ { "id": "org.kde.ark", "branch": "master", "rename-icon": "ark", "runtime": "org.kde.Platform", "runtime-version": "master", "sdk": "org.kde.Sdk", "command": "ark", "tags": ["nightly"], "desktop-file-name-prefix": "(Nightly) ", "finish-args": ["--share=ipc", "--socket=x11", "--filesystem=host" ], "modules": [ { "name": "libarchive", "config-opts": ["--without-xml2"], "sources": [ { "type": "archive", "url": "http://libarchive.org/downloads/libarchive-3.2.1.tar.gz", "sha256": "72ee1a4e3fd534525f13a0ba1aa7b05b203d186e0c6072a8a4738649d0b3cfd2" } ] }, + { + "name": "libzip", + "sources": [ + { + "type": "archive", + "url": "http://www.nih.at/libzip/libzip-1.2.0.tar.xz", + "sha256": "ffc0764395fba3d45dc5a6e32282788854618b9e9838337f8218b596007f1376" + } + ] + }, { "name": "ark", "cmake": true, "sources": [ { "type": "git", "url": "git://anongit.kde.org/ark.git" } ] } ] }