summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f24a47d3d172..40f29ad572c3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = openbgpd
pkgdesc = A FREE implementation of the Border Gateway Protocol, Version 4
pkgver = 7.5
- pkgrel = 2
+ pkgrel = 3
url = https://www.openbgpd.org
arch = x86_64
license = ISC
diff --git a/PKGBUILD b/PKGBUILD
index 352263ba5fd9..14ff954e9dc6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=openbgpd
pkgver=7.5
-pkgrel=2
+pkgrel=3
pkgdesc="A FREE implementation of the Border Gateway Protocol, Version 4"
arch=(x86_64)
url="https://www.openbgpd.org"
@@ -40,4 +40,5 @@ package() {
install -Dm644 "LICENSE" "$pkgdir/usr/share/licenses/openbgpd/LICENSE"
install -Dm644 "$srcdir/sysusers.conf" "$pkgdir/usr/lib/sysusers.d/bgpd.conf"
install -Dm644 "$srcdir/bgpd.service" "$pkgdir/usr/lib/systemd/system/bgpd.service"
+ rm -rf "$pkgdir"/var
}