summaryrefslogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBastien Traverse2018-03-24 00:38:27 +0100
committerBastien Traverse2018-03-24 00:38:27 +0100
commit2bca99a4327fe051b31d5312787e5ed67bd6f3ec (patch)
tree33debc621e6858c2093cf463306ec639bc9e7cf2 /PKGBUILD
parent2910ea7ec7fe94b1ad2cfd70adc510c80741ef97 (diff)
downloadpackages-2bca99a4327fe051b31d5312787e5ed67bd6f3ec.tar.gz
packages-2bca99a4327fe051b31d5312787e5ed67bd6f3ec.tar.bz2
packages-2bca99a4327fe051b31d5312787e5ed67bd6f3ec.zip
Remove checksums for downloaded binaries since we are using CI builds
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0de2302..caa39f5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -14,7 +14,7 @@
14pkgname=popcorntime-bin 14pkgname=popcorntime-bin
15_pkgname=popcorntime 15_pkgname=popcorntime
16pkgver=0.3.10 16pkgver=0.3.10
17pkgrel=2 17pkgrel=3
18pkgdesc="Stream movies and TV shows from torrents (continuous integration builds)" 18pkgdesc="Stream movies and TV shows from torrents (continuous integration builds)"
19arch=('i686' 'x86_64') 19arch=('i686' 'x86_64')
20url="https://popcorntime.sh" 20url="https://popcorntime.sh"
@@ -30,8 +30,8 @@ source=("${_pkgname}.desktop")
30source_i686=("https://ci.popcorntime.sh/job/Popcorn-Time-Desktop/lastSuccessfulBuild/artifact/build/Popcorn-Time-${pkgver}_linux32.tar.xz") 30source_i686=("https://ci.popcorntime.sh/job/Popcorn-Time-Desktop/lastSuccessfulBuild/artifact/build/Popcorn-Time-${pkgver}_linux32.tar.xz")
31source_x86_64=("https://ci.popcorntime.sh/job/Popcorn-Time-Desktop/lastSuccessfulBuild/artifact/build/Popcorn-Time-${pkgver}_linux64.tar.xz") 31source_x86_64=("https://ci.popcorntime.sh/job/Popcorn-Time-Desktop/lastSuccessfulBuild/artifact/build/Popcorn-Time-${pkgver}_linux64.tar.xz")
32sha256sums=('4422f21e16176fda697ed0c8a6d1fb6f9dd7c4bc3f3694f9bcc19cbe66630334') 32sha256sums=('4422f21e16176fda697ed0c8a6d1fb6f9dd7c4bc3f3694f9bcc19cbe66630334')
33sha256sums_i686=('6eb6a16cc40ed199c5e14b9a16f9dbb1bd45174b59a2a93271048ced21a2b618') 33sha256sums_i686=('SKIP')
34sha256sums_x86_64=('2509fe735b6517f9fec38f9c7f5652840a5ee5a7148e31f813b0946db4bca43e') 34sha256sums_x86_64=('SKIP')
35 35
36package() { 36package() {
37 install -dm755 "${pkgdir}/usr/share/${_pkgname}" 37 install -dm755 "${pkgdir}/usr/share/${_pkgname}"