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

Baptiste Jonglez zorun at archlinux.org
Sat Dec 30 18:56:35 UTC 2017


    Date: Saturday, December 30, 2017 @ 18:56:34
  Author: zorun
Revision: 277481

upgpkg: libinfinity 0.7.1-1

Gobby 0.5 does not build against libinfinity 0.7.X, so push this to
[community-testing] first.

Modified:
  libinfinity/trunk/PKGBUILD

----------+
 PKGBUILD |   21 ++++++++++++---------
 1 file changed, 12 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-12-30 18:16:08 UTC (rev 277480)
+++ PKGBUILD	2017-12-30 18:56:34 UTC (rev 277481)
@@ -1,21 +1,24 @@
 # $Id$
-# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
-# Maintainer: Sven-Hendrik Haase <sh at lutzhaase.com>
+# Maintainer: Baptiste Jonglez <arch at bitsofnetworks dot org>
+# Contributor: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Contributor: Sven-Hendrik Haase <sh at lutzhaase.com>
 # Contributor: Gregory Haynes <greg at greghaynes.net>
 
 pkgname=libinfinity
-pkgver=0.6.8
+pkgver=0.7.1
 pkgrel=1
-pkgdesc="An implementation of the Infininote protocol written in GObject-based C"
+pkgdesc="A library to build collaborative text editors. Includes the infinoted server"
 arch=('x86_64')
 url="http://gobby.github.io/"
 license=('GPL')
-depends=('gnutls>=1.7.2' 'gsasl>=0.2.21' 'glib2>=2.16' 'libxml2>=2.0')
-makedepends=('gtk-doc' 'pkgconfig' 'gtk2')
+depends=('gnutls' 'gsasl' 'glib2' 'libxml2' 'gobject-introspection-runtime')
+makedepends=('gtk-doc' 'gtk3' 'avahi' 'gobject-introspection')
 optdepends=('avahi: zeroconf support'
-            'gtk2: gtk support')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/gobby/libinfinity/archive/${pkgver}.tar.gz")
-sha256sums=('aa058ee50dd62f9a6732a0e78ed2cef7df2c8174638ed398e040af9b7e988e81')
+            'gtk3: gtk support')
+source=(http://releases.0x539.de/${pkgname}/${pkgname}-${pkgver}.tar.gz{,.sig})
+sha256sums=('626ee0841bfe24f471580cd17d906dd83b973cf4f10019574adfdfc5327482cb'
+            'SKIP')
+validpgpkeys=('728834F3B8D552ED25CC1B1FB1C71544BF1D92C7') # Armin Burgmeier <armin at arbur.net>
 
 build() {
   cd "$srcdir"/${pkgname}-${pkgver}



More information about the arch-commits mailing list