summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authordaurnimator2017-07-26 09:12:54 +1000
committerdaurnimator2017-07-26 09:12:54 +1000
commit87769aa8ddcb6ed55c917a0838a2e17edbd96aaa (patch)
tree21bb984857193d285d0fbe30a100c7ec42ac7302
parent446fdcb188c3012e14905da8bc35ccfffbd1eac3 (diff)
downloadaur-87769aa8ddcb6ed55c917a0838a2e17edbd96aaa.tar.gz
Fix missing quotes in makedepends
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a4c4cc252cd5..160cfdd4e31b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,7 +7,8 @@ pkgbase = libidn2
arch = x86_64
license = GPL2
license = LGPL3
- makedepends = gtk-doc ruby-ronn
+ makedepends = gtk-doc
+ makedepends = ruby-ronn
depends = libunistring
source = https://ftp.gnu.org/gnu/libidn/libidn2-2.0.3.tar.gz
source = https://ftp.gnu.org/gnu/libidn/libidn2-2.0.3.tar.gz.sig
diff --git a/PKGBUILD b/PKGBUILD
index 87f1025766df..fb269fc34a04 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ url="https://www.gnu.org/software/libidn/libidn2/manual/libidn2.html"
arch=('i686' 'x86_64')
license=('GPL2' 'LGPL3')
depends=('libunistring')
-makedepends=('gtk-doc ruby-ronn')
+makedepends=('gtk-doc' 'ruby-ronn')
source=(https://ftp.gnu.org/gnu/libidn/${pkgname}-${pkgver}.tar.gz{,.sig})
sha1sums=('9264dfafbad5979a9b38d8092e9f3fe6481843ea'
'SKIP')