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

Jan Steffens heftig at archlinux.org
Thu Mar 14 11:17:23 UTC 2019


    Date: Thursday, March 14, 2019 @ 11:17:22
  Author: heftig
Revision: 347923

0.6.0-2

Modified:
  dleyna-core/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-03-14 11:17:06 UTC (rev 347922)
+++ PKGBUILD	2019-03-14 11:17:22 UTC (rev 347923)
@@ -2,7 +2,7 @@
 
 pkgname=dleyna-core
 pkgver=0.6.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Library of utility functions that are used by the higher level dLeyna"
 arch=(x86_64)
 url="http://01.org/dleyna"
@@ -11,8 +11,7 @@
 makedepends=(git)
 _commit=32207688478b890c91eb084a84f96b40a729ab14  # tags/v0.6.0
 source=("git+https://github.com/01org/dleyna-core#commit=$_commit")
-sha256sums=('SKIP'
-            '28f8fa43476e4c71b8b1f16b7ab47df045db3c8490a97c19c7354ce56094bffe')
+sha256sums=('SKIP')
 
 pkgver() {
   cd $pkgname
@@ -21,6 +20,7 @@
 
 prepare() {
   cd $pkgname
+  sed -i 's/gupnp-1\.0/gupnp-1.2/g' configure.ac *.pc.in
   NOCONFIGURE=1 ./autogen.sh
 }
 



More information about the arch-commits mailing list