diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2015-11-10 12:53:34 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2015-11-10 12:58:42 +0000 |
commit | 3c48ffb55f3ac31539d3d00742a26a5857771e89 (patch) | |
tree | 6b6a54ab4a6e13c8f63aa6d14ff84772c942030b /testing/udevil | |
parent | a3b1f839bc07140d509b4fe29da8b9b33f6ca88e (diff) | |
download | aports-3c48ffb55f3ac31539d3d00742a26a5857771e89.tar.bz2 aports-3c48ffb55f3ac31539d3d00742a26a5857771e89.tar.xz |
testing/udevil: rebuild against eudev
Diffstat (limited to 'testing/udevil')
-rw-r--r-- | testing/udevil/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/udevil/APKBUILD b/testing/udevil/APKBUILD index 2665db0c60..f11872d641 100644 --- a/testing/udevil/APKBUILD +++ b/testing/udevil/APKBUILD @@ -2,12 +2,12 @@ # Maintainer: Stuart Cardall <developer@it-offshore.co.uk> pkgname=udevil pkgver=0.4.4 -pkgrel=0 +pkgrel=1 pkgdesc="Mount / unmount removable devices without a password (udisks alternative)" url="http://ignorantguru.github.io/udevil" arch="all" license="GPL3+" -makedepends="$depends_dev glib-dev udev-dev intltool" +makedepends="$depends_dev glib-dev eudev-dev intltool" install="$pkgname.pre-install" subpackages="$pkgname-lang $pkgname-doc" pkggroups="plugdev" |