summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorVladimir Panteleev2018-04-12 15:31:15 +0000
committerVladimir Panteleev2018-04-12 15:31:15 +0000
commita54fdb2050c86330b92bd15d39b0d6cbb91be96b (patch)
tree82155f19df928f52301edeb2d37dd72b66bda1d2
parent2b6e341cf92e28e9332450e73b64ab63f5d08dd2 (diff)
downloadaur-a54fdb2050c86330b92bd15d39b0d6cbb91be96b.tar.gz
Add makedepends=git
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2ed7169cea70..731812b5ace2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,11 @@
pkgbase = igmpproxy-git
pkgdesc = a simple multicast router for Linux only using the IGMP protocol
pkgver = r112.d755b5b
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/pali/igmpproxy
arch = x86_64
license = GPL
+ makedepends = git
depends = glibc
provides = igmpproxy
conflicts = igmpproxy
diff --git a/PKGBUILD b/PKGBUILD
index d5fc35bd4035..6095bf75071c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,12 +6,13 @@
_pkgname=igmpproxy
pkgname=${_pkgname}-git
pkgver=r112.d755b5b
-pkgrel=1
+pkgrel=2
pkgdesc="a simple multicast router for Linux only using the IGMP protocol"
arch=(x86_64)
url="https://github.com/pali/igmpproxy"
license=('GPL')
depends=(glibc)
+makedepends=(git)
provides=(igmpproxy)
conflicts=(igmpproxy)
backup=("etc/igmpproxy.conf")