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

Bartłomiej Piotrowski bpiotrowski at archlinux.org
Sat Oct 4 05:14:44 UTC 2014


    Date: Saturday, October 4, 2014 @ 07:14:44
  Author: bpiotrowski
Revision: 223849

upgpkg: protobuf-c 1.0.2-1

new upstream release

Modified:
  protobuf-c/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-10-04 05:13:29 UTC (rev 223848)
+++ PKGBUILD	2014-10-04 05:14:44 UTC (rev 223849)
@@ -3,23 +3,16 @@
 # Contributor: Aurélien Wailly <aurelien.wailly at gmail.com>
 
 pkgname=protobuf-c
-pkgver=1.0.1
-pkgrel=2
+pkgver=1.0.2
+pkgrel=1
 pkgdesc='Protocol Buffers implementation in C'
 arch=('i686' 'x86_64')
 url='https://github.com/protobuf-c/protobuf-c'
 license=('BSD')
 depends=('protobuf')
-source=($url/releases/download/v$pkgver/protobuf-c-$pkgver.tar.gz
-        allow_alias.patch)
-md5sums=('3a87e11a18e4b823c82643636674e9e7'
-         'f2c3978ea8edab3e29c00d507b65418b')
+source=($url/releases/download/v$pkgver/protobuf-c-$pkgver.tar.gz)
+md5sums=('42f03767ddbd1dbe26cce10bc6e08c84')
 
-prepare() {
-  cd $pkgname-$pkgver
-  patch -p1 -i ../allow_alias.patch
-}
-
 build() {
   cd $pkgname-$pkgver
   ./configure --prefix=/usr --disable-static



More information about the arch-commits mailing list