summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick Northon2022-12-27 08:15:38 -0500
committerPatrick Northon2022-12-27 08:15:38 -0500
commitea945b109987c408c7278140b0045a2330ab60ff (patch)
tree75d0db98076c00ef8c9738232e472b3e4e0bbcd0
parent28e5370d4bbe19d921ae1b673bdaa84ff7ab7868 (diff)
downloadaur-ea945b109987c408c7278140b0045a2330ab60ff.tar.gz
Fix checksum.
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e0cf9720dbd1..12058960478c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +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.3
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/beakerlib/beakerlib
arch = i686
arch = x86_64
license = GPL2
makedepends = perl
source = https://github.com/beakerlib/beakerlib/archive/refs/tags/1.29.3.tar.gz
- sha256sums = 211a800983da1901167a3f8b4576ca91c6363125476a8c239d4f2536b3b2a5d2
+ sha256sums = f792b86bac8be1a4593dd096c32c1a061102c802c6f5760259a5753b13f6caa1
pkgname = beakerlib
diff --git a/PKGBUILD b/PKGBUILD
index 7200cb378212..7baef9e9b1d0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=beakerlib
pkgver=1.29.3
-pkgrel=1
+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."
arch=('i686' 'x86_64')
url="https://github.com/beakerlib/beakerlib"
@@ -10,7 +10,7 @@ license=('GPL2')
depends=()
makedepends=('perl')
source=("https://github.com/beakerlib/beakerlib/archive/refs/tags/${pkgver}.tar.gz")
-sha256sums=('211a800983da1901167a3f8b4576ca91c6363125476a8c239d4f2536b3b2a5d2')
+sha256sums=('f792b86bac8be1a4593dd096c32c1a061102c802c6f5760259a5753b13f6caa1')
_srcdir="${pkgname}-${pkgver}"