summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorVictor2021-01-09 12:29:43 +0100
committerVictor2021-01-09 12:29:43 +0100
commit7dc226577c5ff00c093e6da799412c7c51a103a2 (patch)
tree6943cf5be3e4f4ab7730a939b3513e99f0690d62
parent29c1859cb7b67e0ec70690809bdfd0323ea6d6a1 (diff)
downloadaur-7dc226577c5ff00c093e6da799412c7c51a103a2.tar.gz
Updated to svn r310 for compat with PyGame 2.0.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD7
2 files changed, 7 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d96e40c6b237..1783920c6899 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = impressive
pkgdesc = A simple presentation program that displays slideshows of PDF, image or video files
- pkgver = 0.13.0_r306
- pkgrel = 2
+ pkgver = 0.13.0_r310
+ pkgrel = 1
url = http://impressive.sourceforge.net
arch = any
license = GPL2
@@ -15,7 +15,7 @@ pkgbase = impressive
optdepends = xdg-utils: for starting web or e-mail hyperlinks from PDF documents
optdepends = mplayer: for sound and video playback
optdepends = ffmpeg: for more efficient generation of video preview images
- source = impressive::svn+https://svn.emphy.de/impressive/trunk/impressive#revision=306
+ source = impressive::svn+https://svn.emphy.de/impressive/trunk/impressive#revision=310
sha256sums = SKIP
pkgname = impressive
diff --git a/PKGBUILD b/PKGBUILD
index 999dbf23df30..441a3af5abaa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,8 +6,9 @@
# Contributor: Daniel J Griffiths <ghost1227@archlinux.us>
pkgname=impressive
-pkgver=0.13.0_r306
-pkgrel=2
+_rev=310
+pkgver=0.13.0_r$_rev
+pkgrel=1
pkgdesc='A simple presentation program that displays slideshows of PDF, image or video files'
arch=('any')
url='http://impressive.sourceforge.net'
@@ -19,7 +20,7 @@ optdepends=('pdftk: for retrieving PDF metadata, can replace mupdf-tools'
'xdg-utils: for starting web or e-mail hyperlinks from PDF documents'
'mplayer: for sound and video playback'
'ffmpeg: for more efficient generation of video preview images')
-source=('impressive::svn+https://svn.emphy.de/impressive/trunk/impressive#revision=306')
+source=("${pkgname}::svn+https://svn.emphy.de/impressive/trunk/impressive#revision=$_rev")
sha256sums=('SKIP')
build() {