mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 17:02:56 +02:00
syncplay: Twisted -> python-Twisted
Add missing noarch=yes and pycompile_dirs.
This commit is contained in:
parent
affa9ad3e4
commit
12b815817a
1 changed files with 5 additions and 3 deletions
|
@ -1,12 +1,14 @@
|
||||||
# Template file for 'syncplay'
|
# Template file for 'syncplay'
|
||||||
pkgname=syncplay
|
pkgname=syncplay
|
||||||
version=1.5.2
|
version=1.5.2
|
||||||
revision=1
|
revision=2
|
||||||
|
noarch=yes
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
depends="python-pyside Twisted"
|
pycompile_dirs="usr/lib/syncplay/syncplay"
|
||||||
|
depends="python-pyside python-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="http://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=8a6a6e73b28e842230b4deef3b031f8ebeea5e30ffca393f2c4f8de207c6f428
|
checksum=8a6a6e73b28e842230b4deef3b031f8ebeea5e30ffca393f2c4f8de207c6f428
|
||||||
|
|
Loading…
Add table
Reference in a new issue