summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorTom Wambold2017-08-04 16:53:17 -0400
committerTom Wambold2017-08-04 16:53:17 -0400
commit492a31aca30d3931009b5d3441f2ef5ac3e064d8 (patch)
tree26a2876d01d1ad88ec85e6c9805fcb5f6869cda4 /PKGBUILD
parent7b752a1586f60a8596ae33486f15553a44295828 (diff)
downloadaur-492a31aca30d3931009b5d3441f2ef5ac3e064d8.tar.gz
Fix user creation in install script.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9532ecb617ed..a77f5ede0f63 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Tom Wambold <tom5760@gmail.com>
pkgname=oauth2_proxy
pkgver=2.2
-pkgrel=1
+pkgrel=2
pkgdesc="A reverse proxy that provides authentication with Google, Github or other providers."
arch=('i686' 'x86_64')
url="https://github.com/bitly/oauth2_proxy"