summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLucas Magalhães2019-04-03 13:12:02 -0300
committerLucas Magalhães2019-04-03 13:15:22 -0300
commitb2c4c7e97067c6054cb5e4db88d299ac571d997b (patch)
treeebeacac5cf08fa915f52dac4ff6573cf689c0a16
parentc08a5779ac34017e6ec2377bb11fc5735d63a782 (diff)
downloadaur-b2c4c7e97067c6054cb5e4db88d299ac571d997b.tar.gz
PedroHLC complained about my PKGBUILD ;(
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD10
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a27f52077d9c..00baeffd286c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,16 @@
pkgbase = passivedns-git
pkgdesc = A network sniffer that logs all DNS server replies for use in a passive DNS setup
pkgver = r275.e126cbb
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/gamelinux/passivedns
arch = x86_64
license = GPLv2
- depends = git
- depends = binutils
+ makedepends = git
+ makedepends = binutils
depends = ldns
depends = libpcap
provides = passivedns
- source = passivedns::git://github.com/gamelinux/passivedns.git
+ source = passivedns::git+git://github.com/gamelinux/passivedns.git
sha256sums = SKIP
pkgname = passivedns-git
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() {