summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorLucas Magalhães2019-04-03 13:12:02 -0300
committerLucas Magalhães2019-04-03 13:12:02 -0300
commit8fe3733e6443b22c32ec9e7aff0b3f36c79dcc65 (patch)
treefd3f0267ed4a7f3f1393bc172eca8a191531a885 /PKGBUILD
parentc08a5779ac34017e6ec2377bb11fc5735d63a782 (diff)
downloadaur-8fe3733e6443b22c32ec9e7aff0b3f36c79dcc65.tar.gz
PedroHLC complained about my PKGBUILD ;(
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() {