mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
udiskie: update to 2.5.2.
This commit is contained in:
parent
d94cb9b952
commit
39cc4c1872
1 changed files with 3 additions and 3 deletions
|
@ -1,11 +1,11 @@
|
||||||
# Template file for 'udiskie'
|
# Template file for 'udiskie'
|
||||||
pkgname=udiskie
|
pkgname=udiskie
|
||||||
version=2.5.1
|
version=2.5.2
|
||||||
revision=1
|
revision=1
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
hostmakedepends="gettext asciidoc python3-setuptools"
|
hostmakedepends="gettext asciidoc python3-setuptools"
|
||||||
depends="gtk+3 libnotify python3-docopt python3-gobject python3-keyutils
|
depends="gtk+3 libnotify python3-docopt python3-gobject python3-keyutils
|
||||||
python3-yaml python3-setuptools udisks2"
|
python3-yaml udisks2"
|
||||||
checkdepends="${depends} python3-pytest-xdist"
|
checkdepends="${depends} python3-pytest-xdist"
|
||||||
short_desc="Removable disk automounter using udisks"
|
short_desc="Removable disk automounter using udisks"
|
||||||
maintainer="Matthias Fulz <mfulz@olznet.de>"
|
maintainer="Matthias Fulz <mfulz@olznet.de>"
|
||||||
|
@ -13,7 +13,7 @@ license="MIT"
|
||||||
homepage="https://github.com/coldfix/udiskie"
|
homepage="https://github.com/coldfix/udiskie"
|
||||||
changelog="https://raw.githubusercontent.com/coldfix/udiskie/master/CHANGES.rst"
|
changelog="https://raw.githubusercontent.com/coldfix/udiskie/master/CHANGES.rst"
|
||||||
distfiles="https://github.com/coldfix/udiskie/archive/refs/tags/v${version}.tar.gz"
|
distfiles="https://github.com/coldfix/udiskie/archive/refs/tags/v${version}.tar.gz"
|
||||||
checksum=019a167722395ada815fca0cb1d1244988c588ee9c4868a194f267439a700d82
|
checksum=fb81930ac046e90c8a03135c5ca93454653c23f57ef5659f6eaed87a9098754d
|
||||||
make_check=ci-skip # privilege issue with keyring in container
|
make_check=ci-skip # privilege issue with keyring in container
|
||||||
|
|
||||||
post_build() {
|
post_build() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue