[arch-commits] Commit in cscope/trunk (PKGBUILD)

Lukas Fleischer lfleischer at archlinux.org
Wed Nov 20 02:29:43 UTC 2019


    Date: Wednesday, November 20, 2019 @ 02:29:43
  Author: lfleischer
Revision: 369454

Add missing quotes

Modified:
  cscope/trunk/PKGBUILD

----------+
 PKGBUILD |   11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-11-20 01:12:26 UTC (rev 369453)
+++ PKGBUILD	2019-11-20 02:29:43 UTC (rev 369454)
@@ -1,4 +1,5 @@
-# Maintainer: Dan McGee <dan at archlinux.org>
+# Maintainer: Lukas Fleischer <lfleischer at archlinux.org>
+# Contributor: Dan McGee <dan at archlinux.org>
 # Contributor: Tom Newsom <Jeepster at gmx.co.uk>
 # Contributor: Jason Chu <jason at archlinux.org>
 
@@ -10,7 +11,7 @@
 url="http://cscope.sourceforge.net/"
 license=('BSD')
 depends=('ncurses' 'sh')
-source=(https://sourceforge.net/projects/cscope/files/cscope/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
+source=("https://sourceforge.net/projects/cscope/files/cscope/v${pkgver}/${pkgname}-${pkgver}.tar.gz")
 sha512sums=('f3b95da5eb5c036cd39215785990c7cce7ce7b8eda4b18e60792e70d01ffb63809ce32ace310a9aefd88e6761c1609039ccfab0e8e49f81730bc1630babbcb80')
 
 build() {
@@ -24,10 +25,10 @@
 package() {
 	cd "${srcdir}/${pkgname}-${pkgver}"
 	make DESTDIR="${pkgdir}" install
-  
-	install -d ${pkgdir}/usr/lib/cs
-	install -Dm644 COPYING "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
 
+	install -d "${pkgdir}"/usr/lib/cs
+	install -Dm644 COPYING "${pkgdir}"/usr/share/licenses/"${pkgname}"/LICENSE
+
 	cd contrib/xcscope
 	install -Dm644 xcscope.el "${pkgdir}"/usr/share/emacs/site-lisp/xcscope.el
 	install -m755 cscope-indexer "${pkgdir}"/usr/bin



More information about the arch-commits mailing list