aboutsummaryrefslogtreecommitdiffstats
path: root/main/inotify-tools/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'main/inotify-tools/APKBUILD')
-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"