udevil: update to 0.4.3.
This commit is contained in:
parent
7c506c8f63
commit
e43667c22a
1 changed files with 6 additions and 4 deletions
|
@ -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 <xtraeme@gmail.com>"
|
||||
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.
|
||||
|
|
Loading…
Reference in a new issue