summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 894cd58531c0..54f4f1a7310c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,11 @@
pkgname=swconfig
pkgver=20150806
-pkgrel=1
+pkgrel=2
pkgdesc="project to package the swconfig utility from OpenWRT for archlinuxarm on BPi-R1"
url="https://github.com/rains31/swconfig"
license=('GPL2')
depends=('libnl')
-makedepends=('git' 'gcc' 'linux-headers')
+makedepends=('gcc' 'linux-headers')
provides=(${pkgname})
conflicts=(${pkgname})
options=()