summaryrefslogtreecommitdiff
path: root/nonprism
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@parabola.nu>2016-05-12 16:38:12 -0300
committerAndré Fabian Silva Delgado <emulatorman@parabola.nu>2016-05-12 16:38:12 -0300
commit691f7de837629fe9e6a472d2ec29214c6ed7f7b5 (patch)
treea953334ab06950b986e2f81540e9b5f27d4c23e8 /nonprism
parent739d563de5dc8c5238915c0c5e368342f239a32a (diff)
sylpheed-3.5.0-3.nonprism1: hooks rebuild
Diffstat (limited to 'nonprism')
-rw-r--r--nonprism/sylpheed/PKGBUILD5
-rw-r--r--nonprism/sylpheed/sylpheed.install11
2 files changed, 2 insertions, 14 deletions
diff --git a/nonprism/sylpheed/PKGBUILD b/nonprism/sylpheed/PKGBUILD
index a274c1354..045dfa5f4 100644
--- a/nonprism/sylpheed/PKGBUILD
+++ b/nonprism/sylpheed/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 164405 2016-03-03 09:25:32Z fyan $
+# $Id: PKGBUILD 174361 2016-05-08 17:07:58Z arojas $
# Maintainer (Arch): speps <speps at aur dot archlinux dot org>
# Contributor (Arch): Alexander Fehr <pizzapunk gmail com>
# Contributor (Arch): dorphell <dorphell@archlinux.org>
@@ -7,7 +7,7 @@
pkgname=sylpheed
pkgver=3.5.0
-pkgrel=2.nonprism1
+pkgrel=3.nonprism1
pkgdesc="Lightweight and user-friendly e-mail client, without Gmail support"
arch=('i686' 'x86_64')
url="http://sylpheed.sraoss.jp/en/"
@@ -16,7 +16,6 @@ replaces=(${pkgname}-nonprism)
conflicts=(${pkgname}-nonprism)
depends=('compface' 'gpgme' 'gtkspell' 'desktop-file-utils')
makedepends=('openssl')
-install="$pkgname.install"
source=("http://sylpheed.sraoss.jp/$pkgname/v${pkgver%.*}/$pkgname-$pkgver.tar.bz2"
'nonprism.patch')
md5sums=('289cdd2bef00dd5f17fa90def1cc9d81'
diff --git a/nonprism/sylpheed/sylpheed.install b/nonprism/sylpheed/sylpheed.install
deleted file mode 100644
index e111ef946..000000000
--- a/nonprism/sylpheed/sylpheed.install
+++ /dev/null
@@ -1,11 +0,0 @@
-post_install() {
- update-desktop-database -q
-}
-
-post_upgrade() {
- post_install
-}
-
-post_remove() {
- post_install
-}