summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMantas Mikulėnas2023-03-12 16:27:12 +0200
committerMantas Mikulėnas2023-03-12 16:33:57 +0200
commit9b31dfff9b760d82cf04daa26c78a45a01810e2f (patch)
treea1a3e05b293c0ffb3ac08637ab54b85ca1f6d770 /PKGBUILD
parent6ae982c87c0576d39d35233646512969c9487373 (diff)
downloadaur-9b31dfff9b760d82cf04daa26c78a45a01810e2f.tar.gz
release 7.8.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD11
1 files changed, 6 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c63e5ae5f9ab..002a0eef7134 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,17 +1,18 @@
pkgname=heimdal
pkgdesc="Heimdal, an implementation of Kerberos and PKIX"
-pkgver=7.7.0
+pkgver=7.8.0
pkgrel=1
url="https://www.heimdal.software/"
arch=(x86_64)
depends=(libcap-ng readline sqlite)
-makedepends=(libldap)
+makedepends=(libldap perl-json)
optdepends=(libldap)
source=("https://github.com/heimdal/heimdal/releases/download/heimdal-$pkgver/heimdal-$pkgver.tar.gz"
- "https://github.com/heimdal/heimdal/releases/download/heimdal-$pkgver/heimdal-$pkgver.tar.gz.asc")
-sha256sums=('f02d3314d634cc55eb9cf04a1eae0d96b293e45a1f837de9d894e800161b7d1b'
+ "https://github.com/heimdal/heimdal/releases/download/heimdal-$pkgver/heimdal-$pkgver.tar.gz.sig")
+sha256sums=('fd87a207846fa650fd377219adc4b8a8193e55904d8a752c2c3715b4155d8d38'
'SKIP')
-validpgpkeys=('E65941B71CF3C459A34FA89C45E7572A28CD8CC8')
+validpgpkeys=('E65941B71CF3C459A34FA89C45E7572A28CD8CC8'
+ 'FB925C7AFA000F52B4BBD1ED9A077911BB7DC320')
build() {
cd heimdal-$pkgver