summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorKartik Mohta2018-10-09 03:24:24 -0400
committerKartik Mohta2018-10-09 03:24:24 -0400
commit054f967898e75c03f4ed4358a9130901369aaa32 (patch)
tree2cea7e8cafe1a3ac067a8d824b05c265dee4cd79 /PKGBUILD
parente76802cc511f10be427c455a61a225e98e8b52e9 (diff)
downloadaur-054f967898e75c03f4ed4358a9130901369aaa32.tar.gz
pkgbase should not be an array
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2037f25e4317..b810c6209879 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Kartik Mohta <kartikmohta@gmail.com>
-pkgbase=('python-rosdep')
+pkgbase='python-rosdep'
pkgname=('python-rosdep')
_module='rosdep'
pkgver='0.12.2'