diff --git a/desktop/gnome/base/gsettings-desktop-schemas/actions.py b/desktop/gnome/base/gsettings-desktop-schemas/actions.py
new file mode 100644
index 0000000000..27eeeaac91
--- /dev/null
+++ b/desktop/gnome/base/gsettings-desktop-schemas/actions.py
@@ -0,0 +1,23 @@
+#!/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
+
+from pisi.actionsapi import autotools
+from pisi.actionsapi import pisitools
+from pisi.actionsapi import get
+
+def setup():
+ autotools.configure("--sbindir=/sbin \
+ --disable-maintainer-mode \
+ --disable-schemas-compile")
+
+def build():
+ autotools.make()
+
+def install():
+ autotools.rawInstall("DESTDIR=%s" % get.installDIR())
+
+ pisitools.dodoc("README","NEWS","MAINTAINERS")
+
diff --git a/desktop/gnome/base/gsettings-desktop-schemas/pspec.xml b/desktop/gnome/base/gsettings-desktop-schemas/pspec.xml
new file mode 100644
index 0000000000..cbd7917bcc
--- /dev/null
+++ b/desktop/gnome/base/gsettings-desktop-schemas/pspec.xml
@@ -0,0 +1,53 @@
+
+
+
+
+ gsettings-desktop-schemas
+ http://www.gnome.org/
+
+ PisiLinux Community
+ admin@pisilinux.org
+
+ GPLv2
+ data
+ Collection of GSettings schemas for GNOME desktop
+ Gsettings-desktop-schemas contains a collection of GSettings schemas for settings shared by various components of a desktop.
+ mirrors://gnome/gsettings-desktop-schemas/3.10/gsettings-desktop-schemas-3.10.1.tar.xz
+
+ intltool
+
+
+
+
+ gsettings-desktop-schemas
+
+ /usr/share/doc
+ /usr/share/locale
+ /usr/share/GConf/
+ /usr/share/gir-1.0
+ /usr/lib/girepository-1.0
+ /usr/share/glib-2.0/schemas
+
+
+
+
+ gsettings-desktop-schemas-devel
+
+ gsettings-desktop-schemas
+
+
+ /usr/include
+ /usr/share/pkgconfig/
+
+
+
+
+
+ 2018-12-03
+ 3.10.1
+ First Release
+ Kamil Atlı
+ suvari@pisilinux.org
+
+
+
\ No newline at end of file
diff --git a/desktop/gnome/base/gsettings-desktop-schemas/translations.xml b/desktop/gnome/base/gsettings-desktop-schemas/translations.xml
new file mode 100644
index 0000000000..015829ccd0
--- /dev/null
+++ b/desktop/gnome/base/gsettings-desktop-schemas/translations.xml
@@ -0,0 +1,13 @@
+
+
+
+ gsettings-desktop-schemas
+ GNOME masaüstü ortamı için GSettings şemalarının koleksiyonu
+ Gnome masaüstünün çeşitli bileşenleri tarafından paylaşılan ayarlar için GSettings şemalarının bir koleksiyonudur.
+
+
+
+ gsettings-desktop-schemas-devel
+ gsettings-desktop-schemas için geliştirme dosyaları
+
+
diff --git a/multimedia/converter/FFMultiConverter/actions.py b/multimedia/converter/FFMultiConverter/actions.py
new file mode 100644
index 0000000000..65ea0688c1
--- /dev/null
+++ b/multimedia/converter/FFMultiConverter/actions.py
@@ -0,0 +1,16 @@
+#!/usr/bin/python
+# -*- coding: utf-8 -*-
+#
+# Licensed under the GNU General Public License, version 3.
+# See the file http://www.gnu.org/copyleft/gpl.txt
+
+from pisi.actionsapi import pythonmodules
+from pisi.actionsapi import pisitools
+
+def build():
+ pythonmodules.compile(pyVer = "3")
+
+def install():
+ pythonmodules.install(pyVer = "3")
+
+ pisitools.dodoc("ChangeLog", "COPYING", "README*")
diff --git a/multimedia/converter/FFMultiConverter/pspec.xml b/multimedia/converter/FFMultiConverter/pspec.xml
new file mode 100644
index 0000000000..c199dd50bc
--- /dev/null
+++ b/multimedia/converter/FFMultiConverter/pspec.xml
@@ -0,0 +1,55 @@
+
+
+
+
+ ffmulticonverter
+ https://github.com/Ilias95/FF-Multi-Converter
+
+ Kamil Atlı
+ suvari@pisilinux.org
+
+ GPLv3
+ ffmulticonverter
+ app:gui
+ A multi converter
+ FF Multi Converter is a simple graphical application that enables you to convert audio, video, image and document files between all popular formats, using and combining other programs. It uses ffmpeg for audio/video files, unoconv for document files (which uses the OpenOffice's UNO bindings) and PIL library for image file conversions.
+ mirrors://sourceforge/ffmulticonv/ffmulticonverter-1.8.0.tar.gz
+
+ python3-qt5-devel
+ ffmpeg-devel
+ gettext-devel
+ python3-devel
+
+
+
+
+ ffmulticonverter
+
+ ffmpeg
+ unoconv
+ python3-qt5
+ imagemagick
+
+
+
+
+ /usr/lib
+ /usr/share/doc
+ /usr/share/man
+ /usr/bin
+ /usr/share/pixmaps
+ /usr/share/applications
+ /usr/share/ffmulticonverter
+
+
+
+
+
+ 2018-12-03
+ 1.8.0
+ First release
+ Kamil Atlı
+ suvari@pisilinux.org
+
+
+
\ No newline at end of file
diff --git a/multimedia/converter/FFMultiConverter/translations.xml b/multimedia/converter/FFMultiConverter/translations.xml
new file mode 100644
index 0000000000..d20addfbbd
--- /dev/null
+++ b/multimedia/converter/FFMultiConverter/translations.xml
@@ -0,0 +1,8 @@
+
+
+
+ ffmulticonverter
+ Bir çoklu dönüştürücü
+ FF Multi Converter; ses, video, resim ve belge dosya biçimlerini farklı biçimlere dönüştürmek için kullanılabilecek diğer uygulamalara önyüzlük yapan basit bir araçtır. Ses ve video dosyaları için ffmpeg, belge dosyaları için unoconv ve resim dosyaları için PIL kütüphanesi kullanılmaktadır.
+
+
diff --git a/multimedia/converter/unoconv/pspec.xml b/multimedia/converter/unoconv/pspec.xml
index 4acaae54eb..d4ff20e78b 100644
--- a/multimedia/converter/unoconv/pspec.xml
+++ b/multimedia/converter/unoconv/pspec.xml
@@ -12,19 +12,18 @@
app:console
A document converter
unoconv converts between any document format that OpenOffice / OpenOffice understands.
- http://dag.wieers.com/home-made/unoconv/unoconv-0.7.tar.gz
+ https://github.com/dagwieers/unoconv/archive/0.8.2.tar.gz
- asciidoc
xmlto
+ asciidoc
-
unoconv
- asciidoc
xmlto
+ asciidoc
/usr/bin
@@ -34,6 +33,14 @@
+
+
+ 2018-08-05
+ 0.8.2
+ Version bump
+ Kamil Atlı
+ suvari@pisilinux.org
+
2018-08-05
0.7
diff --git a/office/misc/zekr/actions.py b/office/misc/zekr/actions.py
new file mode 100644
index 0000000000..badd0f14c9
--- /dev/null
+++ b/office/misc/zekr/actions.py
@@ -0,0 +1,24 @@
+#!/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
+
+from pisi.actionsapi import autotools
+from pisi.actionsapi import pisitools
+from pisi.actionsapi import shelltools
+from pisi.actionsapi import get
+
+WorkDir = "%s/%s" % (get.ARCH(), get.srcNAME())
+BASEDIR = "/usr/share/java/zekr"
+
+shelltools.export("JAVA_HOME","/usr/lib/jvm/java-7-openjdk")
+#def setup():
+
+#def build():
+
+def install():
+ pisitools.insinto(BASEDIR, "*")
+ pisitools.dosym("%s/zekr.sh" % BASEDIR, "/usr/bin/zekr")
+
+ pisitools.dodoc("doc/changes.txt", "doc/license/*", "doc/readme.txt")
diff --git a/office/misc/zekr/files/translations/de.bubenheim.trans.zip b/office/misc/zekr/files/translations/de.bubenheim.trans.zip
new file mode 100644
index 0000000000..f4066d4b82
Binary files /dev/null and b/office/misc/zekr/files/translations/de.bubenheim.trans.zip differ
diff --git a/office/misc/zekr/files/translations/es.asad.trans.zip b/office/misc/zekr/files/translations/es.asad.trans.zip
new file mode 100644
index 0000000000..fa0eb921ab
Binary files /dev/null and b/office/misc/zekr/files/translations/es.asad.trans.zip differ
diff --git a/office/misc/zekr/files/translations/fr.hamidullah.trans.zip b/office/misc/zekr/files/translations/fr.hamidullah.trans.zip
new file mode 100644
index 0000000000..865deba2cc
Binary files /dev/null and b/office/misc/zekr/files/translations/fr.hamidullah.trans.zip differ
diff --git a/office/misc/zekr/files/translations/it.piccardo.trans.zip b/office/misc/zekr/files/translations/it.piccardo.trans.zip
new file mode 100644
index 0000000000..be5a0672c9
Binary files /dev/null and b/office/misc/zekr/files/translations/it.piccardo.trans.zip differ
diff --git a/office/misc/zekr/files/translations/tr.diyanet.trans.zip b/office/misc/zekr/files/translations/tr.diyanet.trans.zip
new file mode 100644
index 0000000000..8c9b480347
Binary files /dev/null and b/office/misc/zekr/files/translations/tr.diyanet.trans.zip differ
diff --git a/office/misc/zekr/files/translations/tr.yazir.trans.zip b/office/misc/zekr/files/translations/tr.yazir.trans.zip
new file mode 100644
index 0000000000..254e324c1c
Binary files /dev/null and b/office/misc/zekr/files/translations/tr.yazir.trans.zip differ
diff --git a/office/misc/zekr/files/use-webkitgtk.patch b/office/misc/zekr/files/use-webkitgtk.patch
new file mode 100644
index 0000000000..b596dc5053
--- /dev/null
+++ b/office/misc/zekr/files/use-webkitgtk.patch
@@ -0,0 +1,15 @@
+--- zekr.sh.OSmanOS 2013-02-11 18:56:07.000000000 +0200
++++ zekr.sh 2013-02-11 19:00:01.436174792 +0200
+@@ -9,10 +9,10 @@
+ JAVA_CMD=java
+
+ ORIG_DIR_NAME=`cd`
+-DIR_NAME=`dirname $0`
++DIR_NAME=/usr/share/java/zekr
+ MAIN_CLASS=net.sf.zekr.ZekrMain
+ CLASS_PATH=lib/log4j-1.2.8.jar:lib/swt.jar:lib/commons-collections-3.2.1.jar:lib/commons-codec-1.3.jar:lib/commons-io-1.4.jar:lib/commons-lang-2.4.jar:lib/commons-logging-1.0.4.jar:lib/commons-configuration-1.6.jar:lib/velocity-1.6.2.jar:lib/lucene-core-3.0.0.jar:lib/lucene-highlighter-3.0.0.jar:lib/lucene-snowball-3.0.0.jar:lib/lucene-memory-3.0.0.jar:lib/lucene-misc-3.0.0.jar:lib/mp3spi-1.9.4.jar:lib/vorbisspi-1.0.3.jar:lib/jlayer-1.0.1.jar:lib/basicplayer-3.0.jar:lib/tritonus-share-0.3.6.jar:lib/tritonus-jorbis-0.3.6.jar:lib/jorbis-0.0.17.jar:lib/jspeex-0.9.7.jar:dist/zekr.jar
+-VM_ARGS="-Xms20m -Xmx128m $ZEKR_BROWSER"
++VM_ARGS="-Xms20m -Xmx128m -Dorg.eclipse.swt.browser.UseWebKitGTK=true"
+
+ cd $DIR_NAME
+ "$JAVA_CMD" $VM_ARGS -cp "$CLASS_PATH" $MAIN_CLASS $*
diff --git a/office/misc/zekr/files/zekr.desktop b/office/misc/zekr/files/zekr.desktop
new file mode 100644
index 0000000000..30e3f7d10a
--- /dev/null
+++ b/office/misc/zekr/files/zekr.desktop
@@ -0,0 +1,16 @@
+#!/usr/bin/env xdg-open
+[Desktop Entry]
+Name=Zekr
+Name[fa]=ذکر
+Name[tr]=Zekr
+Comment=Study The Quran
+Comment[tr]=Kur'ani-ı Kerim Çalışmaları
+Comment[fa]=قرآن را مطالعه نمایید
+GenericName=Quranic Browser
+GenericName[tr]=Kur'an-ı Kerim Tarayıcısı
+GenericName[fa]=مرورگر قرآنی
+Exec=zekr
+Terminal=false
+Type=Application
+Icon=/usr/share/pixmaps/zekr.png
+Categories=Education;
diff --git a/office/misc/zekr/files/zekr.png b/office/misc/zekr/files/zekr.png
new file mode 100644
index 0000000000..ffc00dc051
Binary files /dev/null and b/office/misc/zekr/files/zekr.png differ
diff --git a/office/misc/zekr/pspec.xml b/office/misc/zekr/pspec.xml
new file mode 100644
index 0000000000..6c94da1a0c
--- /dev/null
+++ b/office/misc/zekr/pspec.xml
@@ -0,0 +1,121 @@
+
+
+
+
+ zekr
+ http://sourceforge.net/projects/zekr
+
+ Kamil Atlı
+ suvari@pisilinux.org
+
+ GPLv2
+ zekr
+ app:gui
+ Quran study software
+ Zekr is an open source Quran study software that is designed to ease access to the content of the Quran. It provides translations, recitation, search and some other features.
+ http://sourceforge.net/projects/zekr/files/Zekr/zekr-1.1.0/zekr-1.1.0-linux_64.tar.gz
+
+ use-webkitgtk.patch
+
+
+
+
+ zekr
+
+ jre7-openjdk
+ webkit-gtk2
+ gsettings-desktop-schemas
+
+
+ /usr/share
+ /usr/share/doc
+ /usr/bin
+ /usr/share/java
+
+
+ zekr.png
+ zekr.desktop
+
+
+
+
+ zekr-trans-de
+ Quran translation in German
+
+ zekr
+
+
+ /usr/share/java/zekr/res/text/trans/de.*
+
+
+ translations/de.bubenheim.trans.zip
+
+
+
+
+ zekr-trans-es
+ Quran translation in Spanish
+
+ zekr
+
+
+ /usr/share/java/zekr/res/text/trans/es.*
+
+
+ translations/es.asad.trans.zip
+
+
+
+
+ zekr-trans-fr
+ Quran translation in French
+
+ zekr
+
+
+ /usr/share/java/zekr/res/text/trans/fr.*
+
+
+ translations/fr.hamidullah.trans.zip
+
+
+
+
+ zekr-trans-it
+ Quran translation in Italian
+
+ zekr
+
+
+ /usr/share/java/zekr/res/text/trans/it.*
+
+
+ translations/it.piccardo.trans.zip
+
+
+
+
+ zekr-trans-tr
+ Quran translation in Turkish
+
+ zekr
+
+
+ /usr/share/java/zekr/res/text/trans/tr.*
+
+
+ translations/tr.diyanet.trans.zip
+ translations/tr.yazir.trans.zip
+
+
+
+
+
+ 2018-12-03
+ 1.1.0
+ First release
+ Kamil Atlı
+ suvari@pisilinux.org
+
+
+
diff --git a/office/misc/zekr/translations.xml b/office/misc/zekr/translations.xml
new file mode 100644
index 0000000000..f8cd5d8f05
--- /dev/null
+++ b/office/misc/zekr/translations.xml
@@ -0,0 +1,34 @@
+
+
+
+ zekr
+ Kur'an-ı Kerim eğitim uygulaması
+ Zekr, Kur'an-ı Kerim'in içeriğine erişimi kolaylaştıran ve çeviri, ezberleme gibi çeşitli özellikler sunan bir çalışma uygulamasıdır.
+
+
+
+ zekr-trans-de
+ Almanca Kur'an-ı Kerim çevirisi
+
+
+
+ zekr-trans-es
+ İspanyolca Kur'an-ı Kerim çevirisi
+
+
+
+ zekr-trans-fr
+ Fransızca Kur'an-ı Kerim çevirisi
+
+
+
+ zekr-trans-it
+ İtalyanca Kur'an-ı Kerim çevirisi
+
+
+
+ zekr-trans-tr
+ Türkçe Kur'an-ı Kerim çevirisi
+
+
+
diff --git a/pisi-index.xml b/pisi-index.xml
index b679d97dc5..4f067e45e2 100644
--- a/pisi-index.xml
+++ b/pisi-index.xml
@@ -3121,6 +3121,58 @@
+
+
+ gsettings-desktop-schemas
+ http://www.gnome.org/
+
+ PisiLinux Community
+ admin@pisilinux.org
+
+ GPLv2
+ desktop.gnome.base
+ Collection of GSettings schemas for GNOME desktop
+ GNOME masaüstü ortamı için GSettings şemalarının koleksiyonu
+ Gsettings-desktop-schemas contains a collection of GSettings schemas for settings shared by various components of a desktop.
+ Gnome masaüstünün çeşitli bileşenleri tarafından paylaşılan ayarlar için GSettings şemalarının bir koleksiyonudur.
+ mirrors://gnome/gsettings-desktop-schemas/3.10/gsettings-desktop-schemas-3.10.1.tar.xz
+
+ intltool
+
+ desktop/gnome/base/gsettings-desktop-schemas/pspec.xml
+
+
+ gsettings-desktop-schemas
+
+ /usr/share/doc
+ /usr/share/locale
+ /usr/share/GConf/
+ /usr/share/gir-1.0
+ /usr/lib/girepository-1.0
+ /usr/share/glib-2.0/schemas
+
+
+
+ gsettings-desktop-schemas-devel
+ gsettings-desktop-schemas için geliştirme dosyaları
+
+ gsettings-desktop-schemas
+
+
+ /usr/include
+ /usr/share/pkgconfig/
+
+
+
+
+ 2018-12-03
+ 3.10.1
+ First Release
+ Kamil Atlı
+ suvari@pisilinux.org
+
+
+
gvfs
@@ -107099,6 +107151,59 @@ It supports email, address books, calendars, tasks, news feeds and much more.
+
+
+ ffmulticonverter
+ https://github.com/Ilias95/FF-Multi-Converter
+
+ Kamil Atlı
+ suvari@pisilinux.org
+
+ GPLv3
+ app:gui
+ multimedia.converter
+ A multi converter
+ Bir çoklu dönüştürücü
+ FF Multi Converter is a simple graphical application that enables you to convert audio, video, image and document files between all popular formats, using and combining other programs. It uses ffmpeg for audio/video files, unoconv for document files (which uses the OpenOffice's UNO bindings) and PIL library for image file conversions.
+ FF Multi Converter; ses, video, resim ve belge dosya biçimlerini farklı biçimlere dönüştürmek için kullanılabilecek diğer uygulamalara önyüzlük yapan basit bir araçtır. Ses ve video dosyaları için ffmpeg, belge dosyaları için unoconv ve resim dosyaları için PIL kütüphanesi kullanılmaktadır.
+ ffmulticonverter
+ mirrors://sourceforge/ffmulticonv/ffmulticonverter-1.8.0.tar.gz
+
+ python3-qt5-devel
+ ffmpeg-devel
+ gettext-devel
+ python3-devel
+
+ multimedia/converter/FFMultiConverter/pspec.xml
+
+
+ ffmulticonverter
+
+ ffmpeg
+ unoconv
+ python3-qt5
+ imagemagick
+
+
+ /usr/lib
+ /usr/share/doc
+ /usr/share/man
+ /usr/bin
+ /usr/share/pixmaps
+ /usr/share/applications
+ /usr/share/ffmulticonverter
+
+
+
+
+ 2018-12-03
+ 1.8.0
+ First release
+ Kamil Atlı
+ suvari@pisilinux.org
+
+
+
libnut
@@ -107406,18 +107511,18 @@ It supports email, address books, calendars, tasks, news feeds and much more.Bir belge dönüştürücü
unoconv converts between any document format that OpenOffice / OpenOffice understands.
unoconv, her belge biçimini OpenOffice ve OpenOffice'in anlayacağı biçime dönüştüren bir terminal uygulamasıdır.
- http://dag.wieers.com/home-made/unoconv/unoconv-0.7.tar.gz
+ https://github.com/dagwieers/unoconv/archive/0.8.2.tar.gz
- asciidoc
xmlto
+ asciidoc
multimedia/converter/unoconv/pspec.xml
unoconv
- asciidoc
xmlto
+ asciidoc
/usr/bin
@@ -107426,6 +107531,13 @@ It supports email, address books, calendars, tasks, news feeds and much more.
+
+ 2018-08-05
+ 0.8.2
+ Version bump
+ Kamil Atlı
+ suvari@pisilinux.org
+
2018-08-05
0.7
@@ -147883,6 +147995,127 @@ complete albums that you have purchased from Amazon.
+
+
+ zekr
+ http://sourceforge.net/projects/zekr
+
+ Kamil Atlı
+ suvari@pisilinux.org
+
+ GPLv2
+ app:gui
+ office.misc
+ Quran study software
+ Kur'an-ı Kerim eğitim uygulaması
+ Zekr is an open source Quran study software that is designed to ease access to the content of the Quran. It provides translations, recitation, search and some other features.
+ Zekr, Kur'an-ı Kerim'in içeriğine erişimi kolaylaştıran ve çeviri, ezberleme gibi çeşitli özellikler sunan bir çalışma uygulamasıdır.
+ zekr
+ http://sourceforge.net/projects/zekr/files/Zekr/zekr-1.1.0/zekr-1.1.0-linux_64.tar.gz
+
+ use-webkitgtk.patch
+
+ office/misc/zekr/pspec.xml
+
+
+ zekr
+
+ jre7-openjdk
+ webkit-gtk2
+ gsettings-desktop-schemas
+
+
+ /usr/share
+ /usr/share/doc
+ /usr/bin
+ /usr/share/java
+
+
+ zekr.png
+ zekr.desktop
+
+
+
+ zekr-trans-de
+ Quran translation in German
+ Almanca Kur'an-ı Kerim çevirisi
+
+ zekr
+
+
+ /usr/share/java/zekr/res/text/trans/de.*
+
+
+ translations/de.bubenheim.trans.zip
+
+
+
+ zekr-trans-es
+ Quran translation in Spanish
+ İspanyolca Kur'an-ı Kerim çevirisi
+
+ zekr
+
+
+ /usr/share/java/zekr/res/text/trans/es.*
+
+
+ translations/es.asad.trans.zip
+
+
+
+ zekr-trans-fr
+ Quran translation in French
+ Fransızca Kur'an-ı Kerim çevirisi
+
+ zekr
+
+
+ /usr/share/java/zekr/res/text/trans/fr.*
+
+
+ translations/fr.hamidullah.trans.zip
+
+
+
+ zekr-trans-it
+ Quran translation in Italian
+ İtalyanca Kur'an-ı Kerim çevirisi
+
+ zekr
+
+
+ /usr/share/java/zekr/res/text/trans/it.*
+
+
+ translations/it.piccardo.trans.zip
+
+
+
+ zekr-trans-tr
+ Quran translation in Turkish
+ Türkçe Kur'an-ı Kerim çevirisi
+
+ zekr
+
+
+ /usr/share/java/zekr/res/text/trans/tr.*
+
+
+ translations/tr.diyanet.trans.zip
+ translations/tr.yazir.trans.zip
+
+
+
+
+ 2018-12-03
+ 1.1.0
+ First release
+ Kamil Atlı
+ suvari@pisilinux.org
+
+
+
ghostscript
diff --git a/pisi-index.xml.sha1sum b/pisi-index.xml.sha1sum
index 6d2aef924f..ea7b34f7e3 100644
--- a/pisi-index.xml.sha1sum
+++ b/pisi-index.xml.sha1sum
@@ -1 +1 @@
-3327f2493911f3c6788dfae5807ac9fc6f77428d
\ No newline at end of file
+4e052f55565507188818bc39a98fb019cf2d1af1
\ No newline at end of file
diff --git a/pisi-index.xml.xz b/pisi-index.xml.xz
index 6e8b5744e1..545f714aea 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 e88a62de0d..a27d2236fa 100644
--- a/pisi-index.xml.xz.sha1sum
+++ b/pisi-index.xml.xz.sha1sum
@@ -1 +1 @@
-72ec2352fd54f1fec714841795a4b3c40ba2ae0e
\ No newline at end of file
+0f30930febe7c05a09a0c9dd9bae6a5b75e735c0
\ No newline at end of file