[arch-commits] Commit in liblscp/repos/community-x86_64 (PKGBUILD PKGBUILD)

David Runge dvzrv at archlinux.org
Wed Oct 3 13:40:28 UTC 2018


    Date: Wednesday, October 3, 2018 @ 13:40:28
  Author: dvzrv
Revision: 389219

archrelease: copy trunk to community-x86_64

Added:
  liblscp/repos/community-x86_64/PKGBUILD
    (from rev 389218, liblscp/trunk/PKGBUILD)
Deleted:
  liblscp/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   58 +++++++++++++++++++++++++++++-----------------------------
 1 file changed, 29 insertions(+), 29 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-10-03 13:40:21 UTC (rev 389218)
+++ PKGBUILD	2018-10-03 13:40:28 UTC (rev 389219)
@@ -1,29 +0,0 @@
-# Maintainer: David Runge <dave at sleepmap.de>
-# Contributor: Martin C. Doege <mdoege at compuserve dot com>
-# Contributor: Ray Rashif <schiv at archlinux.org>
-# Contributor: Shinlun Hsieh <yngwiexx at yahoo.com.tw>
-
-pkgname=liblscp
-pkgver=0.5.8
-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")
-sha512sums=('e6cdd029d34aa71d4f025725f07ec3f61ecb772ddda18c6050fa2d6603541b3b1e421ce9ebef6e5f69dcbbcf54fa9b14eada0b95ef0591af16d1fc38ef44e29a')
-
-build() {
-  cd "${pkgname}-${pkgver}"
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-  make DESTDIR="$pkgdir" install
-  install -t "${pkgdir}/usr/share/doc/${pkgname}/" \
-    -vDm644 {AUTHORS,ChangeLog,NEWS,README,TODO}
-}
-

Copied: liblscp/repos/community-x86_64/PKGBUILD (from rev 389218, liblscp/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-10-03 13:40:28 UTC (rev 389219)
@@ -0,0 +1,29 @@
+# Maintainer: David Runge <dave at sleepmap.de>
+# Contributor: Martin C. Doege <mdoege at compuserve dot com>
+# Contributor: Ray Rashif <schiv at archlinux.org>
+# Contributor: Shinlun Hsieh <yngwiexx at yahoo.com.tw>
+
+pkgname=liblscp
+pkgver=0.6.0
+pkgrel=1
+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")
+sha512sums=('64c5cb51ac7821d65a8769415deb68cefa24684e1d4fa592a68c7e45cf2af02ffa41a2f2300ffc98a6d1d6d880279aa1b61499ac0fe59177c60fc0a2075ada15')
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  make DESTDIR="$pkgdir" install
+  install -t "${pkgdir}/usr/share/doc/${pkgname}/" \
+    -vDm 644 {AUTHORS,ChangeLog,NEWS,README,TODO}
+}
+



More information about the arch-commits mailing list