summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJP-Ellis2019-01-18 15:48:06 +1100
committerJP-Ellis2019-01-18 15:48:06 +1100
commit72d2b5e4217f81f30dbc4cf9045a713806a9b2a6 (patch)
tree2b3454cc2ca42fe067a279e4727bcb08e5cc9cb4 /PKGBUILD
parent4fa6029ce528a7538fac878f9f56b2d828dd84a0 (diff)
downloadaur-72d2b5e4217f81f30dbc4cf9045a713806a9b2a6.tar.gz
Use array for provides
Signed-off-by: JP-Ellis <josh@jpellis.me>
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3eaf395bb6e5..3164bb18cf7a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python-papis-rofi-git
_name=${pkgname#python-}
_name=${_name//-git}
-provides=python-papis-rofi
+provides=('python-papis-rofi')
pkgver=0.1.1.r1.1aca0dc
pkgrel=1
pkgdesc="Create simple GUIs using the Rofi application (fork for papis)"