From 2e98c79f98e2b0b140b0117239968fc87afbc0e4 Mon Sep 17 00:00:00 2001 From: Yaron de Leeuw Date: Wed, 5 Nov 2014 19:34:16 +0200 Subject: [PATCH] add newline to the end of python2-guessit --- aur/python2-guessit/PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aur/python2-guessit/PKGBUILD b/aur/python2-guessit/PKGBUILD index 49bf82b68..8caeb7a3a 100644 --- a/aur/python2-guessit/PKGBUILD +++ b/aur/python2-guessit/PKGBUILD @@ -15,4 +15,4 @@ md5sums=('b7e79815ef5a057dad4698b61e932953') package() { cd "${srcdir}/guessit-${pkgver}" python2 setup.py install --root="$pkgdir/" --optimize=1 -} \ No newline at end of file +}