summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorOleksandr Natalenko2021-10-16 22:23:02 +0200
committerOleksandr Natalenko2021-10-16 22:23:02 +0200
commit8cdbd7438c4272b1888565f9dde5933b2bcf1636 (patch)
tree9a1da874d9871c55953ac3cb6354da132894d0fb
parentdf6781827dd06a40925a085cc3b9092f867dead5 (diff)
downloadaur-8cdbd7438c4272b1888565f9dde5933b2bcf1636.tar.gz
nice() requires @resources
Signed-off-by: Oleksandr Natalenko <oleksandr@natalenko.name>
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9e909a25d87d..fed44fe52082 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = bandwidthd
pkgdesc = Daemon for graphing traffic of subnet machines
- pkgver = 2.0.6
+ pkgver = 2.0.7
pkgrel = 1
epoch = 1
url = https://gitlab.com/post-factum/bandwidthd
@@ -13,7 +13,7 @@ pkgbase = bandwidthd
depends = nginx
backup = etc/bandwidthd/bandwidthd.conf
backup = etc/bandwidthd/bandwidthd-webui.conf
- source = bandwidthd-2.0.6.tar.bz2::https://gitlab.com/post-factum/bandwidthd/-/archive/v2.0.6/bandwidthd-v2.0.6.tar.bz2
- sha256sums = 432c532b857057d2e2b6e4bc61e696a3a326815531eb122c50c4e0e0acb3fc3d
+ source = bandwidthd-2.0.7.tar.bz2::https://gitlab.com/post-factum/bandwidthd/-/archive/v2.0.7/bandwidthd-v2.0.7.tar.bz2
+ sha256sums = 03c5267825e0f0fa49ecc6ff4374c78f011628dbf60bda0c30bbefd664d5025d
pkgname = bandwidthd
diff --git a/PKGBUILD b/PKGBUILD
index 466c53d22e2d..f3604917ee8a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=bandwidthd
_repouser=post-factum
_reponame=bandwidthd
-pkgver=2.0.6
+pkgver=2.0.7
pkgrel=1
epoch=1
pkgdesc="Daemon for graphing traffic of subnet machines"
@@ -14,7 +14,7 @@ depends=(sqlite libpcap libpng gd nginx)
source=(${pkgname}-${pkgver}.tar.bz2::https://gitlab.com/${_repouser}/${_reponame}/-/archive/v${pkgver}/${_reponame}-v${pkgver}.tar.bz2)
-sha256sums=('432c532b857057d2e2b6e4bc61e696a3a326815531eb122c50c4e0e0acb3fc3d')
+sha256sums=('03c5267825e0f0fa49ecc6ff4374c78f011628dbf60bda0c30bbefd664d5025d')
backup=('etc/bandwidthd/bandwidthd.conf'
'etc/bandwidthd/bandwidthd-webui.conf')