summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c9588e2dc046..c4737fa0abad 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = seaweedfs
pkgdesc = SeaweedFS is a simple and highly scalable distributed file system
pkgver = 1.84
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/chrislusf/seaweedfs
arch = i686
arch = x86_64
@@ -10,6 +10,7 @@ pkgbase = seaweedfs
arch = armv6h
arch = arm
license = APACHE
+ makedepends = git
makedepends = go
source = seaweedfs-1.84.tar.gz::https://github.com/chrislusf/seaweedfs/archive/1.84.tar.gz
source = ldflags.patch
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'