summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMichael Gwin2015-11-05 16:59:37 +0100
committerMichael Gwin2015-11-05 16:59:37 +0100
commit7b6699a719dec6c611ff2a2c8a79cf6fe29afcae (patch)
treeb81888f3dd05f82f3a0eb1f83b3e607623300e26 /PKGBUILD
parent49bb60081e5fe870a918ad4dba4101014b80c842 (diff)
downloadaur-7b6699a719dec6c611ff2a2c8a79cf6fe29afcae.tar.gz
set MIN_UNIX_UID to 1000
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9217ff80775e..7d4e84a06761 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
pkgname=pwauth
pkgver=2.3.11
-pkgrel=3
+pkgrel=4
pkgdesc="An authenticator designed to be used for web authentication"
url="http://code.google.com/p/pwauth/"
arch=('x86_64' 'i686')
@@ -12,7 +12,7 @@ source=("http://pwauth.googlecode.com/files/$pkgname-$pkgver.tar.gz"
"LICENSE")
md5sums=('2b7812724653bb0d238c1e0dfd5affdf'
'be1bdc32c7f3b8fce10ff23bb0731326'
- 'd2b3fec58a40b2c7da62bc8e8893c4f7'
+ '850e3b228c00102bc88ef56722520bf9'
'ba32eb75e91477479ae6eba0bb5c40d0')
build() {