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

Bartłomiej Piotrowski bpiotrowski at archlinux.org
Fri Nov 11 20:36:01 UTC 2016


    Date: Friday, November 11, 2016 @ 20:36:00
  Author: bpiotrowski
Revision: 280584

upgpkg: protobuf 3.0.2-2

drop AUR optdepend; make source tarball unique named

Modified:
  protobuf/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-11-11 19:44:05 UTC (rev 280583)
+++ PKGBUILD	2016-11-11 20:36:00 UTC (rev 280584)
@@ -10,15 +10,14 @@
 pkgname=('protobuf' 'python2-protobuf' 'python-protobuf')
 pkgver=3.0.2
 _gtestver=1.8.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Protocol Buffers - Google's data interchange format"
 arch=('i686' 'x86_64')
 url='https://developers.google.com/protocol-buffers/'
 license=('BSD')
 depends=('gcc-libs' 'zlib')
-optdepends=('libprotobuf2: compatibility with extra/protobuf linked binaries')
 makedepends=('unzip' 'python-setuptools' 'python2-setuptools' 'clang')
-source=("https://github.com/google/${pkgbase}/archive/v${pkgver}.tar.gz"
+source=("$pkgbase-$pkgver.tgz::https://github.com/google/${pkgbase}/archive/v${pkgver}.tar.gz"
         "gtest-${_gtestver}.tar.gz::https://github.com/google/googletest/archive/release-${_gtestver}.tar.gz")
 md5sums=('845b39e4b7681a2ddfd8c7f528299fbb'
          '16877098823401d1bf2ed7891d7dce36')



More information about the arch-commits mailing list