aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xpackage.sh2
-rw-r--r--packaging/archlinux/PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/package.sh b/package.sh
index c021319..0462029 100755
--- a/package.sh
+++ b/package.sh
@@ -2,7 +2,7 @@
PKGNAME=nfcollect
PKGVER=0.2
-PKGREL=1
+PKGREL=2
PKGDIR=${PKGNAME}-${PKGVER}
PKG="${PKGNAME}-${PKGVER}-${PKGREL}.tar.gz"
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