summarylogtreecommitdiffstats
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
parentdf39937a6701c6a15fdfda8975005f6ef6149e28 (diff)
downloadaur-7f69254b17f6dda5d4932296282b8618a049858c.tar.gz
bump and pin commit
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD5
2 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d6111e33edd1..d4c590d6380c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = heimdal
pkgdesc = Heimdal, an implementation of Kerberos and PKIX
- pkgver = 7.99.r30301.ga8037d191
+ pkgver = 7.99.r30417.gb19633f9b
pkgrel = 1
url = https://www.heimdal.software/
arch = x86_64
@@ -11,8 +11,8 @@ pkgbase = heimdal
depends = readline
depends = sqlite
optdepends = libldap
- provides = heimdal=7.99.r30301.ga8037d191
- source = git+https://github.com/heimdal/heimdal
+ provides = heimdal=7.99.r30417.gb19633f9b
+ source = git+https://github.com/heimdal/heimdal#commit=b19633f9b94fbfff3777a432d02e0bf5405f372b
validpgpkeys = E65941B71CF3C459A34FA89C45E7572A28CD8CC8
sha256sums = SKIP
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')