diff options
author | Chris Severance | 2020-12-11 16:52:11 -0500 |
---|---|---|
committer | Chris Severance | 2020-12-11 16:52:11 -0500 |
commit | 209d2cf0c48c850351bc275250483328c9c64abe (patch) | |
tree | ae3ddfd8b4340072ed25b7abfe8d3ff7f6e7c100 | |
parent | bfe4aba26da56be87d29938cd0fa40bbc8d30d20 (diff) | |
download | aur-209d2cf0c48c850351bc275250483328c9c64abe.tar.gz |
autu: Update to 1.7.5-1
-rw-r--r-- | .SRCINFO | 10 | ||||
-rw-r--r-- | PKGBUILD | 8 |
2 files changed, 9 insertions, 9 deletions
@@ -1,8 +1,8 @@ # Generated by mksrcinfo v8 -# Sat May 23 01:17:17 UTC 2020 +# Fri Dec 11 21:52:11 UTC 2020 pkgbase = pmacct pkgdesc = Accounting and aggregation toolsuite for IPv4 and IPv6 able to collect data through libpcap, Netlink/ULOG, Netflow and sFlow - pkgver = 1.7.4p1 + pkgver = 1.7.5 pkgrel = 1 url = http://www.pmacct.net/ arch = i686 @@ -12,17 +12,17 @@ pkgbase = pmacct depends = libmariadbclient depends = postgresql-libs depends = sqlite3 - source = http://www.pmacct.net/pmacct-1.7.4p1.tar.gz + source = http://www.pmacct.net/pmacct-1.7.5.tar.gz source = pmacctd.rc.d source = nfacctd.rc.d source = sfacctd.rc.d source = uacctd.rc.d - md5sums = 61428c5d1d59bb91f2f948a2cbb96110 + md5sums = 4ce9e8f38ce37d3c60bfa3d66e0d5184 md5sums = 3b9313a756b75b4b571b17693db0ae04 md5sums = f732e33cbccba5a492d2ee95b5f88221 md5sums = 235c1e77690fbe939a69c98dad041203 md5sums = 9a49065076b645df94e30278052a8796 - sha256sums = 8a35fdde01a2e34faf7c0d68cb3010bca56667638a6227b02384d015ee9c1335 + sha256sums = 2e778bd3cdd968c4b9f22e28008b9b72f229980201d2cc2ee04cb02f6b0bdcd5 sha256sums = 504b31e1a3ccc6ab9fd56960800e6146cae69c479d1a87a5f491042c382e4384 sha256sums = 143e7b83d15df723e2668383efb108e458818b47fdd62a6201b159a5430379e7 sha256sums = 990915185774ccb6f167433f1f4a4c415dc60fcaaee2af9d9239dfafefcb8166 @@ -6,7 +6,7 @@ set -u pkgname='pmacct' #pkgname+='-git' -pkgver=1.7.4p1 +pkgver=1.7.5 _pkgver="${pkgver%%.r[0-9]*}" _pkgverb="${_pkgver%%.[a-z]*}" _pkgverb="${_pkgverb%%[a-z]*}" @@ -25,12 +25,12 @@ source=( 'sfacctd.rc.d' 'uacctd.rc.d' ) -md5sums=('61428c5d1d59bb91f2f948a2cbb96110' +md5sums=('4ce9e8f38ce37d3c60bfa3d66e0d5184' '3b9313a756b75b4b571b17693db0ae04' 'f732e33cbccba5a492d2ee95b5f88221' '235c1e77690fbe939a69c98dad041203' '9a49065076b645df94e30278052a8796') -sha256sums=('8a35fdde01a2e34faf7c0d68cb3010bca56667638a6227b02384d015ee9c1335' +sha256sums=('2e778bd3cdd968c4b9f22e28008b9b72f229980201d2cc2ee04cb02f6b0bdcd5' '504b31e1a3ccc6ab9fd56960800e6146cae69c479d1a87a5f491042c382e4384' '143e7b83d15df723e2668383efb108e458818b47fdd62a6201b159a5430379e7' '990915185774ccb6f167433f1f4a4c415dc60fcaaee2af9d9239dfafefcb8166' @@ -72,7 +72,7 @@ build() { ./autogen.sh fi if [ ! -s 'Makefile' ]; then - if [ "${_pkgverb}" = '1.7.4' ]; then + if [ "$(vercmp "${_pkgverb}" '1.7.4')" -ge 0 ]; then CFLAGS+=' -fcommon' # gcc-10 fi ./configure --prefix='/usr' --mandir='/usr/share/man' --sbindir='/usr/bin' --enable-ipv6 --enable-mysql --enable-pgsql --enable-sqlite3 --enable-64bit --enable-threads --enable-jansson |