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

David Runge dvzrv at archlinux.org
Sun Aug 26 22:20:13 UTC 2018


    Date: Sunday, August 26, 2018 @ 22:20:13
  Author: dvzrv
Revision: 374567

upgpkg: sratom 0.6.2-2

Adding lv2 back to depends, as it's required during runtime (FS#59804).

Modified:
  sratom/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-08-26 19:52:45 UTC (rev 374566)
+++ PKGBUILD	2018-08-26 22:20:13 UTC (rev 374567)
@@ -5,13 +5,13 @@
 
 pkgname=sratom
 pkgver=0.6.2
-pkgrel=1
+pkgrel=2
 pkgdesc="An LV2 Atom RDF serialisation library"
 arch=('x86_64')
 url="https://drobilla.net/software/sratom/"
 license=('custom:ISC')
-depends=('sord')
-makedepends=('lv2' 'python2')
+depends=('lv2' 'sord')
+makedepends=('python2')
 source=("https://download.drobilla.net/${pkgname}-${pkgver}.tar.bz2"{,.sig})
 sha512sums=('356e1dfde07fcc3eff99186ff79501557572f5d73338fd096bf639a82d1d4fe3c0e790627c8eb088053e4a2aeed4e548aca0a5572d1ab26316cfdb13374f10ac'
             'SKIP')



More information about the arch-commits mailing list