summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormutantmonkey2016-11-20 11:59:42 -0800
committermutantmonkey2016-11-20 11:59:42 -0800
commit450c1792e0be0888dccbdd1bcfb9b6036642fc3f (patch)
tree5e43719850bc5635e6934a4e8daed4237eaab306
parent9dbd083e01ee2fa2370e1a589967eb6ddc597034 (diff)
downloadaur-450c1792e0be0888dccbdd1bcfb9b6036642fc3f.tar.gz
upgpkg: tpm-tools 1.3.9-1
finish removing no-werror.patch
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
-rw-r--r--no-werror.patch11
3 files changed, 2 insertions, 15 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5afdc7bef6a2..5901b073680b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Sun Nov 20 01:22:27 UTC 2016
+# Sun Nov 20 19:59:42 UTC 2016
pkgbase = tpm-tools
pkgdesc = Tools to manage and diagnose a TPM
pkgver = 1.3.9
@@ -12,7 +12,6 @@ pkgbase = tpm-tools
depends = opencryptoki
source = http://downloads.sourceforge.net/project/trousers/tpm-tools/1.3.9/tpm-tools-1.3.9.tar.gz
sha256sums = 13a1cb29d38d449cbc44d6384630d4827cc6ddb2ec8d9baa207e75ec1b134864
- sha256sums = 02c79d976f5d7f783638ec4ce82740ba02f5ea1bb6c45c58bd6ec8de34bc6d2e
pkgname = tpm-tools
diff --git a/PKGBUILD b/PKGBUILD
index 5672e05f57b6..f053c6435707 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -14,8 +14,7 @@ url="http://sourceforge.net/projects/trousers"
license=('CPL')
depends=('trousers' 'opencryptoki')
source=(http://downloads.sourceforge.net/project/trousers/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha256sums=('13a1cb29d38d449cbc44d6384630d4827cc6ddb2ec8d9baa207e75ec1b134864'
- '02c79d976f5d7f783638ec4ce82740ba02f5ea1bb6c45c58bd6ec8de34bc6d2e')
+sha256sums=('13a1cb29d38d449cbc44d6384630d4827cc6ddb2ec8d9baa207e75ec1b134864')
build() {
# the tarball for 1.3.9 doesn't have a parent directory
diff --git a/no-werror.patch b/no-werror.patch
deleted file mode 100644
index 711d8670cf56..000000000000
--- a/no-werror.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- tpm-tools-1.3.7/configure 2011-09-07 16:48:29.000000000 +0200
-+++ tpm-tools-1.3.7_NEW/configure 2012-01-06 14:59:52.970136356 +0100
-@@ -13037,7 +13037,7 @@
- fi
-
-
--CFLAGS="$CFLAGS -Wall -Werror -Wreturn-type -Wsign-compare"
-+CFLAGS="$CFLAGS -Wall -Wreturn-type -Wsign-compare"
-
- ac_config_files="$ac_config_files ./Makefile po/Makefile.in m4/Makefile include/Makefile lib/Makefile src/Makefile src/tpm_mgmt/Makefile src/cmds/Makefile src/data_mgmt/Makefile dist/tpm-tools.spec man/Makefile man/man1/Makefile man/man3/Makefile man/man8/Makefile"
-