summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBruno Pagani2016-04-27 15:02:17 +0200
committerBruno Pagani2016-04-27 15:02:17 +0200
commit149a1a6083480e36e5ff9f1b3d7d6f7a7502bec3 (patch)
tree39023ec73f7ad5a18904cc5fa8eba5e55b328307
parent24499d80b3e842f8548a8a16679fc837bc374505 (diff)
downloadaur-149a1a6083480e36e5ff9f1b3d7d6f7a7502bec3.tar.gz
upgpkg: evince-light 3.20.0-2
Remove .install, superseded by pacman hooks.
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD3
-rw-r--r--evince.install13
3 files changed, 3 insertions, 18 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 66749146ab7c..e03ef8e88f9c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,10 @@
# Generated by mksrcinfo v8
-# Sat Apr 9 16:19:38 UTC 2016
+# Wed Apr 27 13:02:19 UTC 2016
pkgbase = evince
pkgdesc = GNOME document viewer, built with minimal dependencies
pkgver = 3.20.0
- pkgrel = 1
+ pkgrel = 2
url = https://wiki.gnome.org/Apps/Evince
- install = evince.install
arch = i686
arch = x86_64
license = GPL
diff --git a/PKGBUILD b/PKGBUILD
index 834609e6db59..421bcb08af13 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgbase=evince
pkgname=evince-light
pkgver=3.20.0
-pkgrel=1
+pkgrel=2
pkgdesc="GNOME document viewer, built with minimal dependencies"
url="https://wiki.gnome.org/Apps/Evince"
arch=('i686' 'x86_64')
@@ -23,7 +23,6 @@ depends=('desktop-file-utils'
makedepends=('itstool' 'intltool' 'python')
provides=("${pkgbase}")
conflicts=("${pkgbase}")
-install=${pkgbase}.install
source=("http://ftp.gnome.org/pub/GNOME/sources/${pkgbase}/${pkgver%.*}/${pkgbase}-${pkgver}.tar.xz")
sha256sums=('cf8358a453686c2a7f85d245f83fe918c0ce02eb6532339f3e02e31249a5a280')
diff --git a/evince.install b/evince.install
deleted file mode 100644
index 1571179cae27..000000000000
--- a/evince.install
+++ /dev/null
@@ -1,13 +0,0 @@
-post_install() {
- glib-compile-schemas /usr/share/glib-2.0/schemas
- update-desktop-database -q
- gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
-}
-
-post_upgrade() {
- post_install
-}
-
-post_remove() {
- post_install
-}