summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaurice Zhou2021-01-09 16:57:29 +0800
committerMaurice Zhou2021-01-09 16:57:29 +0800
commitbd57d8eee698dc10fe322c82d7c1a19a3a4783e8 (patch)
tree6dcda4a6b7d81b08f8a9d2d6b5ca7fc833724d4b
parentc622183d72099ac37a7063c12990c4284192eba9 (diff)
downloadaur-bd57d8eee698dc10fe322c82d7c1a19a3a4783e8.tar.gz
remove bashism
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 87fb19c074ec..e85d9975562f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -9,7 +9,7 @@ pkgbase = bieaz
optdepends = grub: select boot environment at boot
source = https://gitlab.com/m_zhou/bieaz/-/archive/0.0.31/bieaz-0.0.31.tar.gz
source = 0000-42_bieaz-detect-archlinux-initramfs.patch
- md5sums = 8df8bd9b4f990b8582c0adc6354f3594
+ md5sums = e1335211ba1a4f1633e7e3cc6fc09805
md5sums = ec84f0633910e13007e040577ce30fb1
pkgname = bieaz
diff --git a/PKGBUILD b/PKGBUILD
index 1fec1ddb97fd..add8adb0dc6c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -22,5 +22,5 @@ prepare() {
echo "Patch to detect of Arch Linux initramfs images by grub-mkconfig..."
patch -Np1 -i "${srcdir}/0000-42_bieaz-detect-archlinux-initramfs.patch"
}
-md5sums=('8df8bd9b4f990b8582c0adc6354f3594'
+md5sums=('e1335211ba1a4f1633e7e3cc6fc09805'
'ec84f0633910e13007e040577ce30fb1')