summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPieter Goetschalckx2016-08-10 11:29:31 +0200
committerPieter Goetschalckx2016-08-10 11:29:31 +0200
commit1e9b41e39376f3e609d335ecfd0d87677fd9a1df (patch)
tree553f51b3cb5f915e905c6fc8e3836eb1b161c872 /PKGBUILD
parent15c340647918a8eb7d6932f3df5e136ed0ef9438 (diff)
downloadaur-1e9b41e39376f3e609d335ecfd0d87677fd9a1df.tar.gz
Remove .install file (handled by package hooks)
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 1 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1e27c934784d..c2ff50f0e8c6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgname=popcorntime-git
_pkgname=popcorntime
_gitname=popcorn-desktop
pkgver=r5925.1e2f946
-pkgrel=1
+pkgrel=2
pkgdesc="Stream movies and TV shows from torrents"
arch=('i686' 'x86_64')
url="https://popcorntime.sh"
@@ -16,7 +16,6 @@ makedepends=('git' 'npm' 'bower' 'nodejs-grunt-cli' 'gulp')
conflicts=('popcorntime' 'popcorn-time-ce')
provides=('popcorntime')
options=('!strip')
-install=popcorntime.install
source=("git+https://github.com/popcorn-official/${_gitname}.git#branch=development"
"${_pkgname}.desktop")
sha256sums=('SKIP'
@@ -32,8 +31,6 @@ pkgver() {
prepare() {
cd "${_gitname}"
-
- sed -i '/repo\/nw/d' gulpfile.js Gruntfile.js
npm install
}
@@ -66,4 +63,3 @@ package() {
install -Dm644 "${_bpath}/src/app/images/icon.png" "${pkgdir}/usr/share/icons/hicolor/256x256/apps/${_pkgname}.png"
}
-# vim:set ts=2 sw=2 et: