summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorVlad Frolov2019-09-15 14:09:24 +0300
committerVlad Frolov2019-09-15 14:12:08 +0300
commitd4378c1f9911e9c882cfd03cd99d9d61ff72686f (patch)
tree2a5958807def3190a60f154daa0b0d5bae5a7f42 /PKGBUILD
parent23d7dc7b4a8fe1cb917d297e51de1a66db3325ac (diff)
downloadaur-d4378c1f9911e9c882cfd03cd99d9d61ff72686f.tar.gz
Renamed the package to owlink-git to avoid name collision
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 4 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8a215378c521..f7122887522d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Vlad Frolov <frolvlad@gmail.com>
-pkgname=owl-git
+pkgname=owlink-git
pkgver=0.0.0
pkgrel=1
pkgdesc='An open Apple Wireless Direct Link (AWDL) implementation written in C'
@@ -8,7 +8,9 @@ arch=('i686' 'x86_64' 'armv7h' 'armv6h' 'aarch64')
url=https://owlink.org/
license=('GPL3')
depends=('libpcap' 'libev' 'libnl')
-makedepends=('cmake')
+makedepends=('cmake' 'git')
+provides=('owlink' 'owl-git')
+conflicts=('owlink' 'owl' 'owl-git')
source=(
"$pkgname::git+https://github.com/seemoo-lab/owl.git#branch=master"
"git+https://github.com/google/googletest.git"