summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorChocobo12023-04-06 15:03:59 +0800
committerChocobo12023-04-06 15:03:59 +0800
commit73219dce5c74eeac22240c121c34c7b5977a0115 (patch)
treef1b3b6f65dbfdb686d00f38c797b7bca6b4a955a /PKGBUILD
parenta7d534b50e9b9f1611a719e7ceb4fdcaace6a775 (diff)
downloadaur-73219dce5c74eeac22240c121c34c7b5977a0115.tar.gz
upgpkg: arptables-git 0.0.5.r0.gefae894-2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 3 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 08d5ad941112..18c1ce247835 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
pkgname=arptables-git
pkgver=0.0.5.r0.gefae894
-pkgrel=1
+pkgrel=2
pkgdesc="ARP filtering utility"
arch=('i686' 'x86_64')
url="https://ebtables.netfilter.org/"
license=('GPL2')
depends=('glibc' 'perl')
makedepends=('git')
-provides=('arptables')
+provides=("arptables=$pkgver")
conflicts=('arptables')
backup=('etc/arptables.conf')
source=("git://git.netfilter.org/arptables"
@@ -41,8 +41,7 @@ package() {
MANDIR="/usr/share/man" \
install
- install -Dm644 "$srcdir/arptables.service" \
- "$pkgdir/usr/lib/systemd/system/arptables.service"
+ install -Dm644 "$srcdir/arptables.service" -t "$pkgdir/usr/lib/systemd/system"
install -Dm644 /dev/null "$pkgdir/etc/arptables.conf"
}