[arch-commits] Commit in impressive/trunk (PKGBUILD)

Jaroslav Lichtblau jlichtblau at archlinux.org
Sun Jan 11 16:34:41 UTC 2015


    Date: Sunday, January 11, 2015 @ 17:34:40
  Author: jlichtblau
Revision: 125758

upgpkg: impressive 0.11.0b-1

Modified:
  impressive/trunk/PKGBUILD

----------+
 PKGBUILD |   16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-01-11 13:54:33 UTC (rev 125757)
+++ PKGBUILD	2015-01-11 16:34:40 UTC (rev 125758)
@@ -1,11 +1,11 @@
 # $Id$
-# Maintainer: Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+# Maintainer: Jaroslav Lichtblau <svetlemodry at archlinux.org>
 # Contributor: Geoffroy Carrier <gcarrier at aur.archlinux.org>
 # Contributor: G_Syme <demichan(at)mail(dot)upb(dot)de>
 # Contributor: Daniel J Griffiths <ghost1227 at archlinux.us>
 
 pkgname=impressive
-pkgver=0.10.5
+pkgver=0.11.0b
 pkgrel=1
 pkgdesc='A fancy PDF presentation program (previously known as KeyJNote).'
 arch=('any')
@@ -15,10 +15,10 @@
 optdepends=('xdg-utils: for starting web or e-mail hyperlinks from PDF documents'
             'mplayer: for sound and video playback')
 source=(http://downloads.sourceforge.net/${pkgname}/Impressive-${pkgver}.tar.gz)
-md5sums=('1c902d584b489c5fbf2c6d3aed0b3407')
+sha256sums=('a96735cbd5f0c36dd9e499c068b3a991a852fda71b73acd36da6b764ea198ad9')
 
 prepare() {
-  cd "${srcdir}/Impressive-${pkgver}"
+  cd "${srcdir}"/Impressive-${pkgver}
 
 # python2 fix
   for file in $(find . -name '*.py' -print); do
@@ -28,10 +28,10 @@
 }
 
 package() {
-  cd "${srcdir}/Impressive-${pkgver}"
+  cd "${srcdir}"/Impressive-${pkgver}
 
   install -d -m755 "${pkgdir}"/usr/{bin,share/{doc/${pkgname},man/man1}}
-  install -m755 ${pkgname}.py "${pkgdir}/usr/bin/${pkgname}"
-  install -m644 ${pkgname}.html demo.pdf changelog.txt "${pkgdir}/usr/share/doc/${pkgname}/"
-  install -m644 ${pkgname}.1 "${pkgdir}/usr/share/man/man1/"
+  install -m755 ${pkgname}.py "${pkgdir}"/usr/bin/$pkgname
+  install -m644 ${pkgname}.html demo.pdf changelog.txt "${pkgdir}"/usr/share/doc/$pkgname/
+  install -m644 ${pkgname}.1 "${pkgdir}"/usr/share/man/man1/
 }



More information about the arch-commits mailing list