Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 4 additions & 5 deletions srcpkgs/udiskie/template
Original file line number Diff line number Diff line change
@@ -1,19 +1,18 @@
# Template file for 'udiskie'
pkgname=udiskie
version=2.6.2
version=2.7.0
revision=1
build_style=python3-pep517
hostmakedepends="gettext asciidoc python3-setuptools"
depends="gtk+3 libnotify python3-docopt python3-gobject python3-keyutils
python3-yaml udisks2"
depends="gtk+3 libkeyutils libnotify python3-docopt python3-gobject python3-yaml udisks2"
checkdepends="${depends} python3-pytest"
short_desc="Removable disk automounter using udisks"
maintainer="Orphaned <orphan@voidlinux.org>"
maintainer="Rutpiv <roger_freitas@live.com>"
license="MIT"
homepage="https://github.com/coldfix/udiskie"
changelog="https://raw.githubusercontent.com/coldfix/udiskie/master/CHANGES.rst"
distfiles="https://github.com/coldfix/udiskie/archive/refs/tags/v${version}.tar.gz"
checksum=9d758efd4e3706ce824e693708cce1e0a840dae9aa5b130e3592d3588da8279c
checksum=eb8c173e84050db01556aad68e75cfb45fee57d880b368a395459ee5e815ce8b
make_check=ci-skip # privilege issue with keyring in container

post_build() {
Expand Down