summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorVincenzo Maffione2017-04-07 09:55:48 +0200
committerVincenzo Maffione2017-04-07 09:55:48 +0200
commit3407241fcfc99a85db937c9f7b50ab52c2c5b278 (patch)
tree1eba279fbbf846dc04a2d0c469c6791154f8e952
parent1cf1ecfb2073403cdd0a048f3f990a5f2c273d7f (diff)
downloadaur-3407241fcfc99a85db937c9f7b50ab52c2c5b278.tar.gz
PKGBUILD: fix dependencies using namcap, and also add dependency on patch
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4c7505abf63f..1fee1dbe9d37 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,15 +3,15 @@
# Maintainer: Vincenzo Maffione <v.maffione@gmail.com>
pkgname=netmap
-pkgver=r2217.9992ce06
+pkgver=r2392.86312f06
pkgrel=1
pkgdesc="Netmap is a framework for high speed network packet I/O."
arch=('any')
url="http://info.iet.unipi.it/~luigi/netmap"
license=('BSD')
groups=()
-depends=('linux' 'glibc')
-makedepends=('git' 'sed' 'gzip' 'linux-headers' 'abs' 'pacman' 'xmlto' 'docbook-xsl')
+depends=('glibc')
+makedepends=('git' 'sed' 'gzip' 'linux-headers' 'abs' 'pacman' 'xmlto' 'docbook-xsl' 'patch')
provides=()
conflicts=()
replaces=()