[skip-ci] krusader: update to 2.7.1

This commit is contained in:
Jeff Huang 2018-08-13 21:38:13 +02:00
parent e6d606705c
commit 8bd8bd33d6
2 changed files with 2 additions and 14 deletions

View File

@ -1,5 +1,5 @@
pkgname=krusader
pkgver=2.7.0
pkgver=2.7.1
pkgrel=1
epoch=1
pkgdesc="An alternative file manager for KDE resembling Midnight Commander"
@ -13,9 +13,8 @@ makedepends=('extra-cmake-modules' 'python3' 'acl')
optdepends=('acl: Access control list utilities')
categories=('system')
screenshot=('http://www.krusader.org/static/img/slideshow/krusader-twinpanel-thumb.png')
install=${pkgname}.install
source=(https://download.kde.org/stable/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.xz)
sha256sums=('8b41522b3b1297d5f293f4fe9becaf255bc06b16d5b19b220653da5e951e9a27')
sha256sums=('d5c14d7e0698b84a1285efe7058074f760924d13d0823e1b5123fbe771907deb')
prepare() {
mkdir -p build

View File

@ -1,11 +0,0 @@
post_install() {
xdg-icon-resource forceupdate --theme hicolor &> /dev/null
}
post_upgrade() {
post_install
}
post_remove() {
post_install
}