diff --git a/protobuf-c/.signature b/protobuf-c/.signature index 40dbd563d..e8e9ffad3 100644 --- a/protobuf-c/.signature +++ b/protobuf-c/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/contrib.pub -RWSagIOpLGJF3wzoCc4BFp503UXV2RRgVA233NR+08I6liqL5RvkQsWWNn370MrEijpZUaroWVrx3TsouhKyOb9e3M/YqV3/9w0= -SHA256 (Pkgfile) = 76c2c52355ec75e0869d1f3af284dc7a1dec678240969002ebca365c8f4a7482 +RWSagIOpLGJF3znV4Qt0ejx3vGeDSIZMPI36Fe3iKE1x9VMjtS9TtyK3GOeE07CjlQB6yOg933T53N58S1XQlb+t8c4LcNKmkgE= +SHA256 (Pkgfile) = f4377bddca4f5572ab1795269b1d6ebe5d766ae5c5a26d5af80ad3a92bc920d1 SHA256 (.footprint) = e4bc422270342f810d0eebb3709d8dc3673f60890c59285215e57a2ec56e3d05 SHA256 (protobuf-c-1.4.1.tar.gz) = 4cc4facd508172f3e0a4d3a8736225d472418aee35b4ad053384b137b220339f diff --git a/protobuf-c/Pkgfile b/protobuf-c/Pkgfile index 0b87b5c51..e80daeea6 100644 --- a/protobuf-c/Pkgfile +++ b/protobuf-c/Pkgfile @@ -1,6 +1,6 @@ # Description: Protocol Buffers implementation in C. # URL: https://github.com/protobuf-c/protobuf-c -# Maintainer: Danny Rawlins, crux at romster dot me +# Maintainer: unmaintained # Depends on: protobuf name=protobuf-c @@ -9,10 +9,10 @@ release=1 source=(https://github.com/protobuf-c/protobuf-c/releases/download/v$version/$name-$version.tar.gz) build() { - cd $name-$version + cd $name-$version - ./configure --prefix=/usr + ./configure --prefix=/usr - make - make DESTDIR=$PKG install + make + make DESTDIR=$PKG install }