aboutsummaryrefslogtreecommitdiffstats
path: root/main/inotify-tools
diff options
context:
space:
mode:
authorStuart Cardall <developer@it-offshore.co.uk>2015-11-02 19:20:16 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2015-11-03 08:04:19 +0000
commit0e0e679ecb834250011bdde2651f8eb3223d3ef7 (patch)
tree50a9caa7ee74714102a9d09307a63858dd6d935d /main/inotify-tools
parenta37df26747b2875483f27cad89d361874e221d0c (diff)
downloadaports-0e0e679ecb834250011bdde2651f8eb3223d3ef7.tar.bz2
aports-0e0e679ecb834250011bdde2651f8eb3223d3ef7.tar.xz
main/inotify-tools: fix conflict with inotify-tools-inc
Diffstat (limited to 'main/inotify-tools')
-rw-r--r--main/inotify-tools/APKBUILD6
1 files changed, 2 insertions, 4 deletions
diff --git a/main/inotify-tools/APKBUILD b/main/inotify-tools/APKBUILD
index f308d398f9..c06a85dee8 100644
--- a/main/inotify-tools/APKBUILD
+++ b/main/inotify-tools/APKBUILD
@@ -2,14 +2,12 @@
# Maintainer: Leonardo Arena <rnalrd@alpinelinux.org>
pkgname="inotify-tools"
pkgver=3.14
-pkgrel=1
+pkgrel=2
pkgdesc="C library and CLI tools providing a simple interface to inotify"
url="http://github.com/rvoicilas/inotify-tools"
arch="all"
license="GPL2"
-depends=""
-makedepends=""
-install=""
+depends="!inotify-tools-inc"
subpackages="$pkgname-dev $pkgname-doc"
source="https://github.com/downloads/rvoicilas/$pkgname/$pkgname-$pkgver.tar.gz"