summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGiancarlo Razzolini2016-09-12 00:00:15 -0300
committerGiancarlo Razzolini2016-09-12 00:00:15 -0300
commit5a8af763ac852e653b61c6ced1c6e4781134a1b5 (patch)
tree1f95b7652d7bf4f137a1369ebc28500ef726412f /PKGBUILD
parent52af53bf4f734dda92346763667b357d79e84640 (diff)
downloadaur-5a8af763ac852e653b61c6ced1c6e4781134a1b5.tar.gz
* Correction of the supported architectures.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ca43fbd2d30c..d40269a86bed 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Giancarlo Razzolini <grazzolini@gmail.com>
pkgname=memlockd
pkgver=1.1
-pkgrel=2
+pkgrel=3
pkgdesc="Memlockd is a daemon that locks files into memory. It is meant to increase the chances of recovery from paging issues."
-arch=('any')
+arch=('i686' 'x86_64')
url="https://doc.coker.com.au/projects/memlockd/"
license=('GPL')
backup=(etc/memlockd.cfg)