[arch-commits] Commit in liblscp/repos/community-x86_64 (PKGBUILD PKGBUILD)
David Runge
dvzrv at archlinux.org
Tue Jul 6 18:18:20 UTC 2021
Date: Tuesday, July 6, 2021 @ 18:18:18
Author: dvzrv
Revision: 973667
archrelease: copy trunk to community-x86_64
Added:
liblscp/repos/community-x86_64/PKGBUILD
(from rev 973666, liblscp/trunk/PKGBUILD)
Deleted:
liblscp/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 72 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 36 insertions(+), 36 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2021-07-06 18:17:55 UTC (rev 973666)
+++ PKGBUILD 2021-07-06 18:18:18 UTC (rev 973667)
@@ -1,36 +0,0 @@
-# Maintainer: David Runge <dvzrv at archlinux.org>
-# 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.9.3
-pkgrel=1
-pkgdesc="LinuxSampler Control Protocol C++ library"
-arch=('x86_64')
-url="https://www.linuxsampler.org/"
-license=('LGPL2.1')
-depends=('glibc')
-provides=('liblscp.so')
-source=("https://download.linuxsampler.org/packages/${pkgname}-${pkgver}.tar.gz")
-sha512sums=('e776b0d48a9728e69b1a198d44ab88862366ecece293d71f6552ab395fd33bfdc395dbea6f56000c2ef9897ba00e0e287b0bc042fd6b6bdc1b4864b72b20753e')
-b2sums=('a3cddd07f55522291be12f2952eafd0b9761ac8c3d38c05010d9ca6593ef9db62d9bdd7a1e8f31d74fd9cbd29cbe3ade71f3b51ffa330780a0b7feb18ff71d32')
-
-prepare() {
- cd "${pkgname}-${pkgver}"
- autoreconf -vfi
-}
-
-build() {
- cd "${pkgname}-${pkgver}"
- ./configure --prefix=/usr
- make
-}
-
-package() {
- cd "${pkgname}-${pkgver}"
- make DESTDIR="$pkgdir" install
- install -vDm 644 {AUTHORS,ChangeLog,NEWS,README,TODO} \
- -t "${pkgdir}/usr/share/doc/${pkgname}/"
-}
-
Copied: liblscp/repos/community-x86_64/PKGBUILD (from rev 973666, liblscp/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-07-06 18:18:18 UTC (rev 973667)
@@ -0,0 +1,36 @@
+# Maintainer: David Runge <dvzrv at archlinux.org>
+# 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.9.4
+pkgrel=1
+pkgdesc="LinuxSampler Control Protocol C++ library"
+arch=('x86_64')
+url="https://www.linuxsampler.org/"
+license=('LGPL2.1')
+depends=('glibc')
+provides=('liblscp.so')
+source=("https://download.linuxsampler.org/packages/${pkgname}-${pkgver}.tar.gz")
+sha512sums=('6aa9b15d538925edf3327ca05023bac8285611902703fec20572416dde5cd7300ed429a7db464d92b9f6c1d524b89066888f8cbd0d56283ff3c78074605f396a')
+b2sums=('f1824c75237e478888ffcd95c15b72e4746cbc8997924f70cced966baddb68877526cbbcd56ff419fa1eb5f1ca6a1537ce5db368ba41cac39e51813921720e9b')
+
+prepare() {
+ cd "${pkgname}-${pkgver}"
+ autoreconf -vfi
+}
+
+build() {
+ cd "${pkgname}-${pkgver}"
+ ./configure --prefix=/usr
+ make
+}
+
+package() {
+ cd "${pkgname}-${pkgver}"
+ make DESTDIR="$pkgdir" install
+ install -vDm 644 {AUTHORS,ChangeLog,NEWS,README,TODO} \
+ -t "${pkgdir}/usr/share/doc/${pkgname}/"
+}
+
More information about the arch-commits
mailing list