summaryrefslogtreecommitdiff
path: root/libre/liferea
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@parabola.nu>2016-05-06 23:49:51 -0300
committerAndré Fabian Silva Delgado <emulatorman@parabola.nu>2016-05-06 23:49:51 -0300
commit5faa1b3ccd99dfba63ccf1bc215991395eb24d96 (patch)
treea1e1c7ecf5cbdc0435dc2e4e8ebbe20e036c9354 /libre/liferea
parentb68bf3613d675a773e2a327ce02de44c463f20a0 (diff)
liferea-1.10.18-1.parabola1: updating version
Diffstat (limited to 'libre/liferea')
-rw-r--r--libre/liferea/PKGBUILD7
-rw-r--r--libre/liferea/liferea.install21
2 files changed, 3 insertions, 25 deletions
diff --git a/libre/liferea/PKGBUILD b/libre/liferea/PKGBUILD
index 003b732e7..af3c5b1cb 100644
--- a/libre/liferea/PKGBUILD
+++ b/libre/liferea/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 250780 2015-11-12 01:28:40Z eric $
+# $Id: PKGBUILD 267031 2016-05-06 18:29:30Z arojas $
# Maintainer (Arch): Eric Bélanger <eric@archlinux.org>
# Maintainer: André Silva <emulatorman@parabola.nu>
# Contributor: bitlord
pkgname=liferea
-pkgver=1.10.17
+pkgver=1.10.18
pkgrel=1.parabola1
pkgdesc="A desktop news aggregator for online news feeds and weblogs, without nonfree suggestions"
arch=('i686' 'x86_64')
@@ -21,10 +21,9 @@ optdepends=('gnome-keyring: for keyring plugin support'
'gst-plugins-good: for media player plugin support'
'gst-plugins-bad: for media player plugin support')
options=('!emptydirs')
-install=liferea.install
source=(https://github.com/lwindolf/liferea/releases/download/v${pkgver}/liferea-${pkgver}.tar.bz2
remove-non-free-suggestions.patch)
-sha1sums=('7f19a64984424a7c24408dc62721a8fb5b0ef80d'
+sha1sums=('de09d150a5a5844d9cfe0b82c120b29388b108d3'
'e787f9209415ed2574e54b020cf449268ece3583')
build() {
diff --git a/libre/liferea/liferea.install b/libre/liferea/liferea.install
deleted file mode 100644
index 7fff91b49..000000000
--- a/libre/liferea/liferea.install
+++ /dev/null
@@ -1,21 +0,0 @@
-pkgname=liferea
-
-post_install() {
- glib-compile-schemas usr/share/glib-2.0/schemas
- gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
- update-desktop-database -q
-}
-
-pre_upgrade() {
- if [ -f usr/share/gconf/schemas/$pkgname.schemas ]; then
- gconfpkg --uninstall $pkgname
- fi
-}
-
-post_upgrade() {
- post_install $1
-}
-
-post_remove() {
- post_install $1
-}