Date: Saturday, June 18, 2016 @ 18:30:45 Author: heftig Revision: 270183
3.20.0-1 Modified: gnome-screenshot/trunk/PKGBUILD Deleted: gnome-screenshot/trunk/gnome-screenshot.install --------------------------+ PKGBUILD | 18 +++++++++--------- gnome-screenshot.install | 11 ----------- 2 files changed, 9 insertions(+), 20 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-06-18 18:25:55 UTC (rev 270182) +++ PKGBUILD 2016-06-18 18:30:45 UTC (rev 270183) @@ -1,19 +1,19 @@ # $Id$ -# Maintainer: Ionut Biru <[email protected]> +# Maintainer: Jan Alexander Steffens (heftig) <[email protected]> +# Contributor: Ionut Biru <[email protected]> pkgname=gnome-screenshot -pkgver=3.18.0 +pkgver=3.20.0 pkgrel=1 pkgdesc="Take pictures of your screen" +url="https://git.gnome.org/browse/gnome-screenshot" arch=(i686 x86_64) -url="http://gnome.org" -license=('GPL2') -depends=('dconf' 'gtk3' 'libcanberra') -makedepends=('intltool') -groups=('gnome') -install=$pkgname.install +license=(GPL2) +depends=(dconf gtk3 libcanberra) +makedepends=(intltool) +groups=(gnome) source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz) -sha256sums=('eba64dbf4acf0ab8222fec549d0a4f2dd7dbd51c255e7978dedf1f5c06a98841') +sha256sums=('718bce48c6cf0c7f49aa88c15e787c8b9968f71a1b3f28e088aea324e84bc33e') build() { cd "$pkgname-$pkgver" Deleted: gnome-screenshot.install =================================================================== --- gnome-screenshot.install 2016-06-18 18:25:55 UTC (rev 270182) +++ gnome-screenshot.install 2016-06-18 18:30:45 UTC (rev 270183) @@ -1,11 +0,0 @@ -post_install() { - glib-compile-schemas /usr/share/glib-2.0/schemas -} - -post_upgrade() { - post_install -} - -post_remove() { - post_install -}
