summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJasper Young2022-06-04 18:56:22 -0400
committerJasper Young2022-06-04 18:56:22 -0400
commitff4cae1eb503ff97c1dec2e7930d791b928bfd14 (patch)
treed5cdd7bc8ea8023bff68e0d2f9b9dd55abb5e69f /PKGBUILD
parentbf9664e8dcc8fa68e8fe397a4819882486894a77 (diff)
downloadaur-lua-pam-git.tar.gz
added git to makedepends
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6d6f3e3b04ca..13516e51c39d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,13 +5,13 @@
_gitname=lua-pam
pkgname=lua-pam-git
pkgver=r12.4820711
-pkgrel=3
+pkgrel=4
pkgdesc="A module for lua to use PAM"
arch=(x86_64)
url="https://github.com/RMTT/${_gitname}"
license=('MIT')
depends=(pam lua)
-makedepends=(cmake)
+makedepends=(cmake git)
provides=(lua-pam)
install=lua-pam-git.install
source=("git+${url}.git")