summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wagie2020-08-08 10:01:46 -0600
committerMark Wagie2020-08-08 10:01:46 -0600
commitc5cf53964b1f0aa639a9d7f440f7413bfd35483c (patch)
treea5f3720d95dfd6a56c24d0b2abc61a9a2ef10d60
parent37e9e14f423119ffe474703bc798efc4ef89d1e4 (diff)
downloadaur-c5cf53964b1f0aa639a9d7f440f7413bfd35483c.tar.gz
removed create_ap from provides
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 23f8bf365b63..fed97f9af371 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = linux-wifi-hotspot
pkgdesc = Create virtual wifi hotspot using same wifi card which is connected to an AP + many features (a GUI tool)
pkgver = 2.0.0+4+g61ac43a
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/lakinduakash/linux-wifi-hotspot
install = linux-wifi-hotspot.install
arch = x86_64
@@ -16,10 +16,9 @@ pkgbase = linux-wifi-hotspot
depends = iproute2
optdepends = haveged: For random MAC generation
optdepends = wireless_tools: if iw cannot recognize your adapter
- provides = create_ap
provides = wihotspot
- conflicts = create_ap
conflicts = wihotspot
+ conflicts = create_ap
source = git+https://github.com/lakinduakash/linux-wifi-hotspot#commit=61ac43ab50b8a751d94d4ac78c2d9448fdb97a66
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 23d3497f1e03..bda3c4c435a5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Co-Maintainer: Mark Wagie <mark dot wagie at tutanota dot com>
pkgname=linux-wifi-hotspot
pkgver=2.0.0+4+g61ac43a
-pkgrel=1
+pkgrel=2
pkgdesc="Create virtual wifi hotspot using same wifi card which is connected to an AP + many features (a GUI tool)"
arch=('x86_64')
url="https://github.com/lakinduakash/linux-wifi-hotspot"
@@ -16,8 +16,8 @@ depends=('hostapd'
makedepends=('cmake' 'git')
optdepends=('haveged: For random MAC generation'
'wireless_tools: if iw cannot recognize your adapter')
-conflicts=('create_ap' 'wihotspot')
-provides=('create_ap' 'wihotspot')
+provides=('wihotspot')
+conflicts=('wihotspot' 'create_ap')
install="$pkgname.install"
_commit=61ac43ab50b8a751d94d4ac78c2d9448fdb97a66
source=("git+https://github.com/lakinduakash/linux-wifi-hotspot#commit=$_commit")