summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorChocobo12021-05-25 12:52:05 +0800
committerChocobo12021-05-25 12:52:05 +0800
commit709d654cfce5fe2e1edad63d48b00a613170bef1 (patch)
treebad910ee37e539bab4f7e8f834c261808f46c6c4 /PKGBUILD
parent4317cf04e871c7c199ed7232de420b17c8055a02 (diff)
downloadaur-709d654cfce5fe2e1edad63d48b00a613170bef1.tar.gz
upgpkg: croc-git 9.1.4.r3.ga9e7767-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 450164e910e5..3f3985efb552 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Chocobo1 <chocobo1 AT archlinux DOT net>
pkgname=croc-git
-pkgver=8.5.2.r2.gf562400
+pkgver=9.1.4.r3.ga9e7767
pkgrel=1
pkgdesc="Easily and securely send things from one computer to another"
arch=('i686' 'x86_64')
@@ -31,7 +31,8 @@ build() {
cd "croc"
go build \
- ./...
+ -o croc \
+ main.go
}
check() {