This commit is contained in:
Thomas Weißschuh 2024-08-12 18:11:58 +02:00
parent 08057217f0
commit db9b2cbb7c
2 changed files with 7 additions and 7 deletions

View file

@ -1,7 +1,7 @@
pkgbase = needrestart
pkgdesc = Restart daemons after library updates.
pkgver = 3.6
pkgrel = 3
pkgver = 3.7
pkgrel = 1
url = https://github.com/liske/needrestart
arch = any
license = GPL-2.0-or-later
@ -13,9 +13,9 @@ pkgbase = needrestart
depends = perl-libintl-perl
optdepends = iucode-tool: for outdated microcode detection
options = !emptydirs
source = needrestart-3.6.tar.gz::https://github.com/liske/needrestart/archive/v3.6.tar.gz
source = needrestart-3.7.tar.gz::https://github.com/liske/needrestart/archive/v3.7.tar.gz
source = needrestart.hook
sha256sums = 3dced40d6116287b163da018d57014b0b7cee04794a95f8602126e2c296ed1a7
sha256sums = d801a9f9c9c2f9e10222d7c5dd068d3c9e02390db40b3944d4d0bcabc6c738ad
sha256sums = e5c6696a281f5445a3b7e2b7d1055f9189a2c39d4940721aa0c2718780f15f63
pkgname = needrestart

View file

@ -3,8 +3,8 @@
pkgname=needrestart
url=https://github.com/liske/needrestart
pkgdesc='Restart daemons after library updates.'
pkgver=3.6
pkgrel=3
pkgver=3.7
pkgrel=1
source=(
"needrestart-${pkgver}.tar.gz::https://github.com/liske/needrestart/archive/v${pkgver}.tar.gz"
'needrestart.hook'
@ -45,5 +45,5 @@ package() {
"${pkgdir}/usr/share/libalpm/hooks/needrestart.hook"
}
sha256sums=('3dced40d6116287b163da018d57014b0b7cee04794a95f8602126e2c296ed1a7'
sha256sums=('d801a9f9c9c2f9e10222d7c5dd068d3c9e02390db40b3944d4d0bcabc6c738ad'
'e5c6696a281f5445a3b7e2b7d1055f9189a2c39d4940721aa0c2718780f15f63')