summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicolas Iooss2017-12-15 20:04:16 +0100
committerNicolas Iooss2017-12-15 20:04:16 +0100
commit1f10e5850fe1f31f7fcbabd2c80809d9b4cf31f5 (patch)
treecd554b2852c146411628652a880270cf90d2aebc
parenta672a3e63034b9f693443a35988a21dc414ab998 (diff)
downloadaur-1f10e5850fe1f31f7fcbabd2c80809d9b4cf31f5.tar.gz
logrotate-selinux 3.13.0-1 update
-rw-r--r--.SRCINFO13
-rw-r--r--PKGBUILD6
2 files changed, 9 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 241a8b2dd758..2706a065808e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,8 @@
pkgbase = logrotate-selinux
pkgdesc = Rotates system logs automatically with SELinux support
- pkgver = 3.12.3
+ pkgver = 3.13.0
pkgrel = 1
url = https://github.com/logrotate/logrotate
- arch = i686
arch = x86_64
groups = selinux
license = GPL
@@ -11,16 +10,16 @@ pkgbase = logrotate-selinux
depends = gzip
depends = acl
depends = libselinux
- provides = logrotate=3.12.3-1
- provides = selinux-logrotate=3.12.3-1
+ provides = logrotate=3.13.0-1
+ provides = selinux-logrotate=3.13.0-1
conflicts = logrotate
conflicts = selinux-logrotate
backup = etc/logrotate.conf
- source = https://github.com/logrotate/logrotate/releases/download/3.12.3/logrotate-3.12.3.tar.xz
- source = https://github.com/logrotate/logrotate/releases/download/3.12.3/logrotate-3.12.3.tar.xz.asc
+ source = https://github.com/logrotate/logrotate/releases/download/3.13.0/logrotate-3.13.0.tar.xz
+ source = https://github.com/logrotate/logrotate/releases/download/3.13.0/logrotate-3.13.0.tar.xz.asc
source = logrotate.conf
validpgpkeys = 992A96E075056E79CD8214F9873DB37572A37B36
- md5sums = a560c57fac87c45b2fc17406cdf79288
+ md5sums = 78ef24d6fddcc4df8e412dd75c551b4c
md5sums = SKIP
md5sums = 94dae4d3eded2fab9ae879533d3680db
diff --git a/PKGBUILD b/PKGBUILD
index 543c20948e8f..e4cf153f633d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,10 +3,10 @@
# SELinux Maintainer: Nicolas Iooss (nicolas <dot> iooss <at> m4x <dot> org)
pkgname=logrotate-selinux
-pkgver=3.12.3
+pkgver=3.13.0
pkgrel=1
pkgdesc="Rotates system logs automatically with SELinux support"
-arch=('i686' 'x86_64')
+arch=('x86_64')
url="https://github.com/logrotate/logrotate"
license=('GPL')
groups=('selinux')
@@ -17,7 +17,7 @@ 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=('a560c57fac87c45b2fc17406cdf79288'
+md5sums=('78ef24d6fddcc4df8e412dd75c551b4c'
'SKIP'
'94dae4d3eded2fab9ae879533d3680db')
validpgpkeys=('992A96E075056E79CD8214F9873DB37572A37B36')