perl-path-tiny:ver bump

This commit is contained in:
blue-devil
2020-05-19 01:06:39 +03:00
parent cf88c4db9d
commit c53f15d64e
2 changed files with 10 additions and 3 deletions
@@ -4,8 +4,8 @@
# Licensed under the GNU General Public License, version 3.
# See the file http://www.gnu.org/licenses/gpl.txt
from pisi.actionsapi import perlmodules
from pisi.actionsapi import pisitools
from pisi.actionsapi import perlmodules
def setup():
perlmodules.configure()
@@ -13,7 +13,7 @@
<IsA>library</IsA>
<Summary>File path utility</Summary>
<Description>This module provides a small, fast utility for working with file paths.</Description>
<Archive sha1sum="7158dddfdea7c15cea1319234ba756b2821a552b" type="targz">https://cpan.metacpan.org/authors/id/D/DA/DAGOLDEN/Path-Tiny-0.112.tar.gz</Archive>
<Archive sha1sum="ce34391e44158435ec39be1bb4eb9b77aa843ec2" type="targz">https://cpan.metacpan.org/authors/id/D/DA/DAGOLDEN/Path-Tiny-0.114.tar.gz</Archive>
<BuildDependencies>
<Dependency>perl</Dependency>
</BuildDependencies>
@@ -26,14 +26,21 @@
<Dependency>perl</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib</Path>
<Path fileType="data">/usr/share</Path>
<Path fileType="library">/usr/lib</Path>
<Path fileType="man">/usr/share/man</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<History>
<Update release="5">
<Date>2020-05-18</Date>
<Version>0.114</Version>
<Comment>Minor version bump.</Comment>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Update>
<Update release="4">
<Date>2020-02-06</Date>
<Version>0.112</Version>