summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD9
2 files changed, 7 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0b83c8e483e3..a3d77284a91a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = popcorntime-ru-bin
pkgdesc = Stream free movies and TV shows from torrents with Russian translation
pkgver = 0.4.5
- pkgrel = 2
+ pkgrel = 3
url = https://popcorn-ru.tk
arch = x86_64
license = GPL3
@@ -16,10 +16,9 @@ pkgbase = popcorntime-ru-bin
conflicts = popcorntime
conflicts = popcorntime-ce
options = !strip
- source = https://github.com/popcorn-time-ru/popcorn-desktop/releases/download/v0.4.4/Popcorn-Time-Ru-0.4.4-linux64.zip
+ source = https://github.com/popcorn-time-ru/popcorn-desktop/releases/download/v0.4.5/Popcorn-Time-Ru-0.4.5-linux64.zip
source = popcorntime-ru.desktop
- sha256sums = 41f80e2a53988fdd5ea9e3bec73b2eb532ebaa8cbfef0e336c8f6e3fd9fb7d7b
+ sha256sums = ea5c22ffa7371fac12b998ce78ced1a648a76dce62f2684d71883081121930f4
sha256sums = 144dc8864d74abed5022b354ecd34b9a7bc6a0f0fdd442e0bac438c2ce6c4c5b
pkgname = popcorntime-ru-bin
-
diff --git a/PKGBUILD b/PKGBUILD
index 3e78923a72b5..d4a9fa55fb24 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,7 @@
pkgname=popcorntime-ru-bin
_pkgname=popcorntime-ru
pkgver=0.4.5
-_pkgver=0.4.4
-pkgrel=2
+pkgrel=3
pkgdesc="Stream free movies and TV shows from torrents with Russian translation"
arch=('x86_64')
url="https://popcorn-ru.tk"
@@ -14,10 +13,10 @@ makedepends=('unzip')
provides=('popcorntime' 'popcorntime-ce')
conflicts=('popcorntime' 'popcorntime-ce')
options=('!strip')
-_zipfile="Popcorn-Time-Ru-${_pkgver}-linux64.zip"
-source=("https://github.com/popcorn-time-ru/popcorn-desktop/releases/download/v${_pkgver}/${_zipfile}"
+_zipfile="Popcorn-Time-Ru-${pkgver}-linux64.zip"
+source=("https://github.com/popcorn-time-ru/popcorn-desktop/releases/download/v${pkgver}/${_zipfile}"
"${_pkgname}.desktop" )
-sha256sums=('41f80e2a53988fdd5ea9e3bec73b2eb532ebaa8cbfef0e336c8f6e3fd9fb7d7b'
+sha256sums=('ea5c22ffa7371fac12b998ce78ced1a648a76dce62f2684d71883081121930f4'
'144dc8864d74abed5022b354ecd34b9a7bc6a0f0fdd442e0bac438c2ce6c4c5b')
package() {