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

Jelle van der Waa jelle at archlinux.org
Wed Jun 21 09:59:14 UTC 2017


    Date: Wednesday, June 21, 2017 @ 09:59:13
  Author: jelle
Revision: 299103

upgpkg: libupnp 1.6.21-2

FS#46089 fix LICENSE installation location

Modified:
  libupnp/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-06-21 08:45:34 UTC (rev 299102)
+++ PKGBUILD	2017-06-21 09:59:13 UTC (rev 299103)
@@ -4,7 +4,7 @@
 
 pkgname=libupnp
 pkgver=1.6.21
-pkgrel=1
+pkgrel=2
 pkgdesc="Portable Open Source UPnP Development Kit"
 arch=('i686' 'x86_64')
 url="http://pupnp.sourceforge.net/"
@@ -25,5 +25,5 @@
   cd "${srcdir}/${pkgname}-${pkgver}"
 
   make DESTDIR=${pkgdir} install
-  install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/custom/${pkgname}/LICENSE
+  install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
 }



More information about the arch-commits mailing list