summarylogtreecommitdiffstats
diff options
context:
space:
mode:
author0xk1f02024-02-29 14:32:02 +0100
committer0xk1f02024-02-29 14:32:02 +0100
commit4198b85a134918ef3fa7ba1dbbac29ce0518e470 (patch)
tree49d4208e55c4aeaa00d93df995e0f1a80661b644
parentf547bd0ea687137ae14f99a1ac5d0a5b52d5ed74 (diff)
downloadaur-4198b85a134918ef3fa7ba1dbbac29ce0518e470.tar.gz
bump to v0.8.7b
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d817549495a8..847d9fef4ad2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = angryoxide
pkgdesc = 802.11 Attack Tool
- pkgver = 0.8.6b
+ pkgver = 0.8.7b
pkgrel = 1
url = https://github.com/Ragnt/AngryOxide
arch = x86_64
@@ -8,7 +8,7 @@ pkgbase = angryoxide
makedepends = cargo
makedepends = git
options = !lto
- source = angryoxide-0.8.6b::https://github.com/Ragnt/AngryOxide/archive/refs/tags/v0.8.6b.tar.gz
- b2sums = e620b00c0e8a1619f5efd99c4dd5676aec84a63806d1b9e33994cd0d7a8ed36a99621d9563a28e7a241de2a336b59b6874fff9543ea935009c3b2d2f2dd85071
+ source = angryoxide-0.8.7b::https://github.com/Ragnt/AngryOxide/archive/refs/tags/v0.8.7b.tar.gz
+ b2sums = 64b510435953a22c323cae2d309fc48af1c10b65610d5ef6005cf738934c4e91b47adb04a0e77b0d411085220c77b77c6fc5706fd320034d8f7c9fc304015ab8
pkgname = angryoxide
diff --git a/PKGBUILD b/PKGBUILD
index 1ff5cee938ba..f87c13bd6b82 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=angryoxide
_pkgname=AngryOxide
-pkgver=0.8.6b
+pkgver=0.8.7b
pkgrel=1
_patch=""
pkgdesc='802.11 Attack Tool'
@@ -12,11 +12,13 @@ license=('GPL-3.0-only')
makedepends=('cargo' 'git')
options=(!lto)
source=("${pkgname}-${pkgver}${_patch}::${url}/archive/refs/tags/v${pkgver}${_patch}.tar.gz")
-b2sums=('e620b00c0e8a1619f5efd99c4dd5676aec84a63806d1b9e33994cd0d7a8ed36a99621d9563a28e7a241de2a336b59b6874fff9543ea935009c3b2d2f2dd85071')
+b2sums=('64b510435953a22c323cae2d309fc48af1c10b65610d5ef6005cf738934c4e91b47adb04a0e77b0d411085220c77b77c6fc5706fd320034d8f7c9fc304015ab8')
prepare() {
cd "${srcdir}/${_pkgname}-${pkgver}${_patch}"
- cargo fetch --locked --target "${CARCH}-unknown-linux-gnu"
+ # cargo fetch --locked --target "${CARCH}-unknown-linux-gnu"
+ # temporary to fix build
+ cargo fetch --target "${CARCH}-unknown-linux-gnu"
}
build() {