summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJonathon Fernyhough2020-06-30 11:51:37 +0100
committerJonathon Fernyhough2020-06-30 11:51:37 +0100
commit967e8cb3bbb47ca15171947ad2a73e5df4b194c9 (patch)
tree48430f11ef4ed49b56c057c7f192b68efd51fc9d /PKGBUILD
parent67aac90e5e3ba3b89870ee8769c8b5d8f40c8207 (diff)
downloadaur-967e8cb3bbb47ca15171947ad2a73e5df4b194c9.tar.gz
makedepends+=('git')
Required for "Inject git version into build": https://github.com/chrislusf/seaweedfs/commit/bc2ec6774d10349143dec326f227a2a809c01731
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c2ddf5ce89a5..b85afa06ec33 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,11 @@
pkgname=seaweedfs
pkgver=1.84
-pkgrel=1
+pkgrel=2
pkgdesc="SeaweedFS is a simple and highly scalable distributed file system"
arch=('i686' 'x86_64' 'aarch64' 'armv7h' 'armv6h' 'arm')
url="https://github.com/chrislusf/seaweedfs"
license=('APACHE')
-makedepends=('go')
+makedepends=('git' 'go')
source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz"
ldflags.patch)
sha256sums=('3231ac3e0bddcf7199ac2b6d9e6bd3ff9b7ee1b40bda8a8c20f5411e02fbb6e9'