summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorjmf2015-07-12 15:10:47 +0200
committerjmf2015-07-12 15:10:47 +0200
commit2f6dfdef65b6e642fd70bc3973875d2b897c27dc (patch)
treea49043245061b48b18c5f68283669e6726302892 /PKGBUILD
parentb6a9580a6ae7e53f7fdfc90725100b58381b6212 (diff)
downloadaur-2f6dfdef65b6e642fd70bc3973875d2b897c27dc.tar.gz
Fix a comma that caused problems with conflict detection
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1d6ad00886f3..cce4893780b5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,7 +11,7 @@ depends=('giflib' 'jasper' 'librsvg' 'xine-lib' 'curl')
optdepends=()
makedepends=('git')
provides=('openscenegraph-git')
-conflicts=('openscenegraph', 'openscenegraph-svn')
+conflicts=('openscenegraph' 'openscenegraph-svn')
_gitroot="git://github.com/openscenegraph/osg.git"
_gitname="osg"