summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorbrokenpip32021-12-12 19:39:33 +0100
committerbrokenpip32021-12-12 19:39:33 +0100
commita9f130c7334798ddab880547ac58b17b59471e3b (patch)
tree85aece46baa2a074caf8d53932ade3164d41281d
parent4ad21fecbc91cd303a3e9366e29c1ae1ec9d7b8c (diff)
downloadaur-a9f130c7334798ddab880547ac58b17b59471e3b.tar.gz
fix description
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3ed0179d6f5d..2f2e86b2f8f3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
pkgbase = bash-bats-file
- pkgdesc = A library to ease e2e tests of applications in K8s environments with bats
+ pkgdesc = Common filesystem assertions for Bats
pkgver = 0.3.0
pkgrel = 2
url = https://github.com/bats-core/bats-file
diff --git a/PKGBUILD b/PKGBUILD
index 9007abb6125d..f2aeaecb7d3d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=bash-bats-file
pkgver=0.3.0
pkgrel=2
-pkgdesc="A library to ease e2e tests of applications in K8s environments with bats"
+pkgdesc="Common filesystem assertions for Bats"
arch=("any")
url="https://github.com/bats-core/bats-file"
license=("MIT")