summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorKartik Mohta2018-10-09 03:24:41 -0400
committerKartik Mohta2018-10-09 03:24:41 -0400
commiteb40be88bf6361cb9b519b8db76c61c35f8caeae (patch)
tree80bf27cad79356eb65ac0f5fbe70dbc5f0408853 /PKGBUILD
parent834cb7d973b414d01003ed20a20a01bced2142ec (diff)
downloadaur-eb40be88bf6361cb9b519b8db76c61c35f8caeae.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 3c9e587b7229..44524527971e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Kartik Mohta <kartikmohta@gmail.com>
-pkgbase=('python-rosdistro')
+pkgbase='python-rosdistro'
pkgname=('python-rosdistro')
_module='rosdistro'
pkgver='0.6.9'