Date: Saturday, December 30, 2017 @ 18:58:10 Author: zorun Revision: 277483
upgpkg: gobby 0.6.0+e5c2d1-1 This is the version packaged by Debian in testing, because upstream is slow to release the new 0.6 version. Modified: gobby/trunk/PKGBUILD ----------+ PKGBUILD | 23 ++++++++++++----------- 1 file changed, 12 insertions(+), 11 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-12-30 18:56:58 UTC (rev 277482) +++ PKGBUILD 2017-12-30 18:58:10 UTC (rev 277483) @@ -1,29 +1,30 @@ -# $Id$ -# Maintainer: Sergej Pupykin <[email protected]> +# Maintainer: Baptiste Jonglez <archlinux at bitsofnetworks dot org> +# Contributor: Sergej Pupykin <[email protected]> # Contributor: William Rea <[email protected]> -# Maintainer: Angel 'angvp' Velasquez <angvp[at]archlinux.com.ve> +# Contributor: Angel 'angvp' Velasquez <angvp[at]archlinux.com.ve> pkgname=gobby -pkgver=0.5.0 -pkgrel=5 +_gitver=e5c2d145d020e080c8612f80a3d123f3a024a13a +pkgver=0.6.0+e5c2d1 +pkgrel=1 pkgdesc="A collaborative text editor" arch=('x86_64') url="https://gobby.github.io/" license=('GPL') -depends=('gtkmm' 'gtksourceview2' 'libinfinity' 'libxml++2.6') +depends=('gtkmm3' 'gtksourceview3' 'libinfinity' 'libxml++2.6') makedepends=('gnome-doc-utils' 'intltool') -source=("$pkgname-$pkgver.tar.gz::https://github.com/gobby/gobby/archive/v$pkgver.tar.gz") -sha256sums=('f45d0e0969fdd4ff57b43f7eae9f3f6d853c25e667a52f77d939510e19199480') +source=("${pkgname}-${pkgver}.tar.gz::https://github.com/gobby/gobby/archive/${_gitver}.tar.gz") +sha512sums=('9f67bc5704caa23b4b3a2b8c64a69c619d0f6aea1295a74b9c7e5fda5a28939b6157957690af68dc19338a7833a07744ec5aac7b38c98df17ddcd4dd797ee425') +validpgpkeys=('B63A7560B25B619CA11E219225A941E879B57591') # Armin Burgmeier <[email protected]> build() { - cd "$srcdir"/gobby-$pkgver + cd "$srcdir"/gobby-$_gitver [ -x configure ] || ./autogen.sh - CXXFLAGS+=' -std=c++11' ./configure --prefix=/usr make } package() { - cd "$srcdir"/gobby-$pkgver + cd "$srcdir"/gobby-$_gitver make DESTDIR="$pkgdir" install }
