summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGiancarlo Razzolini2016-09-12 00:00:15 -0300
committerGiancarlo Razzolini2016-09-12 00:00:15 -0300
commit5a8af763ac852e653b61c6ced1c6e4781134a1b5 (patch)
tree1f95b7652d7bf4f137a1369ebc28500ef726412f
parent52af53bf4f734dda92346763667b357d79e84640 (diff)
downloadaur-5a8af763ac852e653b61c6ced1c6e4781134a1b5.tar.gz
* Correction of the supported architectures.
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ad702040b608..8d41784c62cf 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,13 @@
# Generated by mksrcinfo v8
-# Fri Aug 19 11:03:07 UTC 2016
+# Mon Sep 12 03:00:09 UTC 2016
pkgbase = memlockd
pkgdesc = Memlockd is a daemon that locks files into memory. It is meant to increase the chances of recovery from paging issues.
pkgver = 1.1
- pkgrel = 2
+ pkgrel = 3
url = https://doc.coker.com.au/projects/memlockd/
install = memlockd.install
- arch = any
+ arch = i686
+ arch = x86_64
license = GPL
backup = etc/memlockd.cfg
source = memlockd-1.1.tar.gz::https://www.coker.com.au/memlockd/memlockd_1.1.tar.gz
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)