[arch-commits] Commit in pychess/trunk (PKGBUILD pychess.install)

Alexander Rødseth arodseth at archlinux.org
Sat Mar 12 07:59:06 UTC 2016


    Date: Saturday, March 12, 2016 @ 08:59:06
  Author: arodseth
Revision: 166204

upgpkg: pychess 0.12.3-1

Modified:
  pychess/trunk/PKGBUILD
  pychess/trunk/pychess.install

-----------------+
 PKGBUILD        |    4 ++--
 pychess.install |   10 ++++++----
 2 files changed, 8 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-03-12 07:40:27 UTC (rev 166203)
+++ PKGBUILD	2016-03-12 07:59:06 UTC (rev 166204)
@@ -3,7 +3,7 @@
 # Contributor: Alexander Fehr <pizzapunk gmail com>
 
 pkgname=pychess
-pkgver=0.12.2
+pkgver=0.12.3
 pkgrel=1
 pkgdesc='Chess client'
 arch=('any')
@@ -12,7 +12,7 @@
 depends=('python' 'python-gobject' 'python-cairo' 'gobject-introspection' 'glib2' 'gtk3' 'pango' 'gdk-pixbuf2' 'gtksourceview3' 'gstreamer' 'gst-plugins-base' 'pygtksourceview2' 'gstreamer0.10-python' 'desktop-file-utils')
 install=pychess.install
 source=("http://www.pychess.org/download/pychess-$pkgver.tar.gz")
-md5sums=('4d7ed37cf2cf1e451240ed90646a6f56')
+md5sums=('70035ee3523f7d1c182137a9e146050c')
 
 package() {
   cd "pychess-$pkgver"

Modified: pychess.install
===================================================================
--- pychess.install	2016-03-12 07:40:27 UTC (rev 166203)
+++ pychess.install	2016-03-12 07:59:06 UTC (rev 166204)
@@ -1,12 +1,14 @@
 post_install() {
-    gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-    update-desktop-database -q
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+  update-desktop-database -q
 }
 
 post_upgrade() {
-    post_install
+  post_install
 }
 
 post_remove() {
-    post_install
+  post_install
 }
+
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list