summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicolas Iooss2016-12-18 19:57:19 +0100
committerNicolas Iooss2016-12-18 19:57:19 +0100
commitf5bf532d3406c362624eeec600c156939120d124 (patch)
treebac31bba990db3851f85973c74b89085b08953e5
parent43a2a51157194a0d4fbb2c3e6b5478e25ff84d09 (diff)
downloadaur-f5bf532d3406c362624eeec600c156939120d124.tar.gz
logrotate-selinux 3.11.0-1 update
-rw-r--r--.SRCINFO13
-rw-r--r--PKGBUILD8
2 files changed, 13 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c5a98b411899..791859c940cd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = logrotate-selinux
pkgdesc = Rotates system logs automatically with SELinux support
- pkgver = 3.10.0
+ pkgver = 3.11.0
pkgrel = 1
url = https://github.com/logrotate/logrotate
arch = i686
@@ -11,17 +11,20 @@ pkgbase = logrotate-selinux
depends = gzip
depends = acl
depends = libselinux
- provides = logrotate=3.10.0-1
- provides = selinux-logrotate=3.10.0-1
+ provides = logrotate=3.11.0-1
+ provides = selinux-logrotate=3.11.0-1
conflicts = logrotate
conflicts = selinux-logrotate
backup = etc/logrotate.conf
- source = https://github.com/logrotate/logrotate/archive/3.10.0.tar.gz
+ source = https://github.com/logrotate/logrotate/releases/download/3.11.0/logrotate-3.11.0.tar.xz
+ source = https://github.com/logrotate/logrotate/releases/download/3.11.0/logrotate-3.11.0.tar.xz.asc
source = paths.patch
source = logrotate.conf
source = logrotate.timer
source = logrotate.service
- md5sums = 3995acb2791a8dfd81b5ffc0046d0e71
+ validpgpkeys = 992A96E075056E79CD8214F9873DB37572A37B36
+ md5sums = 3a9280e4caeb837427a2d54518fbcdac
+ md5sums = SKIP
md5sums = e76526bcd6fc33c9d921e1cb1eff1ffb
md5sums = 94dae4d3eded2fab9ae879533d3680db
md5sums = 287c2ad9b074cb5478db7692f385827c
diff --git a/PKGBUILD b/PKGBUILD
index ef824826ac8f..00595b66ac71 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# SELinux Maintainer: Nicolas Iooss (nicolas <dot> iooss <at> m4x <dot> org)
pkgname=logrotate-selinux
-pkgver=3.10.0
+pkgver=3.11.0
pkgrel=1
pkgdesc="Rotates system logs automatically with SELinux support"
arch=('i686' 'x86_64')
@@ -15,15 +15,17 @@ conflicts=("${pkgname/-selinux}" "selinux-${pkgname/-selinux}")
provides=("${pkgname/-selinux}=${pkgver}-${pkgrel}"
"selinux-${pkgname/-selinux}=${pkgver}-${pkgrel}")
backup=('etc/logrotate.conf')
-source=("https://github.com/logrotate/logrotate/archive/${pkgver}.tar.gz"
+source=("https://github.com/logrotate/logrotate/releases/download/${pkgver}/${pkgname/-selinux}-${pkgver}.tar.xz"{,.asc}
'paths.patch'
'logrotate.conf'
logrotate.{timer,service})
-md5sums=('3995acb2791a8dfd81b5ffc0046d0e71'
+md5sums=('3a9280e4caeb837427a2d54518fbcdac'
+ 'SKIP'
'e76526bcd6fc33c9d921e1cb1eff1ffb'
'94dae4d3eded2fab9ae879533d3680db'
'287c2ad9b074cb5478db7692f385827c'
'85560be5272ed68a88bb77a0a2293369')
+validpgpkeys=('992A96E075056E79CD8214F9873DB37572A37B36')
build() {
cd "$srcdir/${pkgname/-selinux}-${pkgver}"