summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Taboada2020-01-05 07:42:47 -0800
committerMichael Taboada2020-01-05 07:42:47 -0800
commit4bd86c1e8f838b1d0162735e46a01ae4f3ecd148 (patch)
tree85c4b217b00f02130723eba600b5c0c925897afd
parente20d67ab2962818d139530770afd23e529b7d9c5 (diff)
downloadaur-4bd86c1e8f838b1d0162735e46a01ae4f3ecd148.tar.gz
Fixed md5sums
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 387e22c29300..196f9c08910f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = binfmt-qemu-static-all-arch
pkgdesc = Register qemu-static interpreters for various binary formats - all archetectures, intelligently removing the current archetecture
pkgver = 20190813
- pkgrel = 2
+ pkgrel = 3
url = http://www.freedesktop.org/software/systemd/man/binfmt.d.html
arch = armv5
arch = armv6h
@@ -14,7 +14,7 @@ pkgbase = binfmt-qemu-static-all-arch
provides = binfmt-qemu-static
conflicts = binfmt-qemu-static
source = qemu-static.conf
- md5sums = ef046cbee5bcdbc55f712a2bd928b18d
+ md5sums = 6e441e51b021ade4aa3445c4e2316f5c
pkgname = binfmt-qemu-static-all-arch
diff --git a/PKGBUILD b/PKGBUILD
index f4538e57422f..30fafbcea734 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Michael Taboada <michael@2mb.solutions>
pkgname=binfmt-qemu-static-all-arch
pkgver=20190813
-pkgrel=2
+pkgrel=3
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=('ef046cbee5bcdbc55f712a2bd928b18d')
+md5sums=('6e441e51b021ade4aa3445c4e2316f5c')
package() {
install -Dm 644 "$srcdir/qemu-static.conf" "$pkgdir/usr/lib/binfmt.d/qemu-static.conf"