summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohan Brandhorst2020-07-15 10:24:10 +0100
committerJohan Brandhorst2020-07-15 10:24:10 +0100
commitdf39254ad479f16a56395dc28b5c7d79de3581e3 (patch)
tree2033a7921b33b6a74d258d832657c640599db93c
parentf877a54a9659ad3db5db934dc330c0b06249b5b1 (diff)
downloadaur-df39254ad479f16a56395dc28b5c7d79de3581e3.tar.gz
Remove protobuf dependency
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 2 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1cd37848ccd9..e5ee19cb8035 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,11 @@
pkgbase = buf
pkgdesc = A new way of working with Protocol Buffers
pkgver = 0.20.1
- pkgrel = 1
+ pkgrel = 2
url = https://buf.build
arch = any
license = Apache
makedepends = go
- depends = protobuf
source = https://github.com/bufbuild/buf/archive/v0.20.1.tar.gz
sha256sums = 2c82f3b6a43fcd3daafd14cb8045ffb7244f474217cb47c0e14683d964541c55
diff --git a/PKGBUILD b/PKGBUILD
index 1d3debbef6b8..1fb5268f4fdf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,11 @@
# Maintainer: Johan Brandhorst <jbrandhorst@buf.build>
pkgname=buf
pkgver=0.20.1
-pkgrel=1
+pkgrel=2
pkgdesc="A new way of working with Protocol Buffers"
arch=("any")
url="https://buf.build"
license=('Apache')
-depends=('protobuf')
makedepends=('go')
source=("https://github.com/bufbuild/buf/archive/v${pkgver}.tar.gz")