summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBruno Pagani2016-04-27 15:31:27 +0200
committerBruno Pagani2016-04-27 15:31:27 +0200
commitff1f3a24d0b37b7ac1adec42f78b986728f61f9e (patch)
tree77084084214d5f6d0251b092360065724f52d983
parentd4e77eb3106a045547a92e318ea5f2f76adb3427 (diff)
downloadaur-ff1f3a24d0b37b7ac1adec42f78b986728f61f9e.tar.gz
upgpkg: spectacle-light 16.04.0-2
Remove .install, superseded by pacman hooks.
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD3
-rw-r--r--spectacle.install12
3 files changed, 3 insertions, 17 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3f8630222670..6e287b24f956 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,10 @@
# Generated by mksrcinfo v8
-# Sun Apr 24 13:29:42 UTC 2016
+# Wed Apr 27 13:31:29 UTC 2016
pkgbase = spectacle
pkgdesc = KDE screenshot capture utility, without purpose
pkgver = 16.04.0
- pkgrel = 1
+ pkgrel = 2
url = https://www.kde.org/applications/graphics/
- install = spectacle.install
arch = i686
arch = x86_64
groups = kde-applications
diff --git a/PKGBUILD b/PKGBUILD
index 72a43bc01797..09d4a18e3ae4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgbase=spectacle
pkgname=spectacle-light
pkgver=16.04.0
-pkgrel=1
+pkgrel=2
pkgdesc="KDE screenshot capture utility, without purpose"
arch=(i686 x86_64)
url='https://www.kde.org/applications/graphics/'
@@ -16,7 +16,6 @@ replaces=(kdegraphics-ksnapshot kscreengenie)
provides=(spectacle)
groups=(kde-applications kdegraphics)
source=("http://download.kde.org/stable/applications/${pkgver}/src/${pkgbase}-${pkgver}.tar.xz")
-install=${pkgbase}.install
sha256sums=('eab96b07eff41e98057ebbc3fb81d2ee6227559d0858d23ea82a8ad1e4ab1830')
prepare() {
diff --git a/spectacle.install b/spectacle.install
deleted file mode 100644
index 5495fb1b5d27..000000000000
--- a/spectacle.install
+++ /dev/null
@@ -1,12 +0,0 @@
-post_install() {
- xdg-icon-resource forceupdate --theme hicolor &> /dev/null
- update-desktop-database -q
-}
-
-post_upgrade() {
- post_install
-}
-
-post_remove() {
- post_install
-}