diff --git a/PKGBUILD b/PKGBUILD index 70f08bb..d673a2a 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -6,7 +6,7 @@ _pkgname=py-text-monitor pkgver=1.5.1 pkgrel=2 _dtengine=ext-sysmon -_dtver=1.4 +_dtver=1.5 pkgdesc="Minimalistic Plasmoid script written on Python2. It looks like widgets in awesome-wm" arch=('i686' 'x86_64') url="https://github.com/arcan1s/pytextmonitor" @@ -22,8 +22,8 @@ makedepends=('automoc4' 'cmake') source=(https://github.com/arcan1s/pytextmonitor/releases/download/V.${pkgver}/${_pkgname}-${pkgver}.plasmoid https://github.com/arcan1s/pytextmonitor/releases/download/V.${pkgver}/${_dtengine}-${_dtver}.zip) install=${pkgname}.install -md5sums=('3b384690720bb8315b82c962728f0c5c' - '0d01b624981fdf7b2f69e7f34e942e67') +md5sums=('2a7e055aaabc8a767eccf0f0cfd03303' + 'b17aba604e5102961faf0bcdfd20744b') build () { diff --git a/ext-sysmon-1.4.zip b/ext-sysmon-1.5.zip similarity index 66% rename from ext-sysmon-1.4.zip rename to ext-sysmon-1.5.zip index a570ff9..1d33b64 100644 Binary files a/ext-sysmon-1.4.zip and b/ext-sysmon-1.5.zip differ diff --git a/ext-sysmon/plasma-engine-extsysmon.desktop b/ext-sysmon/plasma-engine-extsysmon.desktop index 9cc5c91..f291e36 100644 --- a/ext-sysmon/plasma-engine-extsysmon.desktop +++ b/ext-sysmon/plasma-engine-extsysmon.desktop @@ -13,7 +13,7 @@ X-Plasma-EngineName=ext-sysmon X-KDE-PluginInfo-Author=Evgeniy Alekseev aka arcanis X-KDE-PluginInfo-Email=esalexeev@gmail.com X-KDE-PluginInfo-Name=ext-sysmon -X-KDE-PluginInfo-Version=1.4 +X-KDE-PluginInfo-Version=1.5 X-KDE-PluginInfo-Category=System Information X-KDE-PluginInfo-Depends= X-KDE-PluginInfo-License=GPL diff --git a/py-text-monitor-1.5.1.plasmoid b/py-text-monitor-1.5.1.plasmoid index f974f23..1f9fadf 100644 Binary files a/py-text-monitor-1.5.1.plasmoid and b/py-text-monitor-1.5.1.plasmoid differ