Files
main/network/download/aria2/pspec.xml
T
2025-12-26 12:10:35 +03:00

168 lines
4.9 KiB
XML
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>aria2</Name>
<Homepage>https://aria2.github.io/</Homepage>
<Packager>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<License>GPLv2</License>
<IsA>app:console</IsA>
<PartOf>network.download</PartOf>
<Summary>A download utility with resuming and segmented downloading.</Summary>
<Description>
aria2 is a download utility with resuming and segmented downloading. Supported protocols are HTTP, HTTPS, FTP and BitTorrent. It also supports Metalink version 3.0.
</Description>
<Archive sha1sum="5b38504efcec4668d91ff6fa8f8bb21325a71901" type="tarxz">
https://github.com/aria2/aria2/releases/download/release-1.37.0/aria2-1.37.0.tar.xz
</Archive>
<BuildDependencies>
<Dependency>gmp-devel</Dependency>
<Dependency>zlib-devel</Dependency>
<Dependency>c-ares-devel</Dependency>
<Dependency>gnutls-devel</Dependency>
<Dependency>nettle-devel</Dependency>
<Dependency>sqlite-devel</Dependency>
<Dependency>libxml2-devel</Dependency>
<Dependency>libssh2-devel</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>aria2</Name>
<RuntimeDependencies>
<Dependency>gmp</Dependency>
<Dependency>zlib</Dependency>
<Dependency>c-ares</Dependency>
<Dependency>libgcc</Dependency>
<Dependency>gnutls</Dependency>
<Dependency>nettle</Dependency>
<Dependency>sqlite</Dependency>
<Dependency>libxml2</Dependency>
<Dependency>libssh2</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="library">/usr/lib/libaria2.so*</Path>
<Path fileType="data">/usr/share/bash-completion</Path>
<Path fileType="localedata">/usr/share/locale</Path>
<Path fileType="man">/usr/share/man</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<Package>
<Name>aria2-devel</Name>
<RuntimeDependencies>
<Dependency release="current">aria2</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib/pkgconfig</Path>
<Path fileType="header">/usr/include</Path>
</Files>
</Package>
<History>
<Update release="15">
<Date>2025-12-22</Date>
<Version>1.37.0</Version>
<Comment>Rebuild</Comment>
<Name>Kamil Atlı</Name>
<Email>uglyside@yandex.ru</Email>
</Update>
<Update release="13">
<Date>2023-12-31</Date>
<Version>1.37.0</Version>
<Comment>Version bump</Comment>
<Name>Kamil Atlı</Name>
<Email>uglyside@yandex.ru</Email>
</Update>
<Update release="12">
<Date>2021-09-14</Date>
<Version>1.36.0</Version>
<Comment>Version bump.</Comment>
<Name>fury</Name>
<Email>uglyside@yandex.ru</Email>
</Update>
<Update release="11">
<Date>2021-07-01</Date>
<Version>1.35.0</Version>
<Comment>Rebuild</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="10">
<Date>2019-10-15</Date>
<Version>1.35.0</Version>
<Comment>Ver. bump</Comment>
<Name>fury</Name>
<Email>uglyside@yandex.ru</Email>
</Update>
<Update release="9">
<Date>2019-07-04</Date>
<Version>1.34.0</Version>
<Comment>Rebuild.</Comment>
<Name>fury</Name>
<Email>uglyside@yandex.ru</Email>
</Update>
<Update release="8">
<Date>2019-04-18</Date>
<Version>1.34.0</Version>
<Comment>Version bump</Comment>
<Name>fury</Name>
<Email>uglyside@yandex.ru</Email>
</Update>
<Update release="7">
<Date>2016-03-22</Date>
<Version>1.21.0</Version>
<Comment>Version bump, rebuilt with docker</Comment>
<Name>İbrahim KARAGÜZEL</Name>
<Email>karaguzelibrahim@gmail.com</Email>
</Update>
<Update release="6">
<Date>2015-02-15</Date>
<Version>1.18.9</Version>
<Comment>Version bump.</Comment>
<Name>Stefan Gronewold(groni)</Name>
<Email>groni@pisilinux.org</Email>
</Update>
<Update release="5">
<Date>2013-11-22</Date>
<Version>1.18.1</Version>
<Comment>Version bump</Comment>
<Name>Richard de Bruin</Name>
<Email>richdb@pisilinux.org</Email>
</Update>
<Update release="4">
<Date>2013-10-01</Date>
<Version>1.18.0</Version>
<Comment>Version bump</Comment>
<Name>Richard de Bruin</Name>
<Email>richdb@pisilinux.org</Email>
</Update>
<Update release="3">
<Date>2013-06-15</Date>
<Version>1.17.1</Version>
<Comment>Version bump</Comment>
<Name>Osman Erkan</Name>
<Email>osman.erkan@pisilinux.org</Email>
</Update>
<Update release="2">
<Date>2013-04-23</Date>
<Version>1.16.0</Version>
<Comment>Dep fixed</Comment>
<Name>Osman Erkan</Name>
<Email>osman.erkan@pisilinux.org</Email>
</Update>
<Update release="1">
<Date>2012-12-14</Date>
<Version>1.16.0</Version>
<Comment>First release</Comment>
<Name>M. Tayyip Yel</Name>
<Email>admins@pisilinux.org</Email>
</Update>
</History>
</PISI>