summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGiovanni Santini2023-06-20 15:09:41 +0200
committerGiovanni Santini2023-06-20 15:09:41 +0200
commit0723c7756b54f79e1b705f77cadffe1fdf4021e2 (patch)
tree059d700620cdd9ea0537b274bf3cb53d794ae148 /PKGBUILD
parent45b046bd8e22160f4543082dfbc9c8cc152f3c39 (diff)
downloadaur-0723c7756b54f79e1b705f77cadffe1fdf4021e2.tar.gz
upgpkg: popcorntime 0.4.9-2
- Update Gulp fixes for current server.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3977a8a1156e..aff5d2b3e018 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@
pkgname=popcorntime
pkgver=0.4.9
-pkgrel=1
+pkgrel=2
pkgdesc="Stream movies from torrents. Skip the downloads. Launch, click, watch."
arch=(i686 x86_64)
url="https://popcorntime.app/"
@@ -38,13 +38,13 @@ _bpath="${_srcdir}/build/Popcorn-Time/${_platform}"
# Get sources only here
source=(
- "${_pkgname}::git+https://github.com/popcorn-official/popcorn-desktop/#${_commit_hash}"
+ "${_pkgname}::git+https://github.com/popcorn-official/${_pkgname}/#${_commit_hash}"
"popcorntime.desktop"
"gulp-fixes.patch"
)
sha256sums=('SKIP'
'4422f21e16176fda697ed0c8a6d1fb6f9dd7c4bc3f3694f9bcc19cbe66630334'
- 'fb550e8b891209bb98a32e18c9e84d8ad1c5603d734ba009d8ebbb53f92ff0a7')
+ '99c485d7b00ae1f4820e43149d6c93aff7c9b1f40d407beef369bc757688144a')
# Building the package
prepare() {