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

David Runge dvzrv at archlinux.org
Tue Feb 6 21:40:44 UTC 2018


    Date: Tuesday, February 6, 2018 @ 21:40:44
  Author: dvzrv
Revision: 289626

upgpkg: qmidiroute 0.4.0-4

Rebuild for community. Minor fixes.

Modified:
  qmidiroute/trunk/PKGBUILD

----------+
 PKGBUILD |    7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-02-06 21:40:12 UTC (rev 289625)
+++ PKGBUILD	2018-02-06 21:40:44 UTC (rev 289626)
@@ -13,7 +13,7 @@
 license=('GPL')
 depends=('alsa-lib' 'hicolor-icon-theme' 'qt5-base')
 makedepends=('qt5-tools')
-source=(https://downloads.sourceforge.net/alsamodular/${pkgname}-${pkgver}.tar.bz2)
+source=("https://downloads.sourceforge.net/alsamodular/${pkgname}-${pkgver}.tar.bz2")
 sha512sums=('b3b5ded66c0e226848a3181d67f61ea9e4e76c253400dac63592e4f462f4cf06760b3f2d24a33bbc836f4fe29950a4d702adc048ad80c9b6d673ade8c1a88342')
 
 build() {
@@ -25,10 +25,9 @@
 package() {
   cd "${pkgname}-${pkgver}"
   make DESTDIR="${pkgdir}" install
-
-  # Install doc
+  # docs
   install -t "${pkgdir}/usr/share/doc/${pkgname}" \
-    -Dm644 {ChangeLog,NEWS,README,TODO}
+    -vDm644 {ChangeLog,NEWS,README,TODO}
 }
 
 # vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list