summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonathon Fernyhough2020-06-30 11:51:37 +0100
committerJonathon Fernyhough2020-06-30 11:51:37 +0100
commit967e8cb3bbb47ca15171947ad2a73e5df4b194c9 (patch)
tree48430f11ef4ed49b56c057c7f192b68efd51fc9d
parent67aac90e5e3ba3b89870ee8769c8b5d8f40c8207 (diff)
downloadaur-967e8cb3bbb47ca15171947ad2a73e5df4b194c9.tar.gz
makedepends+=('git')
Required for "Inject git version into build": https://github.com/chrislusf/seaweedfs/commit/bc2ec6774d10349143dec326f227a2a809c01731
-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'