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

David Runge dvzrv at archlinux.org
Fri Jun 18 07:38:18 UTC 2021


    Date: Friday, June 18, 2021 @ 07:38:18
  Author: dvzrv
Revision: 965135

upgpkg: lv2file 0.84-3: Rebuild to add missing dependency.

The dependency on libsndfile is missing, which has (somehow) been pulled in by lilv before:
https://bugs.archlinux.org/task/71278
Switch to a specific version of the upstream man page instead of downloading the latest.
Update maintainer info.

Modified:
  lv2file/trunk/PKGBUILD

----------+
 PKGBUILD |   15 ++++++++++-----
 1 file changed, 10 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-06-18 06:57:27 UTC (rev 965134)
+++ PKGBUILD	2021-06-18 07:38:18 UTC (rev 965135)
@@ -1,21 +1,24 @@
-# Maintainer: David Runge <dave at sleepmap.de>
+# Maintainer: David Runge <dvzrv at archlinux.org>
 # Contributor: Christopher Arndt <aur -at- chrisarndt -dot- de>
+
 pkgname=lv2file
 pkgver=0.84
-pkgrel=2
+pkgrel=3
 pkgdesc="A simple program which you can use to apply effects to your audio files"
 arch=('x86_64')
 url="https://github.com/jeremysalwen/lv2file"
 license=('GPL3')
 groups=('lv2-plugins' 'pro-audio')
-depends=('argtable' 'lilv')
-makedepends=('lv2')
+depends=('argtable' 'glibc')
+makedepends=('libsndfile' 'lilv' 'lv2')
 # upstream didn't add the manpage to the release tarball:
 # https://github.com/jeremysalwen/lv2file/issues/4
 source=("$pkgname-$pkgver.tar.gz::https://github.com/jeremysalwen/${pkgname}/archive/upstream/${pkgver}.tar.gz"
-        "https://raw.githubusercontent.com/jeremysalwen/${pkgname}/master/debian/${pkgname}.1")
+        "https://github.com/jeremysalwen/${pkgname}/blob/9c6fa09f829afa4e4dd47841ec57959c958ddce3/debian/${pkgname}.1")
 sha512sums=('05ccc8a3a2c01a778f153640a4048365e78afc8f79fb76143500dadfec77b3861444163ead24ae2bc17681d8a6ecee6dcecbb57a1d7498219b315b6162a18420'
             '5706801b35f4b3fb6888bd5952219453a0ae13f453f3e475984dfe15aa173e6277089102c128f2da753f8dd70da2da59e4ae6d6a9179c5d1c1565bcf80799af6')
+b2sums=('504b6b34f63c9ffb49ab131bb1e7b52826d5e32586a1f9aa3bd2e4fe261e936a2cf1a2236d41c40a164e5fd5191f927b2eb3ab8cd54d90ca91833fe64a926b1f'
+        '9fe44cda98ae0a6d158347c7a3acb3b88354586ce9fe63a789c5620e8e99c587c5d8e1ea835af42812c505f7cf0d5717b21752af29c787b09f639b56ced41c05')
 
 prepare() {
   mv -v "$pkgname-upstream-$pkgver" "$pkgname-$pkgver"
@@ -27,6 +30,8 @@
 }
 
 package() {
+  depends+=('liblilv-0.so' 'libsndfile.so')
+
   cd "$pkgname-$pkgver"
   make DESTDIR="$pkgdir/" install
   # man page



More information about the arch-commits mailing list