[skip-ci] qsyncthingtray: update to 0.5.8

This commit is contained in:
Jeff Huang 2018-11-08 03:39:05 +01:00
parent 497b2449f7
commit 3e4d1a5456
2 changed files with 2 additions and 15 deletions

View File

@ -1,7 +1,7 @@
# Arch contribution https://aur4.archlinux.org/packages/qsyncthingtray/
pkgname=qsyncthingtray
pkgver=0.5.7
pkgver=0.5.8
pkgrel=1
pkgdesc="Tray app for syncthing"
arch=('x86_64')
@ -9,10 +9,9 @@ url="https://github.com/sieren/QSyncthingTray"
license=('LGPL2.1')
depends=('qt5-webengine' 'qt5-webchannel' 'qt5-location' 'syncthing')
makedepends=('cmake')
install=$pkgname.install
source=("$pkgname-$pkgver.tar.gz::https://github.com/sieren/QSyncthingTray/archive/$pkgver.tar.gz"
"$pkgname.desktop")
sha1sums=('306eeedc99143ddd59f03ce4e9b2cc25248a54d4'
sha1sums=('35da0f70359018050f47f349b578ac160ddfbd29'
'bfd5a49e55a34cf2f45641797a8acdd45122042d')
_pkgname=QSyncthingTray

View File

@ -1,12 +0,0 @@
post_install() {
update-desktop-database -q
gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
}
post_upgrade() {
post_install
}
post_remove() {
post_install
}