diff --git a/multimedia/graphics/babl/pspec.xml b/multimedia/graphics/babl/pspec.xml index 58e9a1e549..3c919b9a64 100644 --- a/multimedia/graphics/babl/pspec.xml +++ b/multimedia/graphics/babl/pspec.xml @@ -13,7 +13,7 @@ library A dynamic, any to any, pixel format translation library babl is a library that allows converting between different methods of storing pixels known as pixel formats that have with different bitdepths and other data representations, color models and component permutations. - https://download.gimp.org/pub/babl/0.1/babl-0.1.24.tar.bz2 + https://download.gimp.org/pub/babl/0.1/babl-0.1.38.tar.bz2 @@ -43,6 +43,13 @@ + + 2017-12-21 + 0.1.38 + Version Bump + Mustafa Cinasal + admin@pisilinux.org + 2017-02-05 0.1.24 diff --git a/multimedia/graphics/libgexiv2/actions.py b/multimedia/graphics/libgexiv2/actions.py new file mode 100644 index 0000000000..612b513e25 --- /dev/null +++ b/multimedia/graphics/libgexiv2/actions.py @@ -0,0 +1,20 @@ +#!/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 autotools +from pisi.actionsapi import pisitools +from pisi.actionsapi import get + +def setup(): + autotools.configure() + +def build(): + autotools.make() + +def install(): + autotools.rawInstall("DESTDIR=%s" % get.installDIR()) + + pisitools.dodoc("AUTHORS", "COPYING", "NEWS", "README") diff --git a/multimedia/graphics/libgexiv2/pspec.xml b/multimedia/graphics/libgexiv2/pspec.xml new file mode 100644 index 0000000000..544a5de432 --- /dev/null +++ b/multimedia/graphics/libgexiv2/pspec.xml @@ -0,0 +1,62 @@ + + + + + libgexiv2 + https://wiki.gnome.org/Projects/gexiv2 + + PisiLinux Community + admins@pisilinux.org + + GPLv2 + library + GObject-based wrapper around the Exiv2 library + GObject-based wrapper around the Exiv2 library + https://download.gnome.org/sources/gexiv2/0.10/gexiv2-0.10.6.tar.xz + + glib2-devel + exiv2-devel + gobject-introspection-devel + vala-devel + + + + + libgexiv2 + + glib2 + libgcc + exiv2-libs + + + /usr/lib + /usr/share + /usr/share/gtk-doc/html + /usr/share/vapi + + + + + libgexiv2-devel + Development files for libgexiv2 + + libgexiv2 + exiv2-devel + glib2-devel + + + /usr/include + /usr/lib/pkgconfig + + + + + + 2017-12-20 + 0.10.6 + First release + Mustafa Cinasal + muscnsl@gmail.com + + + diff --git a/multimedia/graphics/libgexiv2/translations.xml b/multimedia/graphics/libgexiv2/translations.xml new file mode 100644 index 0000000000..59a82593d9 --- /dev/null +++ b/multimedia/graphics/libgexiv2/translations.xml @@ -0,0 +1,8 @@ + + + + libgexiv2 + GObject-based wrapper around the Exiv2 library + GObject-based wrapper around the Exiv2 library + + diff --git a/multimedia/graphics/libmypaint/actions.py b/multimedia/graphics/libmypaint/actions.py new file mode 100644 index 0000000000..75217b342e --- /dev/null +++ b/multimedia/graphics/libmypaint/actions.py @@ -0,0 +1,20 @@ +#!/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 autotools +from pisi.actionsapi import pisitools +from pisi.actionsapi import get + +def setup(): + autotools.configure() + +def build(): + autotools.make() + +def install(): + autotools.rawInstall("DESTDIR=%s" % get.installDIR()) + + pisitools.dodoc("TODO", "CODE_OF_CONDUCT.md", "CONTRIBUTING.md", "README*") diff --git a/multimedia/graphics/libmypaint/pspec.xml b/multimedia/graphics/libmypaint/pspec.xml new file mode 100644 index 0000000000..4819a6e270 --- /dev/null +++ b/multimedia/graphics/libmypaint/pspec.xml @@ -0,0 +1,59 @@ + + + + + libmypaint + https://github.com/mypaint/libmypaint + + PisiLinux Community + admins@pisilinux.org + + ISC + library + a library for making brushstrokes which is used by MyPaint and other projects, with GEGL support + a library for making brushstrokes which is used by MyPaint and other projects, with GEGL support + https://github.com/mypaint/libmypaint/releases/download/v1.3.0/libmypaint-1.3.0.tar.xz + + json-c-devel + intltool + gobject-introspection-devel + + + + + libmypaint + + glib2 + json-c + + + /usr/lib + /usr/share + /usr/share/locale + + + + + libmypaint-devel + Development files for libmypaint + + libmypaint + glib2-devel + json-c-devel + + + /usr/include + /usr/lib/pkgconfig + + + + + + 2017-12-20 + 1.3.0 + First release + Mustafa Cinasal + muscnsl@gmail.com + + + diff --git a/multimedia/graphics/libmypaint/translations.xml b/multimedia/graphics/libmypaint/translations.xml new file mode 100644 index 0000000000..d71faf8eb9 --- /dev/null +++ b/multimedia/graphics/libmypaint/translations.xml @@ -0,0 +1,8 @@ + + + + libmypaint + a library for making brushstrokes which is used by MyPaint and other projects, with GEGL support + a library for making brushstrokes which is used by MyPaint and other projects, with GEGL support + + diff --git a/pisi-index.xml b/pisi-index.xml index b02855661d..7a5f8d772f 100644 --- a/pisi-index.xml +++ b/pisi-index.xml @@ -35301,7 +35301,7 @@ Dağıtım bağımsız sistem yükleyici Calamares is a distribution-independent system installer, with an advanced partitioning feature for both manual and automated partitioning operations. Calamares dağıtım bağımsız bir sistem yükleyicidir. - https://sourceforge.net/projects/pisilinux/files/source/calamares-3.1.7.zip + https://github.com/calamares/calamares/releases/download/v3.1.10/calamares-3.1.10.tar.gz gettext-devel yaml-cpp @@ -35342,6 +35342,7 @@ kparts-devel + pisilocalayar.patch pisi_set_hostname.patch no_fsck_and_pymouth.patch @@ -35354,6 +35355,7 @@ boost boost-python3 python3 + kcrash parted solid ki18n @@ -35402,6 +35404,13 @@ + + 2017-12-19 + 3.1.10 + Version Bump. + Mustafa Cinasal + muscnsl@gmail.com + 2017-12-07 3.1.7 @@ -40050,7 +40059,7 @@ X.Org radeon ekran kartı sürücüsü xorg-video-radeon contains the X.Org driver for ATI video chipsets. xorg-video-radeon, ATI ekran kartları için X.Org sürücüsünü içerir. - mirrors://xorg/individual/driver/xf86-video-ati-7.9.0.tar.bz2 + mirrors://xorg/individual/driver/xf86-video-ati-7.10.0.tar.bz2 libdrm-devel libpciaccess-devel @@ -40078,6 +40087,13 @@ + + 2017-10-19 + 7.10.0 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + 2017-09-09 7.9.0 @@ -46202,8 +46218,9 @@ X server is the main application that allows a graphical interface. X sunucu, grafiksel arayüz için gerekli ana uygulamadır. X serwer to główna aplikacja, która umożliwia interfejs graficzny. - mirrors://xorg/individual/xserver/xorg-server-1.19.1.tar.bz2 + mirrors://xorg/individual/xserver/xorg-server-1.19.5.tar.bz2 + libbsd-devel font-util libjpeg-turbo-devel libdmx-devel @@ -46246,7 +46263,11 @@ wayland-protocols-devel - bug99358.patch + nvidia-add-modulepath-support.patch + xserver-autobind-hotplug.patch + xorg-server-1.12-unloadsubmodule.patch + xorg-server-1.18-support-multiple-Files-sections.patch + xorg-server-1.19.4-sysmacros.patch x11/server/xorg-server/pspec.xml @@ -46449,6 +46470,13 @@ + + 2017-12-17 + 1.19.5 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + 2017-04-26 1.19.1 @@ -67350,7 +67378,7 @@ It supports email, address books, calendars, tasks, news feeds and much more.kreport-devel Developments files for kreport. - kreport + kreport qt5-base-devel kproperty-devel qt5-webkit-devel @@ -67362,6 +67390,13 @@ It supports email, address books, calendars, tasks, news feeds and much more. + + 2017-12-16 + 3.0.2 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + 2017-10-16 3.0.2 @@ -75672,7 +75707,7 @@ It supports email, address books, calendars, tasks, news feeds and much more.desktop.kde.applications Library for creating events. Library for creating events. - mirrors://kde/stable/applications/17.08.3/src/eventviews-17.08.3.tar.xz + mirrors://kde/stable/applications/17.12.0/src/eventviews-17.12.0.tar.xz extra-cmake-modules qt5-base-devel @@ -75701,6 +75736,9 @@ It supports email, address books, calendars, tasks, news feeds and much more.akonadi-contacts-devel kdiagram-devel + + qt5.patch + desktop/kde/applications/eventviews/pspec.xml @@ -75742,7 +75780,7 @@ It supports email, address books, calendars, tasks, news feeds and much more.eventviews-devel Development files for eventviews. - eventviews + eventviews /usr/include @@ -75750,6 +75788,13 @@ It supports email, address books, calendars, tasks, news feeds and much more. + + 2017-12-15 + 17.12.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + 2017-11-11 17.08.3 @@ -76827,7 +76872,7 @@ It supports email, address books, calendars, tasks, news feeds and much more.KDE Disk Bölümü Yöneticisi It allows you to easily create, copy, move, delete, resize without losing data, backup and restore partitions.. KDE Disk Bölümü Yöneticisi, disklerinizi, bölümlerinizi ve dosya sistemlerinizi yönetmenize izin verir. Birçok dosya sistemini (ext2/3/4, reiserfs, NTFS, FAT32 ve daha fazlası) desteklemenin yanı sıra, yeni bölüm oluşturabilir ya da var olan bir bölüm üzerinde boyutlandırma, kopyalama, taşıma, yedekleme ve geri yükleme işlemlerini yapabilir. - https://download.kde.org/stable/partitionmanager/3.2.1/src/partitionmanager-3.2.1.tar.xz + https://download.kde.org/stable/partitionmanager/3.3.0/src/partitionmanager-3.3.0.tar.xz qt5-base-devel libatasmart-devel @@ -76877,6 +76922,13 @@ It supports email, address books, calendars, tasks, news feeds and much more. + + 2017-12-19 + 3.3.0 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + 2017-10-09 3.2.1 @@ -79837,6 +79889,8 @@ It supports email, address books, calendars, tasks, news feeds and much more.libogg-devel libvorbis-devel fftw3-devel + id3lib-devel + libmad-devel desktop/kde/applications/kwave/pspec.xml @@ -79848,7 +79902,10 @@ It supports email, address books, calendars, tasks, news feeds and much more.flac fftw3 ki18n + id3lib + libmad kcrash + karchive libgcc libogg kconfig @@ -79880,9 +79937,9 @@ It supports email, address books, calendars, tasks, news feeds and much more. - 2017-12-15 + 2017-12-17 17.12.0 - Version bump. + Version bump Mustafa Cinasal muscnsl@gmail.com @@ -80451,6 +80508,10 @@ It supports email, address books, calendars, tasks, news feeds and much more.qt5-location-devel qt5-webengine-devel + + qt5.patch + latitudeservice.patch + desktop/kde/applications/libkgapi/pspec.xml @@ -80493,7 +80554,7 @@ It supports email, address books, calendars, tasks, news feeds and much more. - 2017-12-15 + 2017-12-17 17.12.0 Version bump. Mustafa Cinasal @@ -81811,7 +81872,7 @@ It supports email, address books, calendars, tasks, news feeds and much more.Kanagram is a game based on anagrams of words: the puzzle is solved when the letters of the scrambled word are put back in the correct order. There is no limit on either time taken, or the amount of attempts to solve the word. Kanagram, anagramlar üzerine bir oyundur. Dağınık yerleştirilmiş harfleri birleştirerek kelimeyi bulun. Zaman veya deneme sınırı yoktur. kanagram - mirrors://kde/stable/applications/17.08.3/src/kanagram-17.08.3.tar.xz + mirrors://kde/stable/applications/17.12.0/src/kanagram-17.12.0.tar.xz qt5-base-devel qt5-declarative @@ -81858,6 +81919,13 @@ It supports email, address books, calendars, tasks, news feeds and much more. + + 2017-12-15 + 17.12.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + 2017-11-11 17.08.3 @@ -82286,7 +82354,7 @@ It supports email, address books, calendars, tasks, news feeds and much more.desktop.kde.applications KDE PIM incidence editor. KDE PIM incidence editor. - http://download.kde.org/stable/applications/17.08.3/src/incidenceeditor-17.08.3.tar.xz + http://download.kde.org/stable/applications/17.12.0/src/incidenceeditor-17.12.0.tar.xz extra-cmake-modules qt5-base-devel @@ -82321,6 +82389,9 @@ It supports email, address books, calendars, tasks, news feeds and much more.akonadi-mime-devel akonadi-contacts-devel + + qt5.patch + desktop/kde/applications/incidenceeditor/pspec.xml @@ -82373,7 +82444,7 @@ It supports email, address books, calendars, tasks, news feeds and much more.incidenceeditor-devel Development files for incidenceeditor. - incidenceeditor + incidenceeditor /usr/include @@ -82382,6 +82453,13 @@ It supports email, address books, calendars, tasks, news feeds and much more. + + 2017-12-15 + 17.12.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + 2017-11-12 17.08.3 @@ -85183,7 +85261,7 @@ It supports email, address books, calendars, tasks, news feeds and much more.desktop.kde.applications Library for managing partitions. Library for managing partitions. - mirrors://kde/stable/kpmcore/3.2.0/src/kpmcore-3.2.0.tar.xz + mirrors://kde/stable/kpmcore/3.3.0/src/kpmcore-3.3.0.tar.xz qt5-base-devel libatasmart-devel @@ -85232,7 +85310,7 @@ It supports email, address books, calendars, tasks, news feeds and much more.kpmcore-devel Development files for kpmcore - kpmcore + kpmcore /usr/include @@ -85241,6 +85319,13 @@ It supports email, address books, calendars, tasks, news feeds and much more. + + 2017-12-19 + 3.3.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + 2017-10-09 3.2.0 @@ -85316,7 +85401,7 @@ It supports email, address books, calendars, tasks, news feeds and much more.kdepim-runtime contains KDE5 PIM (Personal Information Management) runtime environment like akonadi agents. kdepim-runtime, kdelibs kullanarak yazılmış olan Akonadi ajanları da dahil olmak üzere KDE5 PIM (Personal Information Management - Kişisel Bilgi Yönetimi) çalışma zamanı ortamını içerir. kontact - mirrors://kde/stable/applications/17.08.3/src/kdepim-runtime-17.08.3.tar.xz + mirrors://kde/stable/applications/17.12.0/src/kdepim-runtime-17.12.0.tar.xz kdoctools-devel boost-devel @@ -85356,6 +85441,9 @@ It supports email, address books, calendars, tasks, news feeds and much more.qt5-speech-devel kdav-devel + + qt5.patch + desktop/kde/applications/kdepim-runtime/pspec.xml @@ -85425,6 +85513,13 @@ It supports email, address books, calendars, tasks, news feeds and much more. + + 2017-12-15 + 17.12.0 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + 2017-11-11 17.08.3 @@ -119833,7 +119928,7 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol 2017-12-17 3.8.3 - First release + First release. Mustafa Cinasal muscnsl@gmail.com @@ -130287,6 +130382,67 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol + + + libgexiv2 + https://wiki.gnome.org/Projects/gexiv2 + + PisiLinux Community + admins@pisilinux.org + + GPLv2 + library + multimedia.graphics + GObject-based wrapper around the Exiv2 library + GObject-based wrapper around the Exiv2 library + GObject-based wrapper around the Exiv2 library + GObject-based wrapper around the Exiv2 library + https://download.gnome.org/sources/gexiv2/0.10/gexiv2-0.10.6.tar.xz + + glib2-devel + exiv2-devel + gobject-introspection-devel + vala-devel + + multimedia/graphics/libgexiv2/pspec.xml + + + libgexiv2 + + glib2 + libgcc + exiv2-libs + + + /usr/lib + /usr/share + /usr/share/gtk-doc/html + /usr/share/vapi + + + + libgexiv2-devel + Development files for libgexiv2 + + libgexiv2 + exiv2-devel + glib2-devel + + + /usr/include + /usr/lib/pkgconfig + + + + + 2017-12-20 + 0.10.6 + First release + Mustafa Cinasal + muscnsl@gmail.com + + + jbigkit @@ -130354,6 +130510,64 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol + + + libmypaint + https://github.com/mypaint/libmypaint + + PisiLinux Community + admins@pisilinux.org + + ISC + library + multimedia.graphics + a library for making brushstrokes which is used by MyPaint and other projects, with GEGL support + a library for making brushstrokes which is used by MyPaint and other projects, with GEGL support + a library for making brushstrokes which is used by MyPaint and other projects, with GEGL support + a library for making brushstrokes which is used by MyPaint and other projects, with GEGL support + https://github.com/mypaint/libmypaint/releases/download/v1.3.0/libmypaint-1.3.0.tar.xz + + json-c-devel + intltool + gobject-introspection-devel + + multimedia/graphics/libmypaint/pspec.xml + + + libmypaint + + glib2 + json-c + + + /usr/lib + /usr/share + /usr/share/locale + + + + libmypaint-devel + Development files for libmypaint + + libmypaint + glib2-devel + json-c-devel + + + /usr/include + /usr/lib/pkgconfig + + + + + 2017-12-20 + 1.3.0 + First release + Mustafa Cinasal + muscnsl@gmail.com + + + openjpeg @@ -132756,7 +132970,7 @@ uses SIMD instructions (MMX, SSE2, etc.) to accelerate baseline JPEG compression Dinamik piksel biçimi dönüştürme kütüphanesi babl is a library that allows converting between different methods of storing pixels known as pixel formats that have with different bitdepths and other data representations, color models and component permutations. babl, çeşitli piksel saklama yöntemleri arasında dönüşüme izin veren bir programlama kütüphanesidir. - https://download.gimp.org/pub/babl/0.1/babl-0.1.24.tar.bz2 + https://download.gimp.org/pub/babl/0.1/babl-0.1.38.tar.bz2 gobject-introspection-devel @@ -132774,7 +132988,7 @@ uses SIMD instructions (MMX, SSE2, etc.) to accelerate baseline JPEG compression Development files for babl babl için geliştirme dosyaları - babl + babl /usr/include @@ -132783,6 +132997,13 @@ uses SIMD instructions (MMX, SSE2, etc.) to accelerate baseline JPEG compression + + 2017-12-21 + 0.1.38 + Version Bump + Mustafa Cinasal + admin@pisilinux.org + 2017-02-05 0.1.24 @@ -135776,7 +135997,7 @@ uses SIMD instructions (MMX, SSE2, etc.) to accelerate baseline JPEG compression http://http.download.nvidia.com/XFree86/Linux-x86/304.137/NVIDIA-Linux-x86-304.137.run http://http.download.nvidia.com/XFree86/Linux-x86_64/304.137/NVIDIA-Linux-x86_64-304.137.run - kernel-module-headers + kernel-module-headers kernel/drivers/module-nvidia304/pspec.xml @@ -135788,7 +136009,7 @@ uses SIMD instructions (MMX, SSE2, etc.) to accelerate baseline JPEG compression noDelta - kernel + kernel /lib/modules @@ -135823,6 +136044,13 @@ uses SIMD instructions (MMX, SSE2, etc.) to accelerate baseline JPEG compression + + 2017-12-20 + 304.137 + Rebuild for new kernel. + Mustafa Cinasal + muscnsl@gmail.com + 2017-12-06 304.137 @@ -135931,7 +136159,7 @@ uses SIMD instructions (MMX, SSE2, etc.) to accelerate baseline JPEG compression http://http.download.nvidia.com/XFree86/Linux-x86/340.104/NVIDIA-Linux-x86-340.104.run http://http.download.nvidia.com/XFree86/Linux-x86_64/340.104/NVIDIA-Linux-x86_64-340.104.run - kernel-module-headers + kernel-module-headers kernel/drivers/module-nvidia340/pspec.xml @@ -135943,7 +136171,7 @@ uses SIMD instructions (MMX, SSE2, etc.) to accelerate baseline JPEG compression noDelta - kernel + kernel /lib/modules @@ -135993,7 +136221,7 @@ uses SIMD instructions (MMX, SSE2, etc.) to accelerate baseline JPEG compression zlib-32bit libX11-32bit libXext-32bit - xorg-video-nvidia340 + xorg-video-nvidia340 /usr/lib32 @@ -136008,6 +136236,13 @@ uses SIMD instructions (MMX, SSE2, etc.) to accelerate baseline JPEG compression + + 2017-12-20 + 340.104 + Rebuild for new kernel. + Mustafa Cinasal + muscnsl@gmail.com + 2017-12-06 340.104 @@ -136272,7 +136507,7 @@ uses SIMD instructions (MMX, SSE2, etc.) to accelerate baseline JPEG compression http://download.nvidia.com/XFree86/Linux-x86/387.34/NVIDIA-Linux-x86-387.34.run http://download.nvidia.com/XFree86/Linux-x86_64/387.34/NVIDIA-Linux-x86_64-387.34.run - kernel-module-headers + kernel-module-headers libX11-devel gtk2-devel gtk3-devel @@ -136288,7 +136523,7 @@ uses SIMD instructions (MMX, SSE2, etc.) to accelerate baseline JPEG compression noDelta - kernel + kernel /lib/modules @@ -136385,7 +136620,7 @@ uses SIMD instructions (MMX, SSE2, etc.) to accelerate baseline JPEG compression mesa-32bit libX11-32bit libXext-32bit - xorg-video-nvidia-current + xorg-video-nvidia-current atk gtk2 gtk3 @@ -136403,6 +136638,13 @@ uses SIMD instructions (MMX, SSE2, etc.) to accelerate baseline JPEG compression + + 2017-12-20 + 387.34 + Rebuild for new kernel. + Mustafa Cinasal + muscnsl@gmail.com + 2017-12-06 387.34 @@ -136534,7 +136776,7 @@ uses SIMD instructions (MMX, SSE2, etc.) to accelerate baseline JPEG compression systemtap-sdt-devel - patches/linux/patch-4.9.66.xz + patches/linux/patch-4.9.70.xz patches/mageia/Revert-cpufreq-pcc-Enable-autoload-of-pcc-cpufreq-fo.patch patches/mageia/base-cacheinfo-silence-DT-warnings.patch patches/mageia/iommu-amd-flush-IOTLB-for-specific-domains-only-v3.patch @@ -136674,6 +136916,13 @@ uses SIMD instructions (MMX, SSE2, etc.) to accelerate baseline JPEG compression + + 2017-12-20 + 4.9.70 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + 2017-12-07 4.9.66 diff --git a/pisi-index.xml.sha1sum b/pisi-index.xml.sha1sum index 6abc0c4f17..a67acd386b 100644 --- a/pisi-index.xml.sha1sum +++ b/pisi-index.xml.sha1sum @@ -1 +1 @@ -0fa2d11e400d4ffab98fc9d795aac4b896b9f637 \ No newline at end of file +224917ece0dee22e7d3a748f7646bf584910d649 \ No newline at end of file diff --git a/pisi-index.xml.xz b/pisi-index.xml.xz index 9477931d0f..7e6ae19091 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 3bd4f79526..0d4d8bb433 100644 --- a/pisi-index.xml.xz.sha1sum +++ b/pisi-index.xml.xz.sha1sum @@ -1 +1 @@ -7d42aba87d0e566ac24fdd0fa5c2c37afa4befc8 \ No newline at end of file +cccb46f7e3ee85a15cf1b40d44985ecbe464cd30 \ No newline at end of file