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

David Runge dvzrv at archlinux.org
Tue Feb 6 21:27:50 UTC 2018


    Date: Tuesday, February 6, 2018 @ 21:27:42
  Author: dvzrv
Revision: 289606

upgpkg: liblscp 0.5.8-3

Rebuild for community with additional docs.

Modified:
  liblscp/trunk/PKGBUILD

----------+
 PKGBUILD |    6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-02-06 21:26:05 UTC (rev 289605)
+++ PKGBUILD	2018-02-06 21:27:42 UTC (rev 289606)
@@ -5,13 +5,13 @@
 
 pkgname=liblscp
 pkgver=0.5.8
-pkgrel=2
+pkgrel=3
 pkgdesc="LinuxSampler Control Protocol C++ library"
 arch=('x86_64')
 url="https://www.linuxsampler.org/"
 license=('LGPL')
 depends=('glibc')
-source=(https://download.linuxsampler.org/packages/${pkgname}-${pkgver}.tar.gz)
+source=("https://download.linuxsampler.org/packages/${pkgname}-${pkgver}.tar.gz")
 sha512sums=('e6cdd029d34aa71d4f025725f07ec3f61ecb772ddda18c6050fa2d6603541b3b1e421ce9ebef6e5f69dcbbcf54fa9b14eada0b95ef0591af16d1fc38ef44e29a')
 
 build() {
@@ -23,5 +23,7 @@
 package() {
   cd "${pkgname}-${pkgver}"
   make DESTDIR="$pkgdir" install
+  install -t "${pkgdir}/usr/share/doc/${pkgname}/" \
+    -vDm644 {AUTHORS,ChangeLog,NEWS,README,TODO}
 }
 



More information about the arch-commits mailing list