summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMichael Taboada2020-01-05 07:25:07 -0800
committerMichael Taboada2020-01-05 07:25:07 -0800
commite20d67ab2962818d139530770afd23e529b7d9c5 (patch)
treefbe02af9163591eb7db38684bdda127ba1899837 /PKGBUILD
parent7bbd164460f0c1bedce53c8b578002f6cf877a62 (diff)
downloadaur-e20d67ab2962818d139530770afd23e529b7d9c5.tar.gz
Added a missing entry to qemu-static.conf
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index bc1722cf8000..f4538e57422f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Michael Taboada <michael@2mb.solutions>
pkgname=binfmt-qemu-static-all-arch
pkgver=20190813
-pkgrel=1
+pkgrel=2
pkgdesc="Register qemu-static interpreters for various binary formats - all archetectures, intelligently removing the current archetecture"
arch=('armv5' 'armv6h' 'armv7h' 'aarch64' 'i686' 'x86_64')
url="http://www.freedesktop.org/software/systemd/man/binfmt.d.html"
@@ -10,7 +10,7 @@ optdepends=('qemu-user-static')
provides=('binfmt-qemu-static')
conflicts=('binfmt-qemu-static')
source=("qemu-static.conf")
-md5sums=('629e6cb2c0f57d13c4eb41c043091526')
+md5sums=('ef046cbee5bcdbc55f712a2bd928b18d')
package() {
install -Dm 644 "$srcdir/qemu-static.conf" "$pkgdir/usr/lib/binfmt.d/qemu-static.conf"