summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wagie2023-12-31 10:04:08 -0700
committerMark Wagie2023-12-31 10:04:08 -0700
commite6e6ac4ed780a3b7c5f10167157dfd7969f183bf (patch)
treee306f9b42e4369add4bdbdb0cf045fd9a7172c86
parent08e15671e46e6182d8df7c631ba119bea40c1a99 (diff)
downloadaur-e6e6ac4ed780a3b7c5f10167157dfd7969f183bf.tar.gz
4.7.0
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD17
2 files changed, 8 insertions, 19 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 277f69f9b5b1..bd52422404bc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = linux-wifi-hotspot
pkgdesc = Feature-rich wifi hotspot creator
- pkgver = 4.6.0
- pkgrel = 2
+ pkgver = 4.7.0
+ pkgrel = 1
url = https://github.com/lakinduakash/linux-wifi-hotspot
install = linux-wifi-hotspot.install
arch = x86_64
@@ -22,9 +22,7 @@ pkgbase = linux-wifi-hotspot
conflicts = wihotspot
conflicts = create_ap
backup = etc/create_ap.conf
- source = linux-wifi-hotspot-4.6.0.tar.gz::https://github.com/lakinduakash/linux-wifi-hotspot/archive/v4.6.0.tar.gz
- source = https://github.com/lakinduakash/linux-wifi-hotspot/pull/367.patch
- sha256sums = bc0ad1d38e3e1b00bb7e0416a2b7a1a79dc908036342c85b0a8c3962ffd5bded
- sha256sums = 346cd6b7367edf9b01ca3612fa6c7f6acc28730b7718c21fc16e6175d77f4b45
+ source = linux-wifi-hotspot-4.7.0.tar.gz::https://github.com/lakinduakash/linux-wifi-hotspot/archive/v4.7.0.tar.gz
+ sha256sums = 48ea826b85f98b7f84269d837bdd0b7cc7c489594f14c89e6bed6b1b6c08a028
pkgname = linux-wifi-hotspot
diff --git a/PKGBUILD b/PKGBUILD
index f932569142fc..a979fe75fd57 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Mark Wagie <mark dot wagie at proton dot me>
# Contributor: Dimitris Kiziridis <ragouel at outlook dot com>
pkgname=linux-wifi-hotspot
-pkgver=4.6.0
-pkgrel=2
+pkgver=4.7.0
+pkgrel=1
pkgdesc="Feature-rich wifi hotspot creator"
arch=('x86_64' 'aarch64')
url="https://github.com/lakinduakash/linux-wifi-hotspot"
@@ -16,17 +16,8 @@ provides=('wihotspot' 'create_ap')
conflicts=('wihotspot' 'create_ap')
backup=('etc/create_ap.conf')
install="$pkgname.install"
-source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz"
- 'https://github.com/lakinduakash/linux-wifi-hotspot/pull/367.patch')
-sha256sums=('bc0ad1d38e3e1b00bb7e0416a2b7a1a79dc908036342c85b0a8c3962ffd5bded'
- '346cd6b7367edf9b01ca3612fa6c7f6acc28730b7718c21fc16e6175d77f4b45')
-
-prepare() {
- cd "$pkgname-$pkgver"
-
- # Update frequency parsing for iw 6.7 compatibility
- patch -Np1 -i ../367.patch
-}
+source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
+sha256sums=('48ea826b85f98b7f84269d837bdd0b7cc7c489594f14c89e6bed6b1b6c08a028')
build() {
cd "$pkgname-$pkgver"