aboutsummaryrefslogtreecommitdiffstats
path: root/packaging/archlinux/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'packaging/archlinux/PKGBUILD')
-rw-r--r--packaging/archlinux/PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/packaging/archlinux/PKGBUILD b/packaging/archlinux/PKGBUILD
index 79f37f7..c09c626 100644
--- a/packaging/archlinux/PKGBUILD
+++ b/packaging/archlinux/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Yun-Chih Chen <yunchih@csie.ntu.edu.tw>
pkgname=nfcollect
pkgver=0.2
-pkgrel=1
+pkgrel=2
pkgdesc='Collect NFLOG log entries and commit them to stable storage in binary (compressed) format'
arch=(x86_64)
url='https://github.com/yunchih/nfcollect'
@@ -9,7 +9,7 @@ license=(MIT)
makedepends=(automake autoconf clang make)
depends=(libnetfilter_log sqlite zstd)
source=(https://github.com/yunchih/${pkgname}/releases/download/v${pkgver}/${pkgname}-${pkgver}-${pkgrel}.tar.gz)
-sha1sums=('1b23e15c5686df985926c638068bce00970b802c')
+sha1sums=('530cfcab1718cb21bb61ad94c6b8d27ac5d582d6')
build() {
cd $pkgname-$pkgver