summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrançois Guerraz2020-04-15 23:25:01 +0200
committerFrançois Guerraz2020-04-15 23:25:01 +0200
commit59a5ac65bb19cbf66cceec77291a025df6ea4e29 (patch)
treeaff7f2c4cf589ae3b031f20c493758fffea8242f
parent4d11e51276e3ff04917309084b517442b9aaf8b3 (diff)
downloadaur-59a5ac65bb19cbf66cceec77291a025df6ea4e29.tar.gz
Display a warning message on install concerning unmaintained binaries
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
-rw-r--r--payetools-rti.install5
3 files changed, 7 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e1cb6d71a244..b8be8538d599 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = payetools-rti
pkgdesc = UK HMRC Basic PAYE Tools for Linux
pkgver = 20.0.20083.454
- pkgrel = 1
+ pkgrel = 2
url = https://www.gov.uk/basic-paye-tools
install = payetools-rti.install
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index e992dfb3b150..0efb9925f00d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: François Guerraz <kubrick@fgv6.net>
pkgname=payetools-rti
pkgver=20.0.20083.454
-pkgrel=1
+pkgrel=2
pkgdesc="UK HMRC Basic PAYE Tools for Linux"
arch=('x86_64')
url="https://www.gov.uk/basic-paye-tools"
diff --git a/payetools-rti.install b/payetools-rti.install
index e69de29bb2d1..a66cf6828518 100644
--- a/payetools-rti.install
+++ b/payetools-rti.install
@@ -0,0 +1,5 @@
+post_install() {
+ note "This package embeds, for its exclusive use, an unmaintained version of lib32-krb5"
+ note "The mainainer of this package accepts no liability for any consequence of this"
+ note "Please complain to the editor of the software so they fix it."
+}