summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristopher Arndt2020-02-15 16:51:41 +0100
committerChristopher Arndt2020-02-15 16:54:07 +0100
commit4172b29d6adda669206fa53cc33a9f9723a73129 (patch)
tree8e6f4e841da9cace75537f8f8e14ae96deb15276
parent604cd8b1f944e3f7582efa36c9da4f8f4f64c7ee (diff)
downloadaur-4172b29d6adda669206fa53cc33a9f9723a73129.tar.gz
New upstream version 0.5.2
* Remove obsolete fix for 'lisp/ui/ui_utils.py' file * Correct version number in 'lisp__init__.py'
-rw-r--r--.SRCINFO8
-rw-r--r--.gitignore1
-rw-r--r--PKGBUILD8
3 files changed, 9 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bc33cb81475a..259582a71660 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = linux-show-player
pkgdesc = Sound cue playback software designed for live musical shows and theatre plays
- pkgver = 0.5.1_py3.7
- pkgrel = 2
+ pkgver = 0.5.2
+ pkgrel = 1
url = http://linux-show-player.sourceforge.net/
arch = any
license = GPL3
@@ -16,8 +16,8 @@ pkgbase = linux-show-player
optdepends = portmidi: for portmidi support
optdepends = python-jack-client: for JACK output support
options = !emptydirs
- source = https://github.com/FrancescoCeruti/linux-show-player/archive/v0.5.1-py3.7.tar.gz
- sha256sums = 2a9bd80fa45c508c9c19d7edd430199290c9096f74e520e766f99a8223297946
+ source = https://github.com/FrancescoCeruti/linux-show-player/archive/v0.5.2.tar.gz
+ sha256sums = b78689e5c8f5cdf1600fd8e58e30264e677ab0d8c77538aaaeb571f56185c9bb
pkgname = linux-show-player
diff --git a/.gitignore b/.gitignore
index 4b2424331b72..90856ac04014 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,5 +2,6 @@ pkg/
src/
.AURINFO
linux-show-player-*.tar.xz
+linux-show-player-*.tar.zst
linux-show-player-*.src.tar.gz
v*.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index f38b1896325a..43d3b488826b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
# Contributor: Christopher Arndt <chris at chrisarndt.de>
pkgname=linux-show-player
-pkgver=0.5.1_py3.7
-pkgrel=2
+pkgver=0.5.2
+pkgrel=1
pkgdesc="Sound cue playback software designed for live musical shows and theatre plays"
url="http://linux-show-player.sourceforge.net/"
arch=('any')
@@ -16,13 +16,13 @@ optdepends=('gst-libav: for larger format support'
'python-jack-client: for JACK output support')
options=('!emptydirs')
source=("https://github.com/FrancescoCeruti/${pkgname}/archive/v${pkgver/_/-}.tar.gz")
-sha256sums=('2a9bd80fa45c508c9c19d7edd430199290c9096f74e520e766f99a8223297946')
+sha256sums=('b78689e5c8f5cdf1600fd8e58e30264e677ab0d8c77538aaaeb571f56185c9bb')
prepare() {
cd "${srcdir}/${pkgname}-${pkgver/_/-}"
- sed -i -e 's|\\$||' lisp/ui/ui_utils.py
+ sed -i -e 's|0\.5\.1|0.5.2|' lisp/__init__.py
}
build() {