sonata: fix reverts.

The packaged version was 1.7a2, not 1.7a1.
This commit is contained in:
Érico Nogueira 2021-07-12 16:24:11 -03:00
parent 76c57a1159
commit d8a5a08c1d
1 changed files with 2 additions and 2 deletions

View File

@ -1,9 +1,9 @@
# Template file for 'sonata' # Template file for 'sonata'
pkgname=sonata pkgname=sonata
# allow updating to 1.7.0, xbps considers 1.7a1 and 1.7b1 to be newer than 1.7.0 # allow updating to 1.7.0, xbps considers 1.7a1 and 1.7b1 to be newer than 1.7.0
reverts="1.7a1_1 1.7a1_2 1.7a1_3 1.7b1_1 1.7b1_2 1.7b1_3 1.7b1_4" 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 version=1.7.0
revision=1 revision=2
build_style=python3-module build_style=python3-module
hostmakedepends="gettext python3-setuptools" hostmakedepends="gettext python3-setuptools"
depends="python3-mpd2 python3-gobject gtk+3" depends="python3-mpd2 python3-gobject gtk+3"