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

Andreas Radke andyrtr at archlinux.org
Sat Jan 16 12:25:56 UTC 2016


    Date: Saturday, January 16, 2016 @ 13:25:56
  Author: andyrtr
Revision: 258357

upgpkg: liblangtag 0.5.8-2

fix license; fix deps

Modified:
  liblangtag/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-01-16 11:59:04 UTC (rev 258356)
+++ PKGBUILD	2016-01-16 12:25:56 UTC (rev 258357)
@@ -3,12 +3,14 @@
 
 pkgname=liblangtag
 pkgver=0.5.8
-pkgrel=1
+pkgrel=2
 pkgdesc="interface library to access/deal with tags for identifying languages"
 arch=('i686' 'x86_64')
 url="http://tagoh.bitbucket.org/liblangtag/index.html"
-license=('GPL3' 'custom:Mozilla')
-depends=('libxml2' 'gobject-introspection')
+license=('LGPL3' 'MPL') # actually MPL2.0
+depends=('libxml2' 'glib2')
+makedepends=('gobject-introspection')
+optdepends=('gobject-introspection-runtime: use with liblangtag-gobject')
 source=(https://bitbucket.org/tagoh/liblangtag/downloads/$pkgname-$pkgver.tar.bz2)
 md5sums=(aa899eff126216dafe721149fbdb511b)
 



More information about the arch-commits mailing list