syncplay: update to 1.6.1.
This commit is contained in:
parent
7fef7229da
commit
148f78c57c
1 changed files with 3 additions and 3 deletions
|
@ -1,17 +1,17 @@
|
||||||
# Template file for 'syncplay'
|
# Template file for 'syncplay'
|
||||||
pkgname=syncplay
|
pkgname=syncplay
|
||||||
version=1.5.5
|
version=1.6.1
|
||||||
revision=1
|
revision=1
|
||||||
noarch=yes
|
noarch=yes
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
pycompile_dirs="usr/lib/syncplay/syncplay"
|
pycompile_dirs="usr/lib/syncplay/syncplay"
|
||||||
depends="desktop-file-utils python-pyside python-Twisted"
|
depends="desktop-file-utils python3-pyside python3-Twisted"
|
||||||
short_desc="Free software that synchronises media players"
|
short_desc="Free software that synchronises media players"
|
||||||
maintainer="KeepBotting <branon.mcclellan@gmail.com>"
|
maintainer="KeepBotting <branon.mcclellan@gmail.com>"
|
||||||
license="Apache-2.0"
|
license="Apache-2.0"
|
||||||
homepage="https://syncplay.pl/"
|
homepage="https://syncplay.pl/"
|
||||||
distfiles="https://github.com/syncplay/syncplay/archive/v${version}.tar.gz"
|
distfiles="https://github.com/syncplay/syncplay/archive/v${version}.tar.gz"
|
||||||
checksum=19f266665daa297794dd6857319da9bb14274c8c804aca6b960e11465085223c
|
checksum=274db4482939283218193b26e49b27fe32b8d025664130461301d093075b3097
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
for res in 16x16 24x24 32x32 48x48 64x64 96x96 128x128 256x256; do
|
for res in 16x16 24x24 32x32 48x48 64x64 96x96 128x128 256x256; do
|
||||||
|
|
Loading…
Reference in a new issue