summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick Northon2022-08-25 15:13:28 -0400
committerPatrick Northon2022-08-25 15:13:28 -0400
commitd0ece0c8a9c208f82a4603446359f73c1a9b050b (patch)
tree88f1037d7debfef15ff335d459c84fc9264574e6
parent12a435e745fb034728d2ed309f65d1411b5d3fc5 (diff)
downloadaur-d0ece0c8a9c208f82a4603446359f73c1a9b050b.tar.gz
Bump version and add perl in makedepends.
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2d5ad6afc362..17f6d9011aa1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,13 @@
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.
- pkgver = 1.29.1
+ pkgver = 1.29.2
pkgrel = 1
url = https://github.com/beakerlib/beakerlib
arch = i686
arch = x86_64
license = GPL2
- source = https://github.com/beakerlib/beakerlib/archive/refs/tags/1.29.1.tar.gz
- sha256sums = 28e510aa77071d9747c243bd36704f6835191e94823dfa87b3daca58c2195432
+ makedepends = perl
+ source = https://github.com/beakerlib/beakerlib/archive/refs/tags/1.29.2.tar.gz
+ sha256sums = 5f86a885b3f42144c277061eaa6865f707025cf5293c2bc55c14fedfe06e54c9
pkgname = beakerlib
diff --git a/PKGBUILD b/PKGBUILD
index ceedd38bb7cf..73cdbb92a226 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,16 @@
# Maintainer: Patrick Northon <northon_patrick3@yahoo.ca>
pkgname=beakerlib
-pkgver=1.29.1
+pkgver=1.29.2
pkgrel=1
pkgdesc="BeakerLib is a 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')
depends=()
-makedepends=()
+makedepends=('perl')
source=("https://github.com/beakerlib/beakerlib/archive/refs/tags/${pkgver}.tar.gz")
-sha256sums=('28e510aa77071d9747c243bd36704f6835191e94823dfa87b3daca58c2195432')
+sha256sums=('5f86a885b3f42144c277061eaa6865f707025cf5293c2bc55c14fedfe06e54c9')
_srcdir="${pkgname}-${pkgver}"