libplist ver. bump

This commit is contained in:
Rmys
2020-06-24 14:28:43 +03:00
committed by GitHub
parent 3e2c508eb1
commit 586d59b7c3
2 changed files with 10 additions and 2 deletions
+1 -1
View File
@@ -26,4 +26,4 @@ def build():
def install():
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
pisitools.dodoc("AUTHORS", "COPYING", "COPYING.LESSER", "README")
pisitools.dodoc("AUTHORS", "COPYING", "COPYING.LESSER", "README*")
+9 -1
View File
@@ -14,7 +14,7 @@
<IsA>app:console</IsA>
<Summary>Library for manipulating Apple Binary and XML Property Lists</Summary>
<Description>libplist is a library for manipulating Apple Binary and XML Property Lists.</Description>
<Archive sha1sum="e333202d00d6b1e742903d67bda753970957b508" type="tarbz2">http://www.libimobiledevice.org/downloads/libplist-2.0.0.tar.bz2</Archive>
<Archive sha1sum="a92830a3286442f9ea2eac02db81fcfb149a0812" type="tarbz2">http://www.libimobiledevice.org/downloads/libplist-2.2.0.tar.bz2</Archive>
<BuildDependencies>
<Dependency>libxml2-devel</Dependency>
<Dependency>python-devel</Dependency>
@@ -33,6 +33,7 @@
<Path fileType="library">/usr/lib</Path>
<Path fileType="doc">/usr/share/doc</Path>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="man">/usr/share/man/man1</Path>
</Files>
</Package>
@@ -51,6 +52,13 @@
</Package>
<History>
<Update release="7">
<Date>2020-06-24</Date>
<Version>2.2.0</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="6">
<Date>2020-02-01</Date>
<Version>2.0.0</Version>