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

David Runge dvzrv at archlinux.org
Wed Feb 7 14:08:12 UTC 2018


    Date: Wednesday, February 7, 2018 @ 14:08:12
  Author: dvzrv
Revision: 289997

upgpkg: qastools 0.21.0-3

Rebuild for community. Adding docs.

Modified:
  qastools/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-02-07 14:07:48 UTC (rev 289996)
+++ PKGBUILD	2018-02-07 14:08:12 UTC (rev 289997)
@@ -3,7 +3,7 @@
 
 pkgname=qastools
 pkgver=0.21.0
-pkgrel=2
+pkgrel=3
 pkgdesc="A collection of desktop applications for the Linux sound system ALSA."
 arch=('x86_64')
 url="http://xwmw.org/qastools/"
@@ -29,5 +29,7 @@
 package() {
   cd "${pkgname}_${pkgver}/build"
   make DESTDIR="${pkgdir}/" install
+  install -t "${pkgdir}/usr/share/doc/${pkgname}" \
+    -vDm644 ../{CHANGELOG,README,TODO}
 }
 



More information about the arch-commits mailing list