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

Jan Steffens heftig at archlinux.org
Wed Sep 11 23:37:19 UTC 2019


    Date: Wednesday, September 11, 2019 @ 23:37:18
  Author: heftig
Revision: 362260

0.6.0+2+g1c6853f-1

Modified:
  dleyna-core/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-09-11 23:23:18 UTC (rev 362259)
+++ PKGBUILD	2019-09-11 23:37:18 UTC (rev 362260)
@@ -1,8 +1,8 @@
 # Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
 
 pkgname=dleyna-core
-pkgver=0.6.0
-pkgrel=2
+pkgver=0.6.0+2+g1c6853f
+pkgrel=1
 pkgdesc="Library of utility functions that are used by the higher level dLeyna"
 arch=(x86_64)
 url="http://01.org/dleyna"
@@ -9,7 +9,7 @@
 license=(LGPL2.1)
 depends=(gupnp)
 makedepends=(git)
-_commit=32207688478b890c91eb084a84f96b40a729ab14  # tags/v0.6.0
+_commit=1c6853f5bc697dc0a8774fd70dbc915c4dbe7c5b  # master
 source=("git+https://github.com/01org/dleyna-core#commit=$_commit")
 sha256sums=('SKIP')
 
@@ -20,7 +20,6 @@
 
 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