[arch-commits] Commit in bsequencer/repos/community-x86_64 (PKGBUILD PKGBUILD)
David Runge
dvzrv at archlinux.org
Mon Jul 6 12:14:20 UTC 2020
Date: Monday, July 6, 2020 @ 12:14:20
Author: dvzrv
Revision: 657986
archrelease: copy trunk to community-x86_64
Added:
bsequencer/repos/community-x86_64/PKGBUILD
(from rev 657985, bsequencer/trunk/PKGBUILD)
Deleted:
bsequencer/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 80 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 40 insertions(+), 40 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-07-06 12:14:15 UTC (rev 657985)
+++ PKGBUILD 2020-07-06 12:14:20 UTC (rev 657986)
@@ -1,40 +0,0 @@
-# Maintainer: David Runge <dvzrv at archlinux.org>
-
-_name=BSEQuencer
-_plugin_uri="https://www.jahnichen.de/plugins/lv2/BSEQuencer"
-pkgname=bsequencer
-pkgver=1.4.2
-pkgrel=1
-pkgdesc="Multi channel MIDI step sequencer LV2 plugin with a variable matrix"
-arch=('x86_64')
-url="https://github.com/sjaehn/BSEQuencer"
-license=('GPL3')
-groups=('lv2-plugins' 'pro-audio')
-depends=('cairo' 'gcc-libs' 'glibc' 'libx11')
-makedepends=('lv2')
-checkdepends=('lv2lint')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/sjaehn/${pkgname}/archive/${pkgver}.tar.gz")
-sha512sums=('28a1049eb30aa193497886580acced74ff97238c42efc2b19529c745a7dc70ec2120f53b7a1d586f64957bd360f061e65165a5e800f8b23b224d1f5f86752967')
-
-prepare() {
- mv -v "${_name}-${pkgver}" "${pkgname}-${pkgver}"
-}
-
-build() {
- cd "$pkgname-$pkgver"
- make
-}
-
-check() {
- cd "$pkgname-$pkgver"
- lv2lint -Mpack -I "${_name}.lv2/" "${_plugin_uri}"
-}
-
-package() {
- cd "$pkgname-$pkgver"
- make PREFIX=/usr DESTDIR="$pkgdir/" install
- install -vDm 644 README.md \
- -t "${pkgdir}/usr/share/doc/${pkgname}"
- # remove useless license file
- find "${pkgdir}/usr/lib/" -type f -iname "*LICENSE*" -delete
-}
Copied: bsequencer/repos/community-x86_64/PKGBUILD (from rev 657985, bsequencer/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-07-06 12:14:20 UTC (rev 657986)
@@ -0,0 +1,40 @@
+# Maintainer: David Runge <dvzrv at archlinux.org>
+
+_name=BSEQuencer
+_plugin_uri="https://www.jahnichen.de/plugins/lv2/BSEQuencer"
+pkgname=bsequencer
+pkgver=1.6.0
+pkgrel=1
+pkgdesc="Multi channel MIDI step sequencer LV2 plugin with a variable matrix"
+arch=('x86_64')
+url="https://github.com/sjaehn/BSEQuencer"
+license=('GPL3')
+groups=('lv2-plugins' 'pro-audio')
+depends=('cairo' 'gcc-libs' 'glibc' 'libx11')
+makedepends=('lv2')
+checkdepends=('lv2lint')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/sjaehn/${pkgname}/archive/${pkgver}.tar.gz")
+sha512sums=('0b27f9ee8f9aab6b94dbd97cdf4ae24e1844a952df656e885866fbc64fab4dc1c5bd0d07a43fa144eeb9ec510aa6a91eae2c102f470aa7b4d8ea69eea3402099')
+
+prepare() {
+ mv -v "${_name}-${pkgver}" "${pkgname}-${pkgver}"
+}
+
+build() {
+ cd "$pkgname-$pkgver"
+ make
+}
+
+check() {
+ cd "$pkgname-$pkgver"
+ lv2lint -Mpack -I "${_name}.lv2/" "${_plugin_uri}"
+}
+
+package() {
+ cd "$pkgname-$pkgver"
+ make PREFIX=/usr DESTDIR="$pkgdir/" install
+ install -vDm 644 README.md \
+ -t "${pkgdir}/usr/share/doc/${pkgname}"
+ # remove useless license file
+ find "${pkgdir}/usr/lib/" -type f -iname "*LICENSE*" -delete
+}
More information about the arch-commits
mailing list