summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD3
-rw-r--r--zeal-git.install12
3 files changed, 3 insertions, 17 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b6548a3dfa23..5263feff68ec 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,10 @@
# Generated by mksrcinfo v8
-# Sun Apr 17 03:39:37 UTC 2016
+# Thu May 5 02:30:07 UTC 2016
pkgbase = zeal-git
pkgdesc = An offline API documentation browser
- pkgver = 0.2.1.152.g334e897
+ pkgver = 0.2.1.169.g4cec3c5
pkgrel = 1
url = https://zealdocs.org/
- install = zeal-git.install
arch = i686
arch = x86_64
license = GPL3
diff --git a/PKGBUILD b/PKGBUILD
index 37748383d8ea..2437e06e20aa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=zeal-git
_appname=zeal
-pkgver=0.2.1.152.g334e897
+pkgver=0.2.1.169.g4cec3c5
pkgrel=1
pkgdesc="An offline API documentation browser"
arch=('i686' 'x86_64')
@@ -15,7 +15,6 @@ depends=('libarchive' 'qt5-webkit' 'qt5-imageformats' 'qt5-x11extras'
makedepends=('git')
conflicts=('zeal')
source=("git+https://github.com/zealdocs/$_appname")
-install=zeal-git.install
sha1sums=('SKIP')
pkgver() {
diff --git a/zeal-git.install b/zeal-git.install
deleted file mode 100644
index 063f500c7c94..000000000000
--- a/zeal-git.install
+++ /dev/null
@@ -1,12 +0,0 @@
-post_install() {
- xdg-icon-resource forceupdate &>/dev/null
-}
-
-post_upgrade() {
- post_install
-}
-
-post_remove() {
- post_install
-}
-