summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSebRmv2016-02-17 17:11:50 +0100
committerSebRmv2016-02-17 17:11:50 +0100
commit425a7877405eeb32973b828e0a6346aa4cf90323 (patch)
tree38f72feb4d899518aeb6bd26b57408aefdd2709c /PKGBUILD
parenta5fe462c6fa79ae8c7c65d43546510f0c0c95039 (diff)
downloadaur-425a7877405eeb32973b828e0a6346aa4cf90323.tar.gz
Fix build path.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 859485f1053f..8b213f42d28c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: SebRmv
pkgname=ia32_aout
pkgver=4.0
-pkgrel=2
+pkgrel=3
pkgdesc='ia32_aout kernel module, for running an a.out binary format'
arch=('x86_64')
makedepends=('linux-headers' 'linux-api-headers' 'gzip')
@@ -11,7 +11,7 @@ options=('!strip')
source=("https://raw.githubusercontent.com/torvalds/linux/v{$pkgver}/arch/x86/ia32/ia32_aout.c"
"Makefile")
sha1sums=('c635114660009c57014eb2a38e50e3abbb5f2e5f'
- '06df66a73b9f8a572b4b8d6b42e20fbb7b227911')
+ 'e7443ceb823797ef7b1dfc3cebd7f3488b153230')
install=ia32_aout.install
_kernel_version_x64=4.4