aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYigit Sever2022-09-04 22:10:46 +0300
committerYigit Sever2022-09-04 22:10:46 +0300
commit91fbf00d9b09ca4857ac1d4b258b0aaec419a27e (patch)
tree3b4c6ffafcd8d5a2be9e4308e73670f5c11e7dc2
parentbd8e8ffb6ea8bdedd7617c85d8ed500e07fbd410 (diff)
downloadpackages-91fbf00d9b09ca4857ac1d4b258b0aaec419a27e.tar.gz
packages-91fbf00d9b09ca4857ac1d4b258b0aaec419a27e.tar.bz2
packages-91fbf00d9b09ca4857ac1d4b258b0aaec419a27e.zip
Update to v0.4.9
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e55ac8a..37710d8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
1pkgbase = popcorntime-bin 1pkgbase = popcorntime-bin
2 pkgdesc = Stream free movies and TV shows from torrents 2 pkgdesc = Stream free movies and TV shows from torrents
3 pkgver = 0.4.8 3 pkgver = 0.4.9
4 pkgrel = 3 4 pkgrel = 1
5 url = https://github.com/popcorn-official/popcorn-desktop 5 url = https://github.com/popcorn-official/popcorn-desktop
6 arch = x86_64 6 arch = x86_64
7 license = GPL3 7 license = GPL3
@@ -15,9 +15,9 @@ pkgbase = popcorntime-bin
15 conflicts = popcorntime 15 conflicts = popcorntime
16 conflicts = popcorntime-ce 16 conflicts = popcorntime-ce
17 options = !strip 17 options = !strip
18 source = https://github.com/popcorn-official/popcorn-desktop/releases/download/v0.4.8/Popcorn-Time-0.4.8-linux64.zip 18 source = https://github.com/popcorn-official/popcorn-desktop/releases/download/v0.4.9/Popcorn-Time-0.4.9-linux64.zip
19 source = popcorntime.desktop 19 source = popcorntime.desktop
20 sha256sums = fcf9c4d6ccd4fccaf7668707b16dcdd78d043b2d4f2a049f0edaf7afd8bb34f1 20 sha256sums = 71b28be5b8307990ffc9f8bff0a4b42fb45a85af0f4c7a889b8a923c589d8d47
21 sha256sums = 4422f21e16176fda697ed0c8a6d1fb6f9dd7c4bc3f3694f9bcc19cbe66630334 21 sha256sums = 4422f21e16176fda697ed0c8a6d1fb6f9dd7c4bc3f3694f9bcc19cbe66630334
22 22
23pkgname = popcorntime-bin 23pkgname = popcorntime-bin
diff --git a/PKGBUILD b/PKGBUILD
index 345689d..c59e8cc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -17,8 +17,8 @@
17 17
18pkgname=popcorntime-bin 18pkgname=popcorntime-bin
19_pkgname=popcorntime 19_pkgname=popcorntime
20pkgver=0.4.8 20pkgver=0.4.9
21pkgrel=3 21pkgrel=1
22pkgdesc="Stream free movies and TV shows from torrents" 22pkgdesc="Stream free movies and TV shows from torrents"
23arch=('x86_64') 23arch=('x86_64')
24url="https://github.com/popcorn-official/popcorn-desktop" 24url="https://github.com/popcorn-official/popcorn-desktop"
@@ -57,3 +57,5 @@ package() {
57 find "${pkgdir}/usr/share/${_pkgname}/" -perm 600 -exec chmod 644 '{}' \; 57 find "${pkgdir}/usr/share/${_pkgname}/" -perm 600 -exec chmod 644 '{}' \;
58 find "${pkgdir}/usr/share/${_pkgname}/" -perm 700 -exec chmod 755 '{}' \; 58 find "${pkgdir}/usr/share/${_pkgname}/" -perm 700 -exec chmod 755 '{}' \;
59} 59}
60sha256sums=('71b28be5b8307990ffc9f8bff0a4b42fb45a85af0f4c7a889b8a923c589d8d47'
61 '4422f21e16176fda697ed0c8a6d1fb6f9dd7c4bc3f3694f9bcc19cbe66630334')