summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick Northon2023-02-27 04:57:50 -0500
committerPatrick Northon2023-02-27 04:57:50 -0500
commitdd6218850355de590f17b3c2464104d3d8b062e8 (patch)
treedd45864741c68d8255594cb4487c0c85c8c23362
parentb97bea6a803544ab836d13945d0f1b2dfed2b1f2 (diff)
downloadaur-dd6218850355de590f17b3c2464104d3d8b062e8.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 c2f5149eb496..2576cae1de95 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
pkgbase = beakerlib
- pkgdesc = BeakerLib is a shell-level integration testing library, providing convenience functions which simplify writing, running and analysis of integration and blackbox tests.
+ pkgdesc = Shell-level integration testing library, providing convenience functions which simplify writing, running and analysis of integration and blackbox tests.
pkgver = 1.29.3
pkgrel = 2
url = https://github.com/beakerlib/beakerlib
diff --git a/PKGBUILD b/PKGBUILD
index 1e75a4c38079..6fdd9a43c609 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=beakerlib
pkgver=1.29.3
pkgrel=2
-pkgdesc="BeakerLib is a shell-level integration testing library, providing convenience functions which simplify writing, running and analysis of integration and blackbox tests."
+pkgdesc="Shell-level integration testing library, providing convenience functions which simplify writing, running and analysis of integration and blackbox tests."
arch=('i686' 'x86_64')
url="https://github.com/beakerlib/beakerlib"
license=('GPL2')