diff options
author | Stuart Cardall <developer@it-offshore.co.uk> | 2015-11-02 19:20:17 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2015-11-03 08:05:23 +0000 |
commit | 0540b0e5dc5e9c914eddccafa0573c98cd04ce4f (patch) | |
tree | a21bbbfb2b8d657b233621311ddc9618482e5f37 /testing/inotify-tools-inc/APKBUILD | |
parent | 0e0e679ecb834250011bdde2651f8eb3223d3ef7 (diff) | |
download | aports-0540b0e5dc5e9c914eddccafa0573c98cd04ce4f.tar.bz2 aports-0540b0e5dc5e9c914eddccafa0573c98cd04ce4f.tar.xz |
testing/inotify-tools-inc: fix conflict inotify-tools
Diffstat (limited to 'testing/inotify-tools-inc/APKBUILD')
-rw-r--r-- | testing/inotify-tools-inc/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/inotify-tools-inc/APKBUILD b/testing/inotify-tools-inc/APKBUILD index cad4e544d3..73c2fecb45 100644 --- a/testing/inotify-tools-inc/APKBUILD +++ b/testing/inotify-tools-inc/APKBUILD @@ -3,12 +3,12 @@ pkgname="inotify-tools-inc" _realname="${pkgname%*-inc}" pkgver=3.14 -pkgrel=0 +pkgrel=1 pkgdesc="inotify-tools patched to add --include regex" url="http://github.com/rvoicilas/inotify-tools" arch="all" license="GPL2" -replaces="inotify-tools" +depends="!inotify-tools" subpackages="$pkgname-dev $pkgname-doc" source="https://github.com/downloads/rvoicilas/$_realname/$_realname-$pkgver.tar.gz add-include-regex.patch |