summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 2 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a6e3633cc945..24b4e68ca43e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=protobuf-rust-git
-pkgver=1.4.1.12.gdf787b8
+pkgver=1.4.1.1227.gf1a21a56
pkgrel=1
pkgdesc="Rust Support for Google's protocol buffers"
arch=('x86_64' 'i686')
@@ -21,9 +21,7 @@ pkgver() {
build() {
cd "$pkgname"
cargo build \
- --package protoc \
- --package protoc-rust \
- --package protobuf \
+ --package protobuf-codegen \
--release
}