summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorM0Rf302020-07-17 18:52:28 +0200
committerM0Rf302020-07-17 18:52:28 +0200
commit6a0d2aa721cbd8a5ca60884504bb2af0bee8d6e4 (patch)
treef5fccb66feb7a80fc6317456a2add4b3578de939 /PKGBUILD
parent87d46582b612f7f787e0db1d5a4c6fed93a08cdf (diff)
downloadaur-libtpms.tar.gz
libtpms: 0.7.3
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d9ecf6797b20..951e9366654c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: robertfoster
pkgname=libtpms
-pkgver=0.7.2
+pkgver=0.7.3
pkgrel=1
pkgdesc="The libtpms library provides software emulation of a Trusted Platform Module (TPM 1.2)"
arch=('i686' 'x86_64')
url="https://github.com/stefanberger/libtpms"
license=(unknown)
depends=('openssl' 'zlib')
-makedepends=('automake' 'autoconf')
+makedepends=('automake' 'autoconf' 'perl')
provides=('libtpms')
source=("https://github.com/stefanberger/libtpms/archive/v${pkgver}.tar.gz")
@@ -23,4 +23,4 @@ package() {
make DESTDIR="${pkgdir}" install
}
-md5sums=('e4efe35a01ef8426583208ac0e6093f4')
+md5sums=('d9926438045b141e212307f280f77a7a')