summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTimothée Ravier2014-03-19 02:25:42 +0100
committerNicolas Iooss2015-06-27 11:44:54 +0800
commit9785670414f960b5f74c0afcfc886f86b8c3f061 (patch)
tree39d8f35edd266f8b089a5c2ec8db24a119100cae
parent6bcd4ec38b8658d8797a2f40deb8f22386532a4c (diff)
downloadaur-9785670414f960b5f74c0afcfc886f86b8c3f061.tar.gz
Minor long line fix
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ccc798ee0f8c..bf2f77f14fae 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -13,7 +13,8 @@ license=('GPL')
groups=('selinux')
depends=('ncurses')
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=(http://downloads.sourceforge.net/psmisc/${pkgname/-selinux}-${pkgver}.tar.gz
psmisc-22.20-fix-selinux-in-pstree.patch)
sha1sums=('abdddc8d5c91251bba0f3190956ae9d05c058745'