summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke T. Shumaker <lukeshu@parabola.nu>2024-04-03 23:38:18 -0600
committerLuke T. Shumaker <lukeshu@parabola.nu>2024-04-03 23:38:18 -0600
commit6b79d949022ace70dff0268b6cdddf68f73542ed (patch)
tree0d8a8bbb171733eb976c7589fe2f9b2ac884c7a7
parent02ebff834ee8dbb810fe76a418d96b0f4aac39d4 (diff)
libre/libretools: upgpkg v20240403
-rw-r--r--libre/libretools/PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/libre/libretools/PKGBUILD b/libre/libretools/PKGBUILD
index 3e5dbbb61..aeb4b510d 100644
--- a/libre/libretools/PKGBUILD
+++ b/libre/libretools/PKGBUILD
@@ -12,9 +12,9 @@ pkgdesc="Programs for Parabola development"
url="https://git.parabola.nu/packages/libretools.git/"
license=('GPL3' 'GPL2')
-pkgver=20240327
+pkgver=20240403
source=(https://repo.parabola.nu/other/$pkgname/$pkgname-$pkgver.tar.gz{,.sig})
-sha256sums=('e3a3aa54322813682414405b9a546274a984470bd40cea10d6349cc582f1f9a3'
+sha256sums=('210fecb2c5113818c685e90dc7e67f0f64995142cecc5eed1ac1284589d5840e'
'SKIP')
validpgpkeys=('99195DD3BB6FE10A2F36ED8445698744D4FFBFC9' # Luke Shumaker
'BFA8008A8265677063B11BF47171986E4B745536' # Andreas Grapentin
@@ -45,7 +45,7 @@ build() {
check() {
cd "$srcdir/$pkgbase-$pkgver"
- SUDO_USER= make check TESTENVFLAGS='--no-network --no-sudo'
+ SUDO_USER= make check BATS_FLAGS='--filter-tags !network,!sudo'
}
package_librelib() {