summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMantas Mikulėnas2022-07-31 14:12:16 +0300
committerMantas Mikulėnas2022-07-31 14:12:16 +0300
commit7f69254b17f6dda5d4932296282b8618a049858c (patch)
tree41d2733e1d188f15bee911bbcea02c86fb832503 /PKGBUILD
parentdf39937a6701c6a15fdfda8975005f6ef6149e28 (diff)
downloadaur-7f69254b17f6dda5d4932296282b8618a049858c.tar.gz
bump and pin commit
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 55cc9af06fa1..f62808fecc45 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,7 @@
pkgname=heimdal
pkgdesc="Heimdal, an implementation of Kerberos and PKIX"
-pkgver=7.99.r30301.ga8037d191
+_commit='b19633f9b94fbfff3777a432d02e0bf5405f372b'
+pkgver=7.99.r30417.gb19633f9b
pkgrel=1
url="https://www.heimdal.software/"
arch=(x86_64)
@@ -8,7 +9,7 @@ depends=(libcap-ng readline sqlite)
makedepends=(git libldap perl-json)
optdepends=(libldap)
provides=(heimdal=$pkgver)
-source=("git+https://github.com/heimdal/heimdal")
+source=("git+https://github.com/heimdal/heimdal#commit=$_commit")
sha256sums=('SKIP')
validpgpkeys=('E65941B71CF3C459A34FA89C45E7572A28CD8CC8')