summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b394d1445c7b..8c37ffc40e0b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,3 +1,5 @@
+# Generated by mksrcinfo v8
+# Wed Feb 3 07:07:09 UTC 2016
pkgbase = can-utils-git
pkgdesc = Linux-CAN / SocketCAN user space applications
pkgver = r258.8af831f
diff --git a/PKGBUILD b/PKGBUILD
index 5545383e9849..a2252eead39d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,9 +8,9 @@ pkgdesc="Linux-CAN / SocketCAN user space applications"
arch=('i686' 'x86_64' 'armv7h')
url="https://github.com/linux-can/can-utils"
license=('GPLv2')
-makedepends=(git autoconf libtool)
-provides=can-utils
-conflicts=can-utils
+makedepends=("git" "autoconf" "libtool")
+provides=("can-utils")
+conflicts=("can-utils")
source=("git+https://github.com/linux-can/can-utils.git")
md5sums=('SKIP')