summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorYG2019-07-20 20:44:43 -0400
committerYG2019-07-20 20:45:21 -0400
commit6ea28d86d3efab1d39af766de5f2610d7ee017be (patch)
tree851725fc5c6d318acce079173018567f1fe86365
parent7d904d1d17830f782bf34c84a547a891f38126dd (diff)
downloadaur-6ea28d86d3efab1d39af766de5f2610d7ee017be.tar.gz
adding conflicts
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index af8aa51c412f..ce6671721030 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = create_ap-git
pkgdesc = A shell script to create a NATed/Bridged Software Access Point
- pkgver = r227.fc28805
- pkgrel = 2
+ pkgver = r252.016fd2b
+ pkgrel = 1
url = https://github.com/oblique/create_ap
arch = any
license = BSD
@@ -11,6 +11,8 @@ pkgbase = create_ap-git
depends = dnsmasq
depends = iptables
optdepends = haveged: boost low entropy
+ provides = create_ap
+ conflicts = create_ap
backup = usr/lib/systemd/system/create_ap.service
source = create_ap-git::git+https://github.com/oblique/create_ap
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 6f3c1eed4894..e2447bad9ea7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
# Contributor: Xiaoxiao Pu <i@xiaoxiao.im>
pkgname=create_ap-git
-pkgver=r227.fc28805
-pkgrel=2
+pkgver=r252.016fd2b
+pkgrel=1
pkgdesc="A shell script to create a NATed/Bridged Software Access Point"
arch=('any')
url="https://github.com/oblique/create_ap"
@@ -11,6 +11,8 @@ license=('BSD')
depends=('hostapd' 'iw' 'dnsmasq' 'iptables')
optdepends=('haveged: boost low entropy')
makedepends=('git')
+conflicts=('create_ap')
+provides=('create_ap')
backup=('usr/lib/systemd/system/create_ap.service')
source=("$pkgname::git+https://github.com/oblique/create_ap")
sha256sums=('SKIP')