summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorY2018-02-27 20:51:43 +0100
committerY2018-02-27 20:51:43 +0100
commit61ac95f7629b5f048687e62675d43610387fadb5 (patch)
treebcdc0dcc228c0d03157c99160c63c58fddbc2d99
parent85952729c1918dbf17fbfd12f3053b53766fbaf1 (diff)
downloadaur-61ac95f7629b5f048687e62675d43610387fadb5.tar.gz
upstream v1.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 05e239c587a3..3c5b5d9d6150 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,17 @@
pkgbase = pyruse
pkgdesc = Route systemd-journal logs to filters and actions (ban, report, etc.)
- pkgver = 1.0
+ pkgver = 1.1
pkgrel = 1
url = https://yalis.fr/git/yves/pyruse
arch = any
license = GPL3
makedepends = git
makedepends = python-setuptools
- depends = python>=3.1
+ depends = python>=3.4
depends = python-systemd
optdepends = nftables: for the action_nftBan module
optdepends = smtp-forwarder: for the action_email and action_dailyReport modules
- source = git+https://yalis.fr/git/yves/pyruse.git#tag=1.0
+ source = git+https://yalis.fr/git/yves/pyruse.git#tag=1.1
sha1sums = SKIP
pkgname = pyruse
diff --git a/PKGBUILD b/PKGBUILD
index 63cde945c70f..33a3319d1034 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: Yves G. <theYinYeti@yalis.fr>
pkgname=pyruse
-pkgver=1.0
+pkgver=1.1
pkgrel=1
pkgdesc="Route systemd-journal logs to filters and actions (ban, report, etc.)"
arch=('any')
url="https://yalis.fr/git/yves/pyruse"
license=('GPL3')
-depends=('python>=3.1' 'python-systemd')
+depends=('python>=3.4' 'python-systemd')
makedepends=('git' 'python-setuptools')
source=("git+https://yalis.fr/git/yves/pyruse.git#tag=${pkgver}")
sha1sums=('SKIP')