[arch-commits] Commit in create_ap/trunk (PKGBUILD)
NicoHood
nicohood at archlinux.org
Tue Mar 24 18:11:10 UTC 2020
Date: Tuesday, March 24, 2020 @ 18:11:10
Author: nicohood
Revision: 603882
upgpkg: create_ap 0.4.6-3
Modified:
create_ap/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-03-24 18:04:28 UTC (rev 603881)
+++ PKGBUILD 2020-03-24 18:11:10 UTC (rev 603882)
@@ -4,13 +4,13 @@
pkgname=create_ap
pkgver=0.4.6
-pkgrel=2
+pkgrel=3
pkgdesc="A shell script to create a NATed/Bridged Software Access Point"
arch=('any')
url="https://github.com/oblique/create_ap"
license=('BSD')
depends=('bash' 'hostapd' 'iproute2' 'iw' 'dnsmasq'
- 'iptables' 'util-linux' 'procps-ng')
+ 'iptables' 'util-linux' 'procps-ng' 'which')
optdepends=('haveged: boost low entropy')
backup=('etc/create_ap.conf')
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/oblique/${pkgname}/archive/v${pkgver}.tar.gz"
More information about the arch-commits
mailing list