summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatt Parnell2015-09-28 23:09:25 -0500
committerMatt Parnell2015-09-28 23:09:25 -0500
commite39763b56bdfe243939f288e1a207efdf9fb97c6 (patch)
treeddce0befafe5be77f3ab073cfdcc199e3fca0dfe
parentd0a80eb6bcbb5bcd5f6e9beacd60c6c481c6be1b (diff)
downloadaur-e39763b56bdfe243939f288e1a207efdf9fb97c6.tar.gz
typos
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 15cfa7e7c996..aca72f562f12 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -14,7 +14,7 @@ depends=('gst-plugins-bad' 'gst-plugins-base' 'gst-plugins-base-libs' 'gst-plugi
conflicts=('nightingale')
provides=('nightingale')
install="nightingale.install"
-source=("nightingale::git://github.com/nightingale-media-player/nightingale-hacking.git#branch=${_branch}"
+source=("nightingale-hacking::git://github.com/nightingale-media-player/nightingale-hacking.git#branch=${_branch}"
"nightingale-deps::git://github.com/nightingale-media-player/nightingale-deps.git#branch=xul-192-new"
"Nightingale.desktop")
md5sums=('SKIP'
@@ -28,7 +28,7 @@ pkgver() {
prepare() {
export GST_PLUGIN_PATH="/usr/lib/gstreamer-1.0"
- echo 'ac_add_options --with-media-core=gstreamer-system' >> "${srcdir}/nightingale-hacking/nightingale.config"
+ echo 'ac_add_options --with-media-core=gstreamer-system' > "${srcdir}/nightingale-hacking/nightingale.config"
echo 'ac_add_options --with-gstreamer-1.0' >> "${srcdir}/nightingale-hacking/nightingale.config"
echo 'ac_add_options --with-taglib-source=system' >> "${srcdir}/nightingale-hacking/nightingale.config"
}