summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTimothée Ravier2014-03-19 02:25:42 +0100
committerNicolas Iooss2015-06-27 11:44:54 +0800
commitec9848f329abc392c1687af4a974c9d5cb5e41c0 (patch)
treeae524d902a4a9c589adde09744351c549dae645b
parent3ec0484af70fe5e34e90f0158e6d135feff5ba07 (diff)
downloadaur-ec9848f329abc392c1687af4a974c9d5cb5e41c0.tar.gz
Minor long line fix
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index bf5441436b51..c5ca34cbf169 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,7 +12,8 @@ url="http://www.archlinux.org"
license=('GPL')
groups=('selinux')
conflicts=("${pkgname/-selinux}" "selinux-${pkgname/-selinux}")
-provides=("${pkgname/-selinux}=${pkgver}-${pkgrel}" "selinux-${pkgname/-selinux}=${pkgver}-${pkgrel}")
+provides=("${pkgname/-selinux}=${pkgver}-${pkgrel}"
+ "selinux-${pkgname/-selinux}=${pkgver}-${pkgrel}")
source=('system-auth'
'system-local-login'
'system-login'