aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFaustino Aguilar2018-01-14 15:56:53 -0500
committerFaustino Aguilar2018-01-14 15:56:53 -0500
commitfcdd044eacc5d1a8ed1fc073458c3b4e88567f2c (patch)
treea22d08fb613f9fa284bdd18a719badb0c7b83f67
parent2e3a88c4d9c91120707370b47b0b27e1692e204d (diff)
downloadaur-fcdd044eacc5d1a8ed1fc073458c3b4e88567f2c.tar.gz
Use production shards only
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ad13728a31d8..9be6aef573ba 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,7 +12,7 @@ sha256sums=('f65711e2fdc473bd77142acce8c383e591d87ab666f81f1008973b4b2aebf353')
build() {
cd "amber-$pkgver"
- shards
+ shards --production
make build
}