summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebRmv2019-12-18 11:13:57 +0100
committerSebRmv2019-12-18 11:13:57 +0100
commit31d392192dd2ec432add4393022476bcc9cc5466 (patch)
tree55f926bb3dabd10adbff49c2cac089355cef2013
parent65fdb2cc2d8526b4f25e5aba53df6423776e58d7 (diff)
downloadaur-31d392192dd2ec432add4393022476bcc9cc5466.tar.gz
Fix checksums.
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2fca4a40e5fd..c825607ce97b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ia32_aout-dkms
pkgdesc = ia32_aout kernel module, for running an a.out binary format (DKMS)
pkgver = 5.4
- pkgrel = 1
+ pkgrel = 2
url = https://www.kernel.org
arch = x86_64
license = GPLv3
@@ -12,7 +12,7 @@ pkgbase = ia32_aout-dkms
source = https://raw.githubusercontent.com/torvalds/linux/v5.4/arch/x86/ia32/ia32_aout.c
source = Makefile
source = dkms.conf
- sha1sums = 3a6f6cf2955f4aef862589bb7b48d22ac2fe8053
+ sha1sums = ec51162ce24aa0711cce26cd6341a045f739997d
sha1sums = 843ea355c7475bd77408814e2a48a53af4856d8d
sha1sums = 42244650cd11033033f49a7909e5825584afd0cb
diff --git a/PKGBUILD b/PKGBUILD
index 0c044da9e0e5..c91c5ac62b0f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgbase=ia32_aout
pkgname=ia32_aout-dkms
pkgver=5.4
-pkgrel=1
+pkgrel=2
pkgdesc='ia32_aout kernel module, for running an a.out binary format (DKMS)'
arch=('x86_64')
depends=('dkms')
@@ -15,7 +15,7 @@ source=("https://raw.githubusercontent.com/torvalds/linux/v${pkgver}/arch/x86/ia
'Makefile'
'dkms.conf')
# updpkgsums
-sha1sums=('3a6f6cf2955f4aef862589bb7b48d22ac2fe8053'
+sha1sums=('ec51162ce24aa0711cce26cd6341a045f739997d'
'843ea355c7475bd77408814e2a48a53af4856d8d'
'42244650cd11033033f49a7909e5825584afd0cb')