diff options
| author | Leo <thinkabit.ukim@gmail.com> | 2020-02-14 09:25:39 -0300 |
|---|---|---|
| committer | Leo <thinkabit.ukim@gmail.com> | 2020-02-14 09:30:41 -0300 |
| commit | bb89ee93d7471c6922dcaf1f2c8f8762af60167a (patch) | |
| tree | 2d6956cd5b118d1293c1b70d253430e06324d2b2 | |
| parent | ee0e58dec98e9a81bef2528184290dd14ef0fbdc (diff) | |
| download | aports-bb89ee93d7471c6922dcaf1f2c8f8762af60167a.tar.bz2 aports-bb89ee93d7471c6922dcaf1f2c8f8762af60167a.tar.xz | |
main/protobuf-c: upgrade to 1.3.3
| -rw-r--r-- | main/protobuf-c/APKBUILD | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/main/protobuf-c/APKBUILD b/main/protobuf-c/APKBUILD index 5f5407acff..5851fb79f2 100644 --- a/main/protobuf-c/APKBUILD +++ b/main/protobuf-c/APKBUILD @@ -1,8 +1,8 @@ # Contributor: TBK <alpin@jjtc.eu> # Maintainer: Leonardo Arena <rnalrd@alpinelinux.org> pkgname=protobuf-c -pkgver=1.3.2 -pkgrel=3 +pkgver=1.3.3 +pkgrel=0 pkgdesc="C bindings for Google's Protocol Buffers" url="https://github.com/protobuf-c/protobuf-c/wiki" arch="all" @@ -11,11 +11,8 @@ makedepends="protobuf-dev" subpackages="$pkgname-dev" source="https://github.com/protobuf-c/protobuf-c/releases/download/v$pkgver/protobuf-c-$pkgver.tar.gz " -builddir="$srcdir"/$pkgname-$pkgver build() { - cd "$builddir" - ./configure --prefix=/usr \ --sysconfdir=/etc \ --mandir=/usr/share/man \ @@ -25,13 +22,11 @@ build() { } check() { - cd "$builddir" make check } package() { - cd "$builddir" make DESTDIR="$pkgdir" install } -sha512sums="d94d2c6f11b3e482fd3d1b8cef5b2d896ad37a679068f393d29916311deadc5b6b86f946b046d7ee49260b0223e3128e052dc76324b4a8cd6ea184d566ad9aa6 protobuf-c-1.3.2.tar.gz" +sha512sums="85308348929487e3a89158c6078dab39cee0b39a0611a4d5ba73d20520e41d96915e42a0d6060ebd3eb7d922c82444f5ca000ea4f8791b37734485cbb7e283b1 protobuf-c-1.3.3.tar.gz" |
