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

David Runge dvzrv at archlinux.org
Tue May 26 18:40:37 UTC 2020


    Date: Tuesday, May 26, 2020 @ 18:40:29
  Author: dvzrv
Revision: 387597

upgpkg: libinstpatch 1.1.5-1: Upgrading to 1.1.5.

Applying latest cmake packaging guidelines.
Adding all available sodeps in package() and adding the respective package to makedepends.

Modified:
  libinstpatch/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-05-26 18:35:33 UTC (rev 387596)
+++ PKGBUILD	2020-05-26 18:40:29 UTC (rev 387597)
@@ -7,8 +7,8 @@
 arch=('x86_64')
 url="https://github.com/swami/libinstpatch"
 license=('LGPL2.1')
-depends=('glib2' 'glibc')
-makedepends=('cmake' 'libsndfile' 'python')
+depends=('glibc')
+makedepends=('cmake' 'glib2' 'libsndfile' 'python')
 provides=('libinstpatch-1.0.so')
 source=("$pkgname-$pkgver.tar.gz::https://github.com/swami/libinstpatch/archive/v${pkgver}.tar.gz")
 sha512sums=('162b71cb80915cbb1b7572b524f0eb5280c9e09c758c1d8dd660b2c3ab4a3da2a7d2372971ece14a8997fa7c2b016b2334dca41bb23bba20ae438550b14f35fa')
@@ -27,7 +27,7 @@
 }
 
 package() {
-  depends+=('libsndfile.so')
+  depends+=('libglib-2.0.so' 'libgobject-2.0.so' 'libsndfile.so')
   cd "$pkgname-$pkgver"
   make VERBOSE=1 DESTDIR="$pkgdir/" install -C build
   install -vDm 644 {AUTHORS,ChangeLog,README.md,TODO.tasks} \



More information about the arch-commits mailing list