diff --git a/multimedia/converter/avidemux/pspec.xml b/multimedia/converter/avidemux/pspec.xml index c9b5fcde56..7618e04d1e 100755 --- a/multimedia/converter/avidemux/pspec.xml +++ b/multimedia/converter/avidemux/pspec.xml @@ -190,6 +190,13 @@ + + 2020-03-08 + 2.7.4 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + 2019-10-14 2.7.4 diff --git a/multimedia/converter/ccd2iso/pspec.xml b/multimedia/converter/ccd2iso/pspec.xml index c55cbbbdd2..053bbc1cc7 100644 --- a/multimedia/converter/ccd2iso/pspec.xml +++ b/multimedia/converter/ccd2iso/pspec.xml @@ -25,6 +25,13 @@ + + 2020-03-08 + 0.3 + Rebuild + Pisi Linux Community + admin@pisilinux.org + 2018-08-05 0.3 diff --git a/multimedia/converter/ffmulticonverter/pspec.xml b/multimedia/converter/ffmulticonverter/pspec.xml index 76b3e1b08a..e5ea200fe6 100644 --- a/multimedia/converter/ffmulticonverter/pspec.xml +++ b/multimedia/converter/ffmulticonverter/pspec.xml @@ -44,6 +44,13 @@ + + 2020-03-08 + 1.8.0 + Rebuild. + Kamil Atlı + suvari@pisilinux.org + 2018-12-03 1.8.0 diff --git a/multimedia/converter/mkvtoolnix/pspec.xml b/multimedia/converter/mkvtoolnix/pspec.xml index 2b7a1827a8..6040e55b85 100644 --- a/multimedia/converter/mkvtoolnix/pspec.xml +++ b/multimedia/converter/mkvtoolnix/pspec.xml @@ -14,7 +14,7 @@ app:gui A set of tools to create, alter and inspect Matroska files MKVToolnix is a set of tools (mkvmerge, mkvinfo and mkvextract) With these tools one can get information about (mkvinfo) Matroska files, extract tracks/data from (mkvextract) Matroska files and create (mkvmerge) Matroska files from other media files. - https://mkvtoolnix.download/sources/mkvtoolnix-19.0.0.tar.xz + https://mkvtoolnix.download/sources/mkvtoolnix-43.0.0.tar.xz qt5-base-devel qt5-multimedia-devel @@ -64,6 +64,13 @@ + + 2020-03-08 + 43.0.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + 2018-08-06 19.0.0 diff --git a/multimedia/converter/soundkonverter/pspec.xml b/multimedia/converter/soundkonverter/pspec.xml index ba06df2aa0..1af68c1876 100644 --- a/multimedia/converter/soundkonverter/pspec.xml +++ b/multimedia/converter/soundkonverter/pspec.xml @@ -88,6 +88,13 @@ + + 2020-03-08 + 3.0.1 + Rebuild + Kamil Atlı + suvari@pisilinux.org + 2018-12-03 3.0.1 diff --git a/multimedia/converter/unoconv/pspec.xml b/multimedia/converter/unoconv/pspec.xml index 4490624b91..ae85f9915d 100644 --- a/multimedia/converter/unoconv/pspec.xml +++ b/multimedia/converter/unoconv/pspec.xml @@ -36,7 +36,13 @@ - + + 2020-03-08 + 0.8.2 + Rebuild. + Kamil Atlı + suvari@pisilinux.org + 2018-11-04 0.8.2 diff --git a/multimedia/converter/vcdimager/pspec.xml b/multimedia/converter/vcdimager/pspec.xml index 91b392dfcc..ea97c44f36 100644 --- a/multimedia/converter/vcdimager/pspec.xml +++ b/multimedia/converter/vcdimager/pspec.xml @@ -51,6 +51,13 @@ + + 2020-03-08 + 2.0.1 + Rebuild. + Pisi Linux Community + admin@pisilinux.org + 2018-08-05 2.0.1 diff --git a/multimedia/misc/cmark/actions.py b/multimedia/misc/cmark/actions.py new file mode 100644 index 0000000000..b19dfbc16a --- /dev/null +++ b/multimedia/misc/cmark/actions.py @@ -0,0 +1,28 @@ +#!/usr/bin/env python +# -*- coding: utf-8 -*- +# +# Licensed under the GNU General Public License, version 3. +# See the file http://www.gnu.org/licenses/gpl.txt + +from pisi.actionsapi import cmaketools +from pisi.actionsapi import pisitools +from pisi.actionsapi import shelltools +from pisi.actionsapi import get + +def setup(): + shelltools.system("mkdir build") + shelltools.cd("build") + cmaketools.configure("-DCMAKE_INSTALL_PREFIX=/usr \ + -DCMARK_STATIC=OFF \ + -DCMAKE_INSTALL_LIBDIR=lib", sourceDir = '..') + +def build(): + shelltools.cd("build") + cmaketools.make() + +def install(): + shelltools.cd("build") + cmaketools.rawInstall("DESTDIR=%s" % get.installDIR()) + + shelltools.cd("..") + pisitools.dodoc("COPYING", "README*") diff --git a/multimedia/misc/cmark/pspec.xml b/multimedia/misc/cmark/pspec.xml new file mode 100644 index 0000000000..e94e1978e2 --- /dev/null +++ b/multimedia/misc/cmark/pspec.xml @@ -0,0 +1,62 @@ + + + + + cmark + https://github.com/jgm/cmark + + PisiLinux Community + admins@pisilinux.org + + BSD2 + library + CommonMark parsing and rendering library and program in C + CommonMark parsing and rendering library and program in C + https://github.com/commonmark/cmark/archive/0.29.0.tar.gz + + cmake + python3-devel + + + + + + cmark + + + + /usr/bin + /usr/lib + /usr/share + /usr/share/doc + + + + + cmark-devel + Development files for cmark + + cmark + + + /usr/include + /usr/lib/cmake + /usr/lib/pkgconfig + + + + + + 2020-03-08 + 0.29.0 + First release + PisiLinux Community + admins@pisilinux.org + + + diff --git a/multimedia/misc/cmark/translations.xml b/multimedia/misc/cmark/translations.xml new file mode 100644 index 0000000000..e7bef913d7 --- /dev/null +++ b/multimedia/misc/cmark/translations.xml @@ -0,0 +1,8 @@ + + + + cmark + CommonMark parsing and rendering library and program in C + CommonMark parsing and rendering library and program in C + + diff --git a/pisi-index.xml b/pisi-index.xml index ecaa0bfdde..648c09fffe 100644 --- a/pisi-index.xml +++ b/pisi-index.xml @@ -101889,6 +101889,13 @@ complete albums that you have purchased from Amazon. + + 2020-03-08 + 3.0.1 + Rebuild + Kamil Atlı + suvari@pisilinux.org + 2018-12-03 3.0.1 @@ -101942,6 +101949,13 @@ complete albums that you have purchased from Amazon. + + 2020-03-08 + 1.8.0 + Rebuild. + Kamil Atlı + suvari@pisilinux.org + 2018-12-03 1.8.0 @@ -101977,6 +101991,13 @@ complete albums that you have purchased from Amazon. + + 2020-03-08 + 0.3 + Rebuild + Pisi Linux Community + admin@pisilinux.org + 2018-08-05 0.3 @@ -102051,7 +102072,7 @@ complete albums that you have purchased from Amazon. Development files for vcdimager vcdimager için geliştirme dosyaları - vcdimager + vcdimager libcdio-devel @@ -102060,6 +102081,13 @@ complete albums that you have purchased from Amazon. + + 2020-03-08 + 2.0.1 + Rebuild. + Pisi Linux Community + admin@pisilinux.org + 2018-08-05 2.0.1 @@ -102114,7 +102142,7 @@ complete albums that you have purchased from Amazon. MKVToolnix is a set of tools (mkvmerge, mkvinfo and mkvextract) With these tools one can get information about (mkvinfo) Matroska files, extract tracks/data from (mkvextract) Matroska files and create (mkvmerge) Matroska files from other media files. mkvtoolnix Matroska (MKV) dosyaları ile kullanılmak için bilgi edinme aracı (mkvinfo), veri/iz çıkarmak aracı (mkvextract) ve MKV oluşturma aracı (mkvmerge) içeren araç setidir. mmg - https://mkvtoolnix.download/sources/mkvtoolnix-19.0.0.tar.xz + https://mkvtoolnix.download/sources/mkvtoolnix-43.0.0.tar.xz qt5-base-devel qt5-multimedia-devel @@ -102163,6 +102191,13 @@ complete albums that you have purchased from Amazon. + + 2020-03-08 + 43.0.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + 2018-08-06 19.0.0 @@ -102344,8 +102379,8 @@ complete albums that you have purchased from Amazon. avidemux-devel Avidemux için geliştirme dosyaları - avidemux-cli - avidemux-qt + avidemux-cli + avidemux-qt /usr/include/avidemux @@ -102370,7 +102405,7 @@ complete albums that you have purchased from Amazon. avidemux-qt Simple video editing/encoding tool (QT GUI) - avidemux-common + avidemux-common qt5-base x264 x265 @@ -102402,13 +102437,20 @@ complete albums that you have purchased from Amazon. avidemux-help Avidemux için yardım dosyaları - avidemux-common + avidemux-common /usr/share/avidemux6/help + + 2020-03-08 + 2.7.4 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + 2019-10-14 2.7.4 @@ -102484,6 +102526,13 @@ complete albums that you have purchased from Amazon. + + 2020-03-08 + 0.8.2 + Rebuild. + Kamil Atlı + suvari@pisilinux.org + 2018-11-04 0.8.2 @@ -108070,6 +108119,13 @@ complete albums that you have purchased from Amazon. + + 2020-03-08 + 2.0.18 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + 2019-07-11 2.0.18 @@ -117167,6 +117223,13 @@ uses SIMD instructions (MMX, SSE2, etc.) to accelerate baseline JPEG compression + + 2020-03-08 + 1.4.0 + Rebuild. + Pisi Linux Community + admin@pisilinux.org + 2018-09-01 1.4.0 @@ -117474,6 +117537,13 @@ uses SIMD instructions (MMX, SSE2, etc.) to accelerate baseline JPEG compression + + 2020-03-07 + 1.4.0 + Rebuild New T. + Mustafa Cinasal + muscnsl@gmail.com + 2019-04-15 1.4.0 @@ -117662,6 +117732,13 @@ uses SIMD instructions (MMX, SSE2, etc.) to accelerate baseline JPEG compression + + 2020-03-08 + 1.3.1 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + 2019-04-24 1.3.1 @@ -117876,6 +117953,13 @@ uses SIMD instructions (MMX, SSE2, etc.) to accelerate baseline JPEG compression + + 2020-03-08 + 0.95 + Rebuild New T. + Mustafa Cinasal + muscnsl@gmail.com + 2018-09-01 0.95 @@ -118032,7 +118116,7 @@ uses SIMD instructions (MMX, SSE2, etc.) to accelerate baseline JPEG compression Qmmp is an audio-player, written with Qt5 library. It's similar to Winamp or Xmms. Also supports Xmms and Winamp skins. qmmp-skins package in Contrib repository is recommended, too. Qmmp Qt tabanlı bir müzik oynatıcısıdır. Xmms ve Winamp temalarını destekler. Ayrıca Contrib deposunda bulunan ve Pisi Linux'a özel temalar da içeren qmmp-skins paketini de kurmanız önerilir. qmmp - http://qmmp.ylsoftware.com/files/qmmp-1.2.4.tar.bz2 + http://qmmp.ylsoftware.com/files/qmmp-1.3.6.tar.bz2 qt5-multimedia-devel qt5-base-devel @@ -118056,6 +118140,9 @@ uses SIMD instructions (MMX, SSE2, etc.) to accelerate baseline JPEG compression ffmpeg-devel libmpcdec-devel libcddb-devel + libogg-devel + mpg123-devel + libarchive-devel cmake multimedia/sound/qmmp/pspec.xml @@ -118087,6 +118174,9 @@ uses SIMD instructions (MMX, SSE2, etc.) to accelerate baseline JPEG compression libcdio-paranoia jack-audio-connection-kit libmpcdec + libogg + mpg123 + libarchive /usr/bin @@ -118100,7 +118190,7 @@ uses SIMD instructions (MMX, SSE2, etc.) to accelerate baseline JPEG compression qmmp development files qmmp için geliştirme dosyaları - qmmp + qmmp qt5-base-devel @@ -118109,6 +118199,13 @@ uses SIMD instructions (MMX, SSE2, etc.) to accelerate baseline JPEG compression + + 2020-03-08 + 1.3.6 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + 2018-12-12 1.2.4 @@ -118319,6 +118416,13 @@ uses SIMD instructions (MMX, SSE2, etc.) to accelerate baseline JPEG compression + + 2020-03-08 + 1.4.1 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + 2019-06-01 1.4.1 @@ -118535,6 +118639,13 @@ uses SIMD instructions (MMX, SSE2, etc.) to accelerate baseline JPEG compression + + 2020-03-08 + 2.9.0 + Rebuild. + PisiLinux Community + admins@pisilinux.org + 2018-04-27 2.9.0 @@ -118649,7 +118760,7 @@ uses SIMD instructions (MMX, SSE2, etc.) to accelerate baseline JPEG compression Drumstick library is a C++ wrapper around the ALSA library sequencer interface, using Qt5 objects, idioms and style. Drumstick, ALSA ardıştırıcı arayüzü için Qt5 nesnelerini, deyimlerini ve tarzını kullanan bir C++ ara kitaplığıdır. drumstick - mirrors://sourceforge/drumstick/1.1.0/drumstick-1.1.0.tar.bz2 + mirrors://sourceforge/drumstick/1.1.3/drumstick-1.1.3.tar.bz2 cmake qt5-base-devel @@ -118660,13 +118771,14 @@ uses SIMD instructions (MMX, SSE2, etc.) to accelerate baseline JPEG compression doxygen docbook-xsl shared-mime-info + pulseaudio-libs-devel multimedia/sound/drumstick/pspec.xml drumstick - drumstick-libs + drumstick-libs libgcc qt5-svg qt5-base @@ -118674,6 +118786,7 @@ uses SIMD instructions (MMX, SSE2, etc.) to accelerate baseline JPEG compression /usr/bin + /usr/share /usr/share/mime /usr/share/applications /usr/share/icons @@ -118693,6 +118806,7 @@ uses SIMD instructions (MMX, SSE2, etc.) to accelerate baseline JPEG compression alsa-lib qt5-base fluidsynth + pulseaudio-libs /usr/lib/drumstick @@ -118709,7 +118823,7 @@ uses SIMD instructions (MMX, SSE2, etc.) to accelerate baseline JPEG compression qt5-base-devel alsa-lib-devel - drumstick-libs + drumstick-libs /usr/include @@ -118717,6 +118831,13 @@ uses SIMD instructions (MMX, SSE2, etc.) to accelerate baseline JPEG compression + + 2020-03-08 + 1.1.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + 2018-09-01 1.1.0 @@ -119077,7 +119198,9 @@ uses SIMD instructions (MMX, SSE2, etc.) to accelerate baseline JPEG compression FluidSynth, SoundFort 2 özelliklerine sahip gerçek zamanlı bir yazılım bireştiricidir. https://github.com/FluidSynth/fluidsynth/archive/v2.1.1.tar.gz - lash-devel + dbus-devel + readline-devel + libsdl2-devel alsa-lib-devel ladspa-sdk-devel libsndfile-devel @@ -119090,11 +119213,11 @@ uses SIMD instructions (MMX, SSE2, etc.) to accelerate baseline JPEG compression fluidsynth - lash dbus glib2 readline alsa-lib + libsdl2 ladspa-sdk libsndfile pulseaudio-libs @@ -119193,7 +119316,7 @@ uses SIMD instructions (MMX, SSE2, etc.) to accelerate baseline JPEG compression Development files for libcdaudio libcdaudio için geliştirme dosyaları - libcdaudio + libcdaudio /usr/include @@ -119202,6 +119325,13 @@ uses SIMD instructions (MMX, SSE2, etc.) to accelerate baseline JPEG compression + + 2020-03-08 + 0.99.12 + Release Bump + Pisi Linux Community + admin@pisilinux.org + 2018-08-01 0.99.12 @@ -119837,6 +119967,13 @@ uses SIMD instructions (MMX, SSE2, etc.) to accelerate baseline JPEG compression + + 2020-03-08 + 0.7.7 + Rebuild. + PisiLinux Community + admins@pisilinux.org + 2018-12-17 0.7.7 @@ -120472,6 +120609,13 @@ uses SIMD instructions (MMX, SSE2, etc.) to accelerate baseline JPEG compression + + 2020-03-08 + 1.12.1 + Rebuild New T. + Mustafa Cinasal + muscnsl@gmail.com + 2018-09-01 1.12.1 @@ -120824,6 +120968,13 @@ uses SIMD instructions (MMX, SSE2, etc.) to accelerate baseline JPEG compression + + 2020-03-08 + 2.3.0 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + 2019-04-27 2.3.0 @@ -121205,7 +121356,7 @@ uses SIMD instructions (MMX, SSE2, etc.) to accelerate baseline JPEG compression Development files for libechonest libechonest için geliştirme dosyaları - libechonest + libechonest qt5-base-devel @@ -121214,6 +121365,13 @@ uses SIMD instructions (MMX, SSE2, etc.) to accelerate baseline JPEG compression + + 2020-03-08 + 2.3.1 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + 2018-08-07 2.3.1 @@ -121270,7 +121428,7 @@ uses SIMD instructions (MMX, SSE2, etc.) to accelerate baseline JPEG compression Development files for freealut freealut için geliştirme dosyaları - freealut + freealut openal-devel @@ -121281,6 +121439,13 @@ uses SIMD instructions (MMX, SSE2, etc.) to accelerate baseline JPEG compression + + 2020-03-08 + 1.1.0 + Rebuild New T. + Mustafa Cinasal + muscnsl@gmail.com + 2018-09-01 1.1.0 @@ -121552,7 +121717,7 @@ uses SIMD instructions (MMX, SSE2, etc.) to accelerate baseline JPEG compression multimedia.sound Lightweight C library for loading and wrapping LV2 plugin UIs Suil makes it possible to load a UI of any toolkit in a host using any other toolkit (assuming the toolkits are both supported by Suil). - http://download.drobilla.net/suil-0.10.0.tar.bz2 + http://download.drobilla.net/suil-0.10.6.tar.bz2 qt5-base-devel gtk3-devel @@ -121598,7 +121763,7 @@ uses SIMD instructions (MMX, SSE2, etc.) to accelerate baseline JPEG compression Development files for suil suil için geliştirme dosyaları - suil + suil /usr/include @@ -121606,6 +121771,13 @@ uses SIMD instructions (MMX, SSE2, etc.) to accelerate baseline JPEG compression + + 2020-03-08 + 0.10.6 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + 2018-09-01 0.10.0 @@ -121668,6 +121840,13 @@ uses SIMD instructions (MMX, SSE2, etc.) to accelerate baseline JPEG compression + + 2020-03-08 + 1.08 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + 2018-09-01 1.08 @@ -122065,6 +122244,13 @@ uses SIMD instructions (MMX, SSE2, etc.) to accelerate baseline JPEG compression + + 2020-03-08 + 1.8.2 + Rebuild New T. + Mustafa Cinasal + muscnsl@gmail.com + 2019-09-28 1.8.2 @@ -122150,7 +122336,7 @@ uses SIMD instructions (MMX, SSE2, etc.) to accelerate baseline JPEG compression multimedia.sound Probably the simplest and fastest audio player for Linux. Pogo's elementary-inspired design uses the screen-space very efficiently. It is especially well-suited for people who organize their music by albums on the harddrive. The main interface components are a directory tree and a playlist that groups albums in an innovative way.Supported file formats include Ogg Vorbis, MP3, FLAC, Musepack, Wavpack, and MPEG-4 AAC. Pogo is a fork of Decibel Audio Player. - https://github.com/jendrikseipp/pogo/archive/v0.9.tar.gz + https://github.com/jendrikseipp/pogo/archive/v1.0.tar.gz multimedia/sound/pogo/pspec.xml @@ -122174,6 +122360,13 @@ uses SIMD instructions (MMX, SSE2, etc.) to accelerate baseline JPEG compression + + 2020-03-08 + 1.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + 2018-09-01 0.9 @@ -122224,7 +122417,7 @@ uses SIMD instructions (MMX, SSE2, etc.) to accelerate baseline JPEG compression Qt4 / KDE4 Music Player Client Cantata is a graphical client for MPD cantata - https://github.com/CDrummond/cantata/releases/download/v2.3.0/cantata-2.3.0.tar.bz2 + https://github.com/CDrummond/cantata/releases/download/v2.4.1/cantata-2.4.1.tar.bz2 qt5-base-devel qt5-svg-devel @@ -122294,6 +122487,13 @@ uses SIMD instructions (MMX, SSE2, etc.) to accelerate baseline JPEG compression + + 2020-03-08 + 2.4.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + 2018-09-01 2.3.0 @@ -122379,8 +122579,8 @@ uses SIMD instructions (MMX, SSE2, etc.) to accelerate baseline JPEG compression A collection of libraries to help you integrate Last.fm services liblastfm için geliştirme dosyaları - liblastfm - liblastfm_fingerprint + liblastfm + liblastfm_fingerprint /usr/include @@ -122391,7 +122591,7 @@ uses SIMD instructions (MMX, SSE2, etc.) to accelerate baseline JPEG compression A collection of libraries to help you integrate Last.fm services Last.fm entegrasyonu kolaylaştıran kitaplık koleksiyonu - liblastfm + liblastfm qt5-base libsamplerate libgcc @@ -122402,6 +122602,13 @@ uses SIMD instructions (MMX, SSE2, etc.) to accelerate baseline JPEG compression + + 2020-03-08 + 1.0.9 + Rebuild + Mustafa Cinasal + muscnsl@pisilinux.org + 2019-04-24 1.0.9 @@ -122912,7 +123119,7 @@ uses SIMD instructions (MMX, SSE2, etc.) to accelerate baseline JPEG compression python-devel - jdk7-openjdk + jdk8-openjdk alsa-lib-devel cmake @@ -122939,7 +123146,7 @@ uses SIMD instructions (MMX, SSE2, etc.) to accelerate baseline JPEG compression programming.language.python python - portmidi + portmidi /usr/lib/python* @@ -122950,7 +123157,7 @@ uses SIMD instructions (MMX, SSE2, etc.) to accelerate baseline JPEG compression Development files for portmidi portmidi için geliştirme dosyaları - portmidi + portmidi /usr/include @@ -122958,6 +123165,13 @@ uses SIMD instructions (MMX, SSE2, etc.) to accelerate baseline JPEG compression + + 2020-03-08 + 217 + Rebuild New T. + Mustafa Cinasal + muscnsl@gmail.com + 2018-08-29 217 @@ -124276,6 +124490,59 @@ uses SIMD instructions (MMX, SSE2, etc.) to accelerate baseline JPEG compression + + + cmark + https://github.com/jgm/cmark + + PisiLinux Community + admins@pisilinux.org + + BSD2 + library + multimedia.misc + CommonMark parsing and rendering library and program in C + CommonMark parsing and rendering library and program in C + CommonMark parsing and rendering library and program in C + CommonMark parsing and rendering library and program in C + https://github.com/commonmark/cmark/archive/0.29.0.tar.gz + + cmake + python3-devel + + multimedia/misc/cmark/pspec.xml + + + cmark + + /usr/bin + /usr/lib + /usr/share + /usr/share/doc + + + + cmark-devel + Development files for cmark + + cmark + + + /usr/include + /usr/lib/cmake + /usr/lib/pkgconfig + + + + + 2020-03-08 + 0.29.0 + First release + PisiLinux Community + admins@pisilinux.org + + + frei0r-plugins diff --git a/pisi-index.xml.sha1sum b/pisi-index.xml.sha1sum index f54c19c1ea..9b2a883159 100644 --- a/pisi-index.xml.sha1sum +++ b/pisi-index.xml.sha1sum @@ -1 +1 @@ -54e0b6e49cf33a31626d72798f52a47d315a546d \ No newline at end of file +5121e06b395c12abf1cc1f56f5d4b617e0bc68e8 \ No newline at end of file diff --git a/pisi-index.xml.xz b/pisi-index.xml.xz index 3ab8956d7f..d90c669def 100644 Binary files a/pisi-index.xml.xz and b/pisi-index.xml.xz differ diff --git a/pisi-index.xml.xz.sha1sum b/pisi-index.xml.xz.sha1sum index 5d38ba1233..83e247c402 100644 --- a/pisi-index.xml.xz.sha1sum +++ b/pisi-index.xml.xz.sha1sum @@ -1 +1 @@ -a510e4ad9f148d07a95a948b1497c33600d80f9b \ No newline at end of file +52afaa80331bba204ef57d5d8d4a6a57b168404a \ No newline at end of file