summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD3
-rw-r--r--qsyncthingtray.install12
3 files changed, 3 insertions, 17 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ccaf9df2cf7f..0e60254e3e97 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,10 @@
# Generated by mksrcinfo v8
-# Wed Mar 23 13:04:42 UTC 2016
+# Wed Apr 27 13:59:26 UTC 2016
pkgbase = qsyncthingtray
pkgdesc = tray app for syncthing
pkgver = 0.4.4
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/sieren/QSyncthingTray
- install = qsyncthingtray.install
arch = i686
arch = x86_64
license = LGPL2.1
diff --git a/PKGBUILD b/PKGBUILD
index a40e95929ef2..a1584370f740 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,13 @@
# Maintainer: xduugu
pkgname=qsyncthingtray
pkgver=0.4.4
-pkgrel=1
+pkgrel=2
pkgdesc="tray app for syncthing"
arch=('i686' 'x86_64')
url="https://github.com/sieren/QSyncthingTray"
license=('LGPL2.1')
depends=('qt5-location' 'qt5-webengine')
makedepends=('cmake')
-install=$pkgname.install
source=("$pkgname-$pkgver.tar.gz::https://github.com/sieren/QSyncthingTray/archive/$pkgver.tar.gz"
"$pkgname.desktop")
md5sums=('7a870c89143aaed32f4afe27b2b9cce4'
diff --git a/qsyncthingtray.install b/qsyncthingtray.install
deleted file mode 100644
index c317fbaca442..000000000000
--- a/qsyncthingtray.install
+++ /dev/null
@@ -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
-}