Date: Thursday, July 28, 2016 @ 10:30:41 Author: heftig Revision: 272555
3.20.0-2 Modified: gnome-dictionary/trunk/PKGBUILD Deleted: gnome-dictionary/trunk/gnome-dictionary.install --------------------------+ PKGBUILD | 5 ++--- gnome-dictionary.install | 11 ----------- 2 files changed, 2 insertions(+), 14 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-07-28 09:31:28 UTC (rev 272554) +++ PKGBUILD 2016-07-28 10:30:41 UTC (rev 272555) @@ -3,14 +3,13 @@ pkgname=gnome-dictionary pkgver=3.20.0 -pkgrel=1 +pkgrel=2 pkgdesc="Look up words in dictionary sources" arch=(i686 x86_64) -url="http://gnome.org" +url="https://wiki.gnome.org/Apps/Dictionary" license=('GPL2') depends=('dconf' 'gtk3') makedepends=('intltool' 'itstool' 'docbook-xsl') -install=gnome-dictionary.install groups=('gnome') source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz) sha256sums=('efb36377d46eff9291d3b8fec37baab2355f9dc8bc7edb791b6a625574716121') Deleted: gnome-dictionary.install =================================================================== --- gnome-dictionary.install 2016-07-28 09:31:28 UTC (rev 272554) +++ gnome-dictionary.install 2016-07-28 10:30:41 UTC (rev 272555) @@ -1,11 +0,0 @@ -post_install() { - glib-compile-schemas /usr/share/glib-2.0/schemas -} - -post_upgrade() { - post_install -} - -post_remove() { - post_install -}
