summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Conrad2019-02-19 10:48:38 -0600
committerAndrew Conrad2019-02-19 10:48:38 -0600
commit3ebb16697abddc2bb13cdaec9eb26d7db64dc2df (patch)
tree35225e74b374fd41319899c6ccfdcb45bfe4cace
parent63f625765951d8c1eb30750d203b0fcd4f917c49 (diff)
downloadaur-3ebb16697abddc2bb13cdaec9eb26d7db64dc2df.tar.gz
Add additional assets from outside of the git repo
This gives more content and improves build time (as we no longer build models).
-rwxr-xr-xPKGBUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3701d9920c80..1c43797336e7 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -25,6 +25,7 @@ pkgver() {
build() {
cd "$srcdir/$pkgname"
make PREFIX="/usr"
+ make update-assets
}
package() {