summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorvitamin19802016-03-02 17:12:33 +0300
committervitamin19802016-03-02 17:12:33 +0300
commit1a499ae95cbdb59acce2cf9e3c5e3eff90dbf522 (patch)
tree116540e6b3f9d5eb6b5228db92abb5be8734e2ab
parent84dcdbbb38e5a1edb2c52473bed01411722ae5f7 (diff)
downloadaur-1a499ae95cbdb59acce2cf9e3c5e3eff90dbf522.tar.gz
Update to 1.3.11-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD2
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 79121db5b10c..cbffe5c5594e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Wed Mar 2 11:11:30 UTC 2016
+# Wed Mar 2 14:12:13 UTC 2016
pkgbase = moxa-uport11x0-git
pkgdesc = Moxa UPort 11x0 USB to Serial Hub driver
pkgver = 1.3.11
@@ -9,7 +9,9 @@ pkgbase = moxa-uport11x0-git
arch = i686
arch = x86_64
license = GPL
- makedepends = linux-headers make git
+ makedepends = linux-headers
+ makedepends = make
+ makedepends = git
depends = linux
source = https://github.com/ellysh/mxu11x0.git
source = install
diff --git a/PKGBUILD b/PKGBUILD
index 0e73a677153e..76a1140ad467 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ url='http://www.moxa.com/product/usb_to_serial_converters.htm'
arch=('i686' 'x86_64')
license=('GPL')
depends=('linux')
-makedepends=('linux-headers make git')
+makedepends=('linux-headers' 'make' 'git')
source=("https://github.com/ellysh/mxu11x0.git"
"install"
"mxu11x0.conf" )