d8a5a08c1d
The packaged version was 1.7a2, not 1.7a1.
16 lines
689 B
Bash
16 lines
689 B
Bash
# Template file for 'sonata'
|
|
pkgname=sonata
|
|
# allow updating to 1.7.0, xbps considers 1.7a1 and 1.7b1 to be newer than 1.7.0
|
|
reverts="1.7a2_1 1.7a2_2 1.7a2_3 1.7b1_1 1.7b1_2 1.7b1_3 1.7b1_4"
|
|
version=1.7.0
|
|
revision=2
|
|
build_style=python3-module
|
|
hostmakedepends="gettext python3-setuptools"
|
|
depends="python3-mpd2 python3-gobject gtk+3"
|
|
checkdepends="python3-pytest $depends"
|
|
short_desc="Elegant GTK 3 client for the Music Player Daemon"
|
|
maintainer="Jens E. Becker <v2px@v2px.de>"
|
|
license="GPL-3.0-or-later"
|
|
homepage="https://nongnu.org/sonata/"
|
|
distfiles="https://github.com/multani/sonata/archive/v${version}.tar.gz"
|
|
checksum=564a226f8d57b286836742d234aa9fa8bc47b897a4f1d61f99a544777c5aab1e
|