summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD14
2 files changed, 10 insertions, 12 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ff9cef41567b..060e6a4caff4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,6 @@
-# Generated by mksrcinfo v8
-# Sat Dec 2 19:48:00 UTC 2017
pkgbase = impressive
pkgdesc = A fancy PDF presentation program (previously known as KeyJNote)
- pkgver = 0.11.1
+ pkgver = 0.12.0
pkgrel = 1
url = http://impressive.sourceforge.net
arch = any
@@ -14,8 +12,8 @@ pkgbase = impressive
depends = pdftk
optdepends = xdg-utils: for starting web or e-mail hyperlinks from PDF documents
optdepends = mplayer: for sound and video playback
- source = http://downloads.sourceforge.net/impressive/Impressive-0.11.1.tar.gz
- sha256sums = 593f616eb72a18a826bc7687c9952a2ae5dded5483d2688bab5b5ca68caf792c
+ source = http://downloads.sourceforge.net/impressive/Impressive-0.12.0.tar.gz
+ sha256sums = 7dc78de333e4a942036ba4bda53358799f493114f2f655b2ab2689b6fdc0587d
pkgname = impressive
diff --git a/PKGBUILD b/PKGBUILD
index f2c10142e7cc..7afe66f5389f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,11 @@
-# Maintainer:
+# Maintainer: Patrick Schratz <patrick.schratz@gmail.com>
# Contributor: Jaroslav Lichtblau <svetlemodry@archlinux.org>
# Contributor: Geoffroy Carrier <gcarrier@aur.archlinux.org>
# Contributor: G_Syme <demichan(at)mail(dot)upb(dot)de>
# Contributor: Daniel J Griffiths <ghost1227@archlinux.us>
pkgname=impressive
-pkgver=0.11.1
+pkgver=0.12.0
pkgrel=1
pkgdesc='A fancy PDF presentation program (previously known as KeyJNote)'
arch=('any')
@@ -15,16 +15,16 @@ depends=('python2-pygame' 'python2-opengl' 'python2-pillow' 'ghostscript' 'pdftk
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)
-sha256sums=('593f616eb72a18a826bc7687c9952a2ae5dded5483d2688bab5b5ca68caf792c')
+sha256sums=('7dc78de333e4a942036ba4bda53358799f493114f2f655b2ab2689b6fdc0587d')
prepare() {
cd "${srcdir}"/Impressive-${pkgver}
# python2 fix
- for file in $(find . -name '*.py' -print); do
- sed -i 's_#!.*/usr/bin/python_#!/usr/bin/python2_' $file
- sed -i 's_#!.*/usr/bin/env.*python_#!/usr/bin/env python2_' $file
- done
+# for file in $(find . -name '*.py' -print); do
+# sed -i 's_#!.*/usr/bin/python_#!/usr/bin/python2_' $file
+# sed -i 's_#!.*/usr/bin/env.*python_#!/usr/bin/env python2_' $file
+# done
}
package() {