okteta: update to 0.25.4

This commit is contained in:
Francesco Marinucci 2018-12-04 17:34:20 +01:00
parent ac53055167
commit bacf31c271
2 changed files with 2 additions and 14 deletions

View File

@ -1,5 +1,5 @@
pkgname=okteta
pkgver=0.25.1
pkgver=0.25.4
pkgrel=1
epoch=1
arch=('x86_64')
@ -14,7 +14,7 @@ conflicts=('kdesdk-okteta')
provides=('kdesdk-okteta')
license=('GPL' 'LGPL' 'FDL')
source=("https://download.kde.org/stable/$pkgname/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
sha256sums=('20f69089f6c1b0fe72a600caa4b255a7cebd7d4fae191a0d3cade57b28f7149a'
sha256sums=('ae2a72d0162184278d1c0e0a73b52751a0181deede0231a4c9d568bb7ac82a52'
'SKIP')
validpgpkeys=(E191FD5BE6F46870F09E82B2024E7FB43D015474) # Friedrich W. H. Kossebau <kossebau@kde.org>

View File

@ -1,12 +0,0 @@
post_install() {
xdg-icon-resource forceupdate --theme hicolor &> /dev/null
update-mime-database usr/share/mime &> /dev/null
}
post_upgrade() {
post_install
}
post_remove() {
post_install
}