summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGiancarlo Razzolini2016-10-13 17:13:44 -0300
committerGiancarlo Razzolini2016-10-13 17:13:44 -0300
commitaae8dfebf7ea5667b0d036e15c3649249f3500f7 (patch)
tree8495046cb806cafe9f59f5a0090c2e8960758d97
parent5a8af763ac852e653b61c6ced1c6e4781134a1b5 (diff)
downloadaur-aae8dfebf7ea5667b0d036e15c3649249f3500f7.tar.gz
* Namcap issues.
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD8
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8d41784c62cf..a9e097a43d94 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Mon Sep 12 03:00:09 UTC 2016
+# Thu Oct 13 20:13:31 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.
+ pkgdesc = A daemon that locks files into memory. It is meant to increase the chances of recovery from paging issues.
pkgver = 1.1
- pkgrel = 3
+ pkgrel = 4
url = https://doc.coker.com.au/projects/memlockd/
install = memlockd.install
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index d40269a86bed..8940454edb9b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Giancarlo Razzolini <grazzolini@gmail.com>
pkgname=memlockd
pkgver=1.1
-pkgrel=3
-pkgdesc="Memlockd is a daemon that locks files into memory. It is meant to increase the chances of recovery from paging issues."
+pkgrel=4
+pkgdesc="A daemon that locks files into memory. It is meant to increase the chances of recovery from paging issues."
arch=('i686' 'x86_64')
url="https://doc.coker.com.au/projects/memlockd/"
license=('GPL')
@@ -31,10 +31,10 @@ build() {
package() {
cd "$pkgname-$pkgver"
install -D -m 644 memlockd.cfg $pkgdir/etc/memlockd.cfg
- install -d -m 644 $pkgdir/etc/memlockd.d
+ install -d -m 755 $pkgdir/etc/memlockd.d
install -D -m 755 memlockd $pkgdir/usr/bin/memlockd
install -D -m 644 memlockd.8 $pkgdir/usr/share/man/man8/memlockd.8
- install -d -m 644 $pkgdir/usr/lib/memlockd
+ install -d -m 755 $pkgdir/usr/lib/memlockd
install -D -m 644 memlockd.service $pkgdir/usr/lib/systemd/system/memlockd.service
install -D -m 644 $srcdir/memlockd-sysusers.conf $pkgdir/usr/lib/sysusers.d/memlockd.conf
}