summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD10
1 files changed, 5 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 110e7b37d6a1..87c5a6885750 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,15 +2,15 @@
_pkgname=passivedns
pkgname=${_pkgname}-git
pkgver=r275.e126cbb
-pkgrel=1
+pkgrel=2
pkgdesc="A network sniffer that logs all DNS server replies for use in a passive DNS setup"
arch=('x86_64')
url="https://github.com/gamelinux/passivedns"
license=('GPLv2')
-depends=('git' 'binutils' 'ldns' 'libpcap')
-makedepends=()
-provides=("${pkgname%-git}")
-source=("passivedns::git://github.com/gamelinux/passivedns.git")
+depends=('ldns' 'libpcap')
+makedepends=('git' 'binutils')
+provides=("${_pkgname}")
+source=("passivedns::git+git://github.com/gamelinux/passivedns.git")
sha256sums=('SKIP')
pkgver() {