diff --git a/srcpkgs/udevil/template b/srcpkgs/udevil/template index f317a27aca..fd8e54ae9c 100644 --- a/srcpkgs/udevil/template +++ b/srcpkgs/udevil/template @@ -1,17 +1,19 @@ # Template file for 'udevil' pkgname=udevil -version=0.4.1 -revision=2 +version=0.4.3 +revision=1 build_style=gnu-configure hostmakedepends="pkg-config intltool" +configure_args="--with-mount-prog=mount --with-umount-prog=umount + --with-losetup-prog=losetup --with-setfacl-prog=setfacl" makedepends="libglib-devel libudev-devel" conf_files="/etc/udevil/udevil.conf" short_desc="CLI which mounts and unmounts removable devices without a password" maintainer="Juan RP " license="GPL-3" homepage="http://ignorantguru.github.io/udevil/" -distfiles="https://github.com/IgnorantGuru/udevil/archive/0.4.1.tar.gz" -checksum=fc76b300437c5d491c5f8a6eac467ae9a8fdbe681d0915a369ef1dc74af362db +distfiles="https://github.com/IgnorantGuru/udevil/archive/${version}.tar.gz" +checksum=c49d2644baf87182c160550d708f75fe1253a2ceb749148e9148d7f1cfbc6209 post_install() { # Drop useless conf.d/devmon file.