summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorM0Rf302023-12-21 10:11:28 +0100
committerM0Rf302023-12-21 10:11:28 +0100
commit28fbd8472e1c436a0b0a4f2d898a9174f79531d0 (patch)
treebdf165b90e1452bdc1be84ea190a37da3b735d8e
parent549ded04497cb076b7c05af4c6c350dbc1936f44 (diff)
downloadaur-fwts-git.tar.gz
fwts-git: update
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9299617ddea9..3a354775b8a3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = fwts-git
pkgdesc = The FirmWare Test Suite is a tool to do automatic testing of a PC's firmware
- pkgver = 21.03.00.r56.69c98101
+ pkgver = 23.11.00.r9.ffc2469b
pkgrel = 1
- url = https://github.com/ColinIanKing/fwts
+ url = https://github.com/fwts/fwts
arch = i686
arch = x86_64
license = GPL
@@ -13,8 +13,7 @@ pkgbase = fwts-git
depends = json-c
provides = fwts
conflicts = fwts
- source = fwts::git+https://github.com/ColinIanKing/fwts
+ source = fwts::git+https://github.com/fwts/fwts
sha256sums = SKIP
pkgname = fwts-git
-
diff --git a/PKGBUILD b/PKGBUILD
index c7dc611403b8..5f75f957fe06 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,11 +2,11 @@
# Contributor: brikler
pkgname=fwts-git
-pkgver=21.03.00.r56.69c98101
+pkgver=23.11.00.r9.ffc2469b
pkgrel=1
pkgdesc="The FirmWare Test Suite is a tool to do automatic testing of a PC's firmware"
arch=('i686' 'x86_64')
-url="https://github.com/ColinIanKing/fwts"
+url="https://github.com/fwts/fwts"
license=('GPL')
depends=('dtc' 'libbsd' 'pcre' 'json-c')
conflicts=("${pkgname%-git}")