Date: Wednesday, May 20, 2020 @ 20:44:52 Author: dvzrv Revision: 630991
upgpkg: tuna 1:0.14.1-1: Upgrading to 0.14.1. Updating maintainer info. Modified: tuna/trunk/PKGBUILD ----------+ PKGBUILD | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-05-20 20:43:17 UTC (rev 630990) +++ PKGBUILD 2020-05-20 20:44:52 UTC (rev 630991) @@ -1,10 +1,10 @@ -# Maintainer: David Runge <[email protected]> +# Maintainer: David Runge <[email protected]> # Contributor: Joakim Hernberg <[email protected]> # Contributor: Ninez <[email protected]> pkgname=tuna -pkgver=0.14 -pkgrel=3 +pkgver=0.14.1 +pkgrel=1 epoch=1 pkgdesc="Thread and IRQ affinity setting GUI and cmd line tool" url="https://rt.wiki.kernel.org/index.php/Tuna" @@ -14,8 +14,9 @@ depends=('python-ethtool' 'python-linux-procfs' 'python-numpy' 'python-schedutils') optdepends=('python-inet_diag: Show network sockets in use by threads') +backup=("etc/${pkgname}.conf") source=("https://git.kernel.org/pub/scm/utils/${pkgname}/${pkgname}.git/snapshot/${pkgname}-${pkgver}.tar.gz") -sha512sums=('816d45e704fa1badc4734284b4c1a3892e829ef17b24752b19294d07e407cb8d3ece952e3b8ed2c195d854b1f80eb8d172479f4e3adfbc0aba81d90cce91b83a') +sha512sums=('5a4dddcaac4d73506f9c50515108e35f9bc808e857a8d8c344b3a6fe082543a41ed3aeb38ccffecde063af1f41f5b792f6bed354f22962dcd698edf7d8423273') prepare() { cd "${pkgname}-${pkgver}"
