falkon rebuild #73

This commit is contained in:
AlmAck 2018-07-10 22:40:57 +02:00
parent 7c3a75e122
commit ff0e9834de
2 changed files with 1 additions and 14 deletions

View File

@ -1,6 +1,6 @@
pkgname='falkon'
pkgver=3.0.1
pkgrel=2
pkgrel=3
pkgdesc="Cross-platform QtWebEngine browser"
url="https://github.com/KDE/falkon"
arch=('x86_64')
@ -11,7 +11,6 @@ optdepends=('bash-completion: bash completion support'
'kwallet: kf5 kwallet integration')
conflicts=('qupzilla')
replaces=('qupzilla')
install=${pkgname}.install
categories=('network')
source=("http://download.kde.org/stable/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz"
'0001-branded-speeddial.patch'

View File

@ -1,12 +0,0 @@
post_install() {
xdg-icon-resource forceupdate --theme hicolor 2> /dev/null
update-desktop-database -q
}
post_upgrade() {
post_install
}
post_remove() {
post_install
}