summaryrefslogtreecommitdiff
path: root/libre/calibre
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@parabola.nu>2016-04-30 07:05:15 -0300
committerAndré Fabian Silva Delgado <emulatorman@parabola.nu>2016-04-30 07:05:15 -0300
commitcd589e64188285451ee9ff5bfbfdea79ab78a725 (patch)
tree63623a1ffe8a6b0954a1c512593e6671cc3f72dc /libre/calibre
parentbaa5631a82edb570dba18919c73e5b2569b5cd98 (diff)
calibre-2.56.0-1.parabola1: updating version
Diffstat (limited to 'libre/calibre')
-rw-r--r--libre/calibre/PKGBUILD9
-rw-r--r--libre/calibre/calibre.install13
2 files changed, 4 insertions, 18 deletions
diff --git a/libre/calibre/PKGBUILD b/libre/calibre/PKGBUILD
index 506fd95bb..30a001ef3 100644
--- a/libre/calibre/PKGBUILD
+++ b/libre/calibre/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 172030 2016-04-27 11:49:55Z jelle $
+# $Id: PKGBUILD 172837 2016-04-29 21:39:55Z jelle $
# Maintainer (Arch): Jelle van der Waa <jelle@vdwaa.nl>
# Maintainer (Arch): Daniel Wallace <danielwallace at gtmanfred dot com>
# Contributor (Arch): Giovanni Scafora <giovanni@archlinux.org>
@@ -10,7 +10,7 @@
# Contributor: Márcio Silva <coadde@parabola.nu>
pkgname=calibre
-pkgver=2.55.0
+pkgver=2.56.0
pkgrel=1.parabola1
pkgdesc="Ebook management application, without nonfree decompression engine for RAR archives"
arch=('i686' 'x86_64')
@@ -31,14 +31,13 @@ optdepends=('ipython2: to use calibre-debug'
)
replaces=($pkgname-libre)
conflicts=($pkgname-libre)
-install=calibre.install
mksource=("http://download.$pkgname-ebook.com/${pkgver}/$pkgname-${pkgver}.tar.xz"
"https://calibre-ebook.com/signatures/${pkgname}-${pkgver}.tar.xz.sig")
source=("https://repo.parabola.nu/other/${pkgname}-libre/${pkgname}-libre-${pkgver}.tar.xz"
'libre.patch')
-mksha256sums=('a3a4f2914d491ab8c63725c11272d53bb4a91d282e6e5c6e0f245cb94b138188'
+mksha256sums=('52daf1d86400464d2f7681f4e5523e24bf3183bcaafa13176e511c4a8cd16577'
'SKIP')
-sha256sums=('c7bba897124300256714a8caf81620b789d59160c4946b9047cf9976670fd211'
+sha256sums=('f6d6d189aa3727b8d9fb76ef76f3b03b3baf9f2ee49629fef874c055b8c2b729'
'6e7c0fc9bcad0de6b850cb994c09253e1e0f5cba20495a63ff1e35c8d7f31faa')
validpgpkeys=('3CE1780F78DD88DF45194FD706BC317B515ACE7C')
diff --git a/libre/calibre/calibre.install b/libre/calibre/calibre.install
deleted file mode 100644
index 34ab919aa..000000000
--- a/libre/calibre/calibre.install
+++ /dev/null
@@ -1,13 +0,0 @@
-post_install() {
- update-desktop-database -q
- update-mime-database usr/share/mime &> /dev/null
- gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
- post_install
-}
-
-post_remove() {
- post_install
-}