summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPieter Goetschalckx2016-02-25 17:28:57 +0100
committerPieter Goetschalckx2016-02-25 17:28:57 +0100
commited048fe6e34ed5e866d21e118388ae1cf3c63427 (patch)
tree6649238d6d4b9ff652345d5845dbe4f8f0e054e9
parent9d742f09223f06bde3b967ecf5148357241fe72c (diff)
downloadpackages-ed048fe6e34ed5e866d21e118388ae1cf3c63427.tar.gz
packages-ed048fe6e34ed5e866d21e118388ae1cf3c63427.tar.bz2
packages-ed048fe6e34ed5e866d21e118388ae1cf3c63427.zip
Update sha256sums
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1d2bf0e..00d1274 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
1pkgbase = popcorntime-bin 1pkgbase = popcorntime-bin
2 pkgdesc = Stream movies and TV shows from torrents 2 pkgdesc = Stream movies and TV shows from torrents
3 pkgver = 0.3.9 3 pkgver = 0.3.9
4 pkgrel = 2 4 pkgrel = 3
5 url = https://popcorntime.sh 5 url = https://popcorntime.sh
6 install = popcorntime.install 6 install = popcorntime.install
7 arch = i686 7 arch = i686
@@ -21,7 +21,7 @@ pkgbase = popcorntime-bin
21 options = !strip 21 options = !strip
22 source = https://get.popcorntime.sh/build/Popcorn-Time-0.3.9-.tar.xz 22 source = https://get.popcorntime.sh/build/Popcorn-Time-0.3.9-.tar.xz
23 source = popcorntime.desktop 23 source = popcorntime.desktop
24 sha256sums = f2c29632488e5052c8b29df4cfdfc532a4f3984a9b8e654441bb37ad312591a1 24 sha256sums = 4316a066af9c8f4bcad8f2fa59b32750c051617631f25c04d0f655f5ed13823d
25 sha256sums = 4422f21e16176fda697ed0c8a6d1fb6f9dd7c4bc3f3694f9bcc19cbe66630334 25 sha256sums = 4422f21e16176fda697ed0c8a6d1fb6f9dd7c4bc3f3694f9bcc19cbe66630334
26 26
27pkgname = popcorntime-bin 27pkgname = popcorntime-bin
diff --git a/PKGBUILD b/PKGBUILD
index 5a3cc14..adc95c6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -13,7 +13,7 @@
13pkgname=popcorntime-bin 13pkgname=popcorntime-bin
14_pkgname=popcorntime 14_pkgname=popcorntime
15pkgver=0.3.9 15pkgver=0.3.9
16pkgrel=2 16pkgrel=3
17pkgdesc="Stream movies and TV shows from torrents" 17pkgdesc="Stream movies and TV shows from torrents"
18arch=('i686' 'x86_64') 18arch=('i686' 'x86_64')
19url="https://popcorntime.sh" 19url="https://popcorntime.sh"
@@ -27,7 +27,7 @@ install=popcorntime.install
27[ "$CARCH" = "x86_64" ] && _platform='Linux-64' 27[ "$CARCH" = "x86_64" ] && _platform='Linux-64'
28source=("https://get.popcorntime.sh/build/Popcorn-Time-${pkgver}-${_platform}.tar.xz" 28source=("https://get.popcorntime.sh/build/Popcorn-Time-${pkgver}-${_platform}.tar.xz"
29 "${_pkgname}.desktop") 29 "${_pkgname}.desktop")
30sha256sums=('f2c29632488e5052c8b29df4cfdfc532a4f3984a9b8e654441bb37ad312591a1' 30sha256sums=('4316a066af9c8f4bcad8f2fa59b32750c051617631f25c04d0f655f5ed13823d'
31 '4422f21e16176fda697ed0c8a6d1fb6f9dd7c4bc3f3694f9bcc19cbe66630334') 31 '4422f21e16176fda697ed0c8a6d1fb6f9dd7c4bc3f3694f9bcc19cbe66630334')
32 32
33[ "$CARCH" = "i686" ] && _platform=linux32 33[ "$CARCH" = "i686" ] && _platform=linux32