summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b57d006cb76b..165fb5a20b7b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname="brig-git"
_pkgname="brig"
pkgver="develop"
-pkgrel="4"
+pkgrel="5"
pkgdesc="File synchronization on top of ipfs with git like interface and web based UI -- development branch"
arch=(x86_64 i686 armv7h aarch64)
license=("AGPLv3")
@@ -18,7 +18,7 @@ sha256sums=("SKIP")
build() {
cd "${_pkgname}"
git checkout develop
- go run mage.go
+ go run mage.go b
}
package() {