summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Schwartz2016-05-02 01:50:03 -0400
committerEli Schwartz2016-05-02 01:50:03 -0400
commit88b79d3a62bd9180126c044a4eef3067a5077c51 (patch)
tree24e15d5e4d232939a631f9836f08f566e46997e6
parent606d37c8570d97542355d7e82e618744931170a5 (diff)
downloadaur-88b79d3a62bd9180126c044a4eef3067a5077c51.tar.gz
upgpkg: sigil-git 0.9.5.r32.g81277c2-1
Great hooks rebuild; remove now-useless install scriptlet.
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD5
-rw-r--r--sigil.install12
3 files changed, 4 insertions, 18 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 66688dfe8a31..ca44308bd167 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,8 @@
pkgbase = sigil-git
pkgdesc = A WYSIWYG ebook editor
- pkgver = 0.9.5.r4.g2f0182e
- pkgrel = 2
+ pkgver = 0.9.5.r32.g81277c2
+ pkgrel = 1
url = https://github.com/Sigil-Ebook/Sigil
- install = sigil.install
arch = i686
arch = x86_64
license = GPL3
diff --git a/PKGBUILD b/PKGBUILD
index 714b92d0b9b8..abb37890b2ac 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,8 +8,8 @@
_localepurge=
pkgname=sigil-git
-pkgver=0.9.5.r4.g2f0182e
-pkgrel=2
+pkgver=0.9.5.r32.g81277c2
+pkgrel=1
pkgdesc="A WYSIWYG ebook editor"
arch=('i686' 'x86_64')
url="https://github.com/Sigil-Ebook/Sigil"
@@ -27,7 +27,6 @@ optdepends=('hunspell-en: for English dictionary support'
'python-regex: recommended for plugins')
provides=("${pkgname%-git}")
conflicts=("${pkgname%-git}")
-install=sigil.install
source=("${pkgname%-git}"::"git+${url}"
"0001-Set-environment-variable-for-Sigil-dictionaries.patch")
sha256sums=('SKIP'
diff --git a/sigil.install b/sigil.install
deleted file mode 100644
index c317fbaca442..000000000000
--- a/sigil.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
-}