uchardet, flacon rebuild.

This commit is contained in:
4fury-c3440d8
2021-04-26 06:16:10 +03:00
parent 4223ae12b4
commit 8754476cb4
3 changed files with 12 additions and 5 deletions
+1 -1
View File
@@ -39,7 +39,7 @@
<History>
<Update release="1">
<Date>2020-01-01</Date>
<Date>2021-04-26</Date>
<Version>5.5.1</Version>
<Comment>First release.</Comment>
<Name>PisiLinux Community</Name>
+2 -2
View File
@@ -1,8 +1,8 @@
#!/usr/bin/env python
#!/usr/bin/python
# -*- coding: utf-8 -*-
#
# Licensed under the GNU General Public License, version 3.
# See the file http://www.gnu.org/licenses/gpl.txt
# See the file https://www.gnu.org/licenses/gpl-3.0.txt
from pisi.actionsapi import cmaketools
from pisi.actionsapi import pisitools
+9 -2
View File
@@ -1,5 +1,5 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>uchardet</Name>
@@ -12,7 +12,7 @@
<IsA>library</IsA>
<Summary>Encoding detector library ported from Mozilla</Summary>
<Description>Encoding detector library ported from Mozilla</Description>
<Archive sha1sum="c04257ee7fb5ebbae144311d70b42c1d7efe41b9" type="tarxz">https://www.freedesktop.org/software/uchardet/releases/uchardet-0.0.6.tar.xz</Archive>
<Archive sha1sum="de19b7e614f11572582a0d47f7d5d6f8ec649199" type="tarxz">https://www.freedesktop.org/software/uchardet/releases/uchardet-0.0.7.tar.xz</Archive>
<BuildDependencies>
<Dependency>cmake</Dependency>
</BuildDependencies>
@@ -46,6 +46,13 @@
</Package>
<History>
<Update release="2">
<Date>2021-04-26</Date>
<Version>0.0.7</Version>
<Comment>Version bump.</Comment>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Update>
<Update release="1">
<Date>2020-01-01</Date>
<Version>0.0.6</Version>