~alpine/aports

This thread contains a patchset. You're looking at the original emails, but you may wish to use the patch review UI. Review patch
1

[alpine-aports] [PATCH 1/2] main/inotify-tools: fix conflict with inotify-tools-inc

Details
Message ID
<1446492017-20689-1-git-send-email-developer@it-offshore.co.uk>
Sender timestamp
1446492016
DKIM signature
missing
Download raw message
Patch: +2 -4
---
 main/inotify-tools/APKBUILD | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/main/inotify-tools/APKBUILD b/main/inotify-tools/APKBUILD
index f308d39..c06a85d 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"

-- 
2.6.1



---
Unsubscribe:  alpine-aports+unsubscribe@lists.alpinelinux.org
Help:         alpine-aports+help@lists.alpinelinux.org
---

[alpine-aports] [PATCH 2/2] testing/inotify-tools-inc: fix conflict inotify-tools

Details
Message ID
<1446492017-20689-2-git-send-email-developer@it-offshore.co.uk>
In-Reply-To
<1446492017-20689-1-git-send-email-developer@it-offshore.co.uk> (view parent)
Sender timestamp
1446492017
DKIM signature
missing
Download raw message
Patch: +2 -2
---
 testing/inotify-tools-inc/APKBUILD | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/testing/inotify-tools-inc/APKBUILD b/testing/inotify-tools-inc/APKBUILD
index cad4e54..73c2fec 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
-- 
2.6.1



---
Unsubscribe:  alpine-aports+unsubscribe@lists.alpinelinux.org
Help:         alpine-aports+help@lists.alpinelinux.org
---
Reply to thread Export thread (mbox)