summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGeorge Aladin2015-08-25 22:50:05 +0300
committerGeorge Aladin2015-08-25 22:50:05 +0300
commitb36ee0b55a3ca30fb40754c90da5894480953129 (patch)
tree21214cc318d98e6fff37c5578dbbe3b3e4303125
parentbeb9d92953faf893a3d147b0418202f983aced5b (diff)
downloadaur-b36ee0b55a3ca30fb40754c90da5894480953129.tar.gz
Fix PKGBUILD
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0ec4c6bc924c..f17fa7f14d9f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,4 +1,4 @@
-# Maintainer: Sinnamon (Georgie Aladin) <AngleSi at yahoo dot com>
+# Maintainer: Sinnamon (George Aladin) <AngleSi at yahoo dot com>
pkgname=opendpi-netfilter-git
_pkgname=opendpi-netfilter
@@ -13,7 +13,7 @@ depends=('iptables>=1.4.8' 'glibc' 'linux>=3.1')
makedepends=('linux-headers' 'linux-api-headers' 'git')
install=${_pkgname}.install
source=(${_pkgsrc}'::git+https://github.com/thomasbhatia/OpenDPI.git'
- 'opendpi-netfilter::git+https://github.com/thomasbhatia/opendpi-netfilter.git'
+ ${_pkgname}'::git+https://github.com/thomasbhatia/opendpi-netfilter.git'
'protocols_make.patch')
md5sums=('SKIP' 'SKIP'
'93d73ebf999433451fc6c2ca8b2858dd')