Date: Sunday, February 26, 2023 @ 16:44:35
  Author: jelle
Revision: 1405251

archrelease: copy trunk to community-x86_64

Added:
  csound-plugins/repos/community-x86_64/PKGBUILD
    (from rev 1405250, csound-plugins/trunk/PKGBUILD)
Deleted:
  csound-plugins/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   90 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 45 insertions(+), 45 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2023-02-26 16:44:29 UTC (rev 1405250)
+++ PKGBUILD    2023-02-26 16:44:35 UTC (rev 1405251)
@@ -1,45 +0,0 @@
-# Maintainer: Brett Cornwall <[email protected]>
-
-pkgname=csound-plugins
-pkgver=1.0.2
-pkgrel=3
-pkgdesc="Extra opcodes for Csound"
-arch=(x86_64)
-url="https://github.com/csound/plugins";
-license=('GPL')
-groups=('pro-audio')
-depends=(
-       'csound'
-       'hdf5'
-       'lame'
-       'libfaust.so'
-       'libfltk.so'
-       'libfluidsynth.so'
-       'libjack.so'
-       'libwebsockets.so'
-       'libwiiuse.so'
-       'python'
-       'stk'
-)
-makedepends=(
-       'cmake'
-       'eigen'
-       'git'
-       'gmm'
-       'libpng'
-)
-source=("$pkgname-$pkgver.tar.gz::https://github.com/csound/plugins/archive/refs/tags/$pkgver.tar.gz";)
-sha256sums=('8c2f0625ad1d38400030f414b92d82cfdec5c04b7dc178852f3e1935abf75d30')
-
-build() {
-       mkdir build
-       cmake -B build -S "plugins-$pkgver" \
-               -DCMAKE_BUILD_TYPE='None' \
-               -DCMAKE_INSTALL_PREFIX='/usr' \
-               -Wno-dev
-       make -C build
-}
-
-package() {
-       make -C build DESTDIR="$pkgdir/" install
-}

Copied: csound-plugins/repos/community-x86_64/PKGBUILD (from rev 1405250, 
csound-plugins/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2023-02-26 16:44:35 UTC (rev 1405251)
@@ -0,0 +1,45 @@
+# Maintainer: Brett Cornwall <[email protected]>
+
+pkgname=csound-plugins
+pkgver=1.0.2
+pkgrel=4
+pkgdesc="Extra opcodes for Csound"
+arch=(x86_64)
+url="https://github.com/csound/plugins";
+license=('GPL')
+groups=('pro-audio')
+depends=(
+       'csound'
+       'hdf5'
+       'lame'
+       'libfaust.so'
+       'libfltk.so'
+       'libfluidsynth.so'
+       'libjack.so'
+       'libwebsockets.so'
+       'libwiiuse.so'
+       'python'
+       'stk'
+)
+makedepends=(
+       'cmake'
+       'eigen'
+       'git'
+       'gmm'
+       'libpng'
+)
+source=("$pkgname-$pkgver.tar.gz::https://github.com/csound/plugins/archive/refs/tags/$pkgver.tar.gz";)
+sha256sums=('8c2f0625ad1d38400030f414b92d82cfdec5c04b7dc178852f3e1935abf75d30')
+
+build() {
+       mkdir build
+       cmake -B build -S "plugins-$pkgver" \
+               -DCMAKE_BUILD_TYPE='None' \
+               -DCMAKE_INSTALL_PREFIX='/usr' \
+               -Wno-dev
+       make -C build
+}
+
+package() {
+       make -C build DESTDIR="$pkgdir/" install
+}

Reply via email to