summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorKartik Mohta2018-10-09 03:23:15 -0400
committerKartik Mohta2018-10-09 03:23:15 -0400
commitcf12f467ff51f8e0e10515ad8b5589b1bef8f762 (patch)
tree52bcc32a519745cc4360df3a2ce64826ba2330ce /PKGBUILD
parent8dacf6c20dea32e5dbfd46dd5974c26d84b1339e (diff)
downloadaur-cf12f467ff51f8e0e10515ad8b5589b1bef8f762.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 77241caf1e31..69b3c302d902 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Kartik Mohta <kartikmohta@gmail.com>
-pkgbase=('python-catkin_pkg')
+pkgbase='python-catkin_pkg'
pkgname=('python-catkin_pkg')
_module='catkin_pkg'
pkgver='0.4.8'