summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPieter Goetschalckx2016-02-24 01:56:58 +0100
committerPieter Goetschalckx2016-02-24 01:56:58 +0100
commit40bae4eff1ea887c507d4383b3a3e7950262e77a (patch)
tree0212bee7000a1be92570b1c9fd8d67eaeefdbf4e /PKGBUILD
parent688cfdb6e8f74bb3496d0676abc801bb7bef5784 (diff)
downloadaur-40bae4eff1ea887c507d4383b3a3e7950262e77a.tar.gz
Update build
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 464e566f8020..dbb14780a46f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
pkgname=popcorntime-git
_pkgname=popcorntime
_gitname=popcorn-desktop
-pkgver=r5792.8c5a48a
+pkgver=r5815.e4d2daf
pkgrel=1
pkgdesc="Stream movies and TV shows from torrents"
arch=('i686' 'x86_64')
@@ -37,8 +37,8 @@ prepare() {
build() {
cd "${_gitname}"
- grunt build
- gulp build
+ grunt themes
+ gulp build -p ${_platform}
}
package() {