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

David Runge dvzrv at archlinux.org
Wed Feb 7 13:44:58 UTC 2018


    Date: Wednesday, February 7, 2018 @ 13:44:58
  Author: dvzrv
Revision: 289986

upgpkg: yoshimi 1.5.6-4

Rebuild for community. Adding docs.

Modified:
  yoshimi/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-02-07 13:18:18 UTC (rev 289985)
+++ PKGBUILD	2018-02-07 13:44:58 UTC (rev 289986)
@@ -3,7 +3,7 @@
 
 pkgname=yoshimi
 pkgver=1.5.6
-pkgrel=3
+pkgrel=4
 pkgdesc="A sophisticated soft-synth originally forked from ZynAddSubFX"
 arch=('x86_64')
 url="https://yoshimi.github.io/"
@@ -10,7 +10,7 @@
 license=('GPL')
 depends=('jack' 'fltk' 'fftw' 'mxml' 'cairo' 'lv2')
 makedepends=('cmake' 'mesa')
-source=("${pkgname}-${pkgver}::https://github.com/${pkgname}/${pkgname}/archive/${pkgver}.tar.gz")
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/${pkgname}/${pkgname}/archive/${pkgver}.tar.gz")
 sha512sums=('90a5b99f97b4ef07ef4441563c9918f6f4670bec05ea050854580d329a4c15e82b27523e5ecc056c6ffc57bfcbcab3cec0e46e4535c868d9f70070dcbb34d875')
 
 build() {
@@ -24,6 +24,8 @@
 package() {
   cd "${pkgname}-${pkgver}/src"
   make DESTDIR="${pkgdir}" install
+  install -t "${pkgdir}/usr/share/doc/${pkgname}/" \
+    -vDm644 ../{Changelog,Dependencies,README.txt,Yoshimi_Helpers}
 }
 
 # vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list