summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicolas Iooss2021-08-14 09:21:46 +0200
committerNicolas Iooss2021-08-14 09:21:46 +0200
commit23d10dfd35bf0b67fed79d22bb4bc81582e5749b (patch)
tree504141dd65a2e81d67b5ae7ec3c54d6fc10247e7
parent29ce6781b3f19bb4e6ddf1c9e888592298a017ee (diff)
downloadaur-23d10dfd35bf0b67fed79d22bb4bc81582e5749b.tar.gz
logrotate-selinux 3.18.1-1 update
-rw-r--r--.SRCINFO16
-rw-r--r--PKGBUILD16
2 files changed, 16 insertions, 16 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e48c2e0e8edd..23df1b01da70 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = logrotate-selinux
pkgdesc = Rotates system logs automatically with SELinux support
- pkgver = 3.18.0
+ pkgver = 3.18.1
pkgrel = 1
url = https://github.com/logrotate/logrotate
arch = x86_64
@@ -11,17 +11,17 @@ pkgbase = logrotate-selinux
depends = gzip
depends = acl
depends = libselinux
- provides = logrotate=3.18.0-1
- provides = selinux-logrotate=3.18.0-1
+ provides = logrotate=3.18.1-1
+ provides = selinux-logrotate=3.18.1-1
conflicts = logrotate
conflicts = selinux-logrotate
backup = etc/logrotate.conf
- source = https://github.com/logrotate/logrotate/releases/download/3.18.0/logrotate-3.18.0.tar.xz
- source = https://github.com/logrotate/logrotate/releases/download/3.18.0/logrotate-3.18.0.tar.xz.asc
+ source = https://github.com/logrotate/logrotate/releases/download/3.18.1/logrotate-3.18.1.tar.xz
+ source = https://github.com/logrotate/logrotate/releases/download/3.18.1/logrotate-3.18.1.tar.xz.asc
source = logrotate.conf
validpgpkeys = 992A96E075056E79CD8214F9873DB37572A37B36
- md5sums = c21e586457db80e70606b45a9d84dfe8
- md5sums = SKIP
- md5sums = 94dae4d3eded2fab9ae879533d3680db
+ sha256sums = 14a924e4804b3974e85019a9f9352c2a69726702e6656155c48bcdeace68a5dc
+ sha256sums = SKIP
+ sha256sums = 42e289081a4d6b144c89dbfc49bde7a01b383055bf90a05a764f8c3dee25a6ce
pkgname = logrotate-selinux
diff --git a/PKGBUILD b/PKGBUILD
index 38964bacd9dd..7802875fa7c3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
# If you want to help keep it up to date, please open a Pull Request there.
pkgname=logrotate-selinux
-pkgver=3.18.0
+pkgver=3.18.1
pkgrel=1
pkgdesc="Rotates system logs automatically with SELinux support"
arch=('x86_64' 'aarch64')
@@ -19,9 +19,9 @@ provides=("${pkgname/-selinux}=${pkgver}-${pkgrel}"
backup=('etc/logrotate.conf')
source=("https://github.com/logrotate/logrotate/releases/download/${pkgver}/${pkgname/-selinux}-${pkgver}.tar.xz"{,.asc}
'logrotate.conf')
-md5sums=('c21e586457db80e70606b45a9d84dfe8'
- 'SKIP'
- '94dae4d3eded2fab9ae879533d3680db')
+sha256sums=('14a924e4804b3974e85019a9f9352c2a69726702e6656155c48bcdeace68a5dc'
+ 'SKIP'
+ '42e289081a4d6b144c89dbfc49bde7a01b383055bf90a05a764f8c3dee25a6ce')
validpgpkeys=('992A96E075056E79CD8214F9873DB37572A37B36')
build() {
@@ -52,8 +52,8 @@ package() {
install -dm755 "$pkgdir/etc/logrotate.d"
install -Dm644 "$srcdir/logrotate.conf" "$pkgdir/etc/logrotate.conf"
- install -D -m644 examples/logrotate.timer ${pkgdir}/usr/lib/systemd/system/logrotate.timer
- install -D -m644 examples/logrotate.service ${pkgdir}/usr/lib/systemd/system/logrotate.service
- install -d -m755 $pkgdir/usr/lib/systemd/system/timers.target.wants
- ln -s ../logrotate.timer $pkgdir/usr/lib/systemd/system/timers.target.wants/logrotate.timer
+ install -D -m644 examples/logrotate.timer "${pkgdir}/usr/lib/systemd/system/logrotate.timer"
+ install -D -m644 examples/logrotate.service "${pkgdir}/usr/lib/systemd/system/logrotate.service"
+ install -d -m755 "$pkgdir/usr/lib/systemd/system/timers.target.wants"
+ ln -s ../logrotate.timer "$pkgdir/usr/lib/systemd/system/timers.target.wants/logrotate.timer"
}