summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorYigit Sever2021-10-11 20:54:29 +0300
committerYigit Sever2021-10-11 20:54:29 +0300
commit9bc617fb6378bad53e07159c58b2d759d485e025 (patch)
tree6cc76aabf8813bf2f2a15342f14c919ce820a8c7
parenta89077976937034af38041ac790b4ae2b1c322ff (diff)
downloadaur-9bc617fb6378bad53e07159c58b2d759d485e025.tar.gz
Update to v0.4.6
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD7
2 files changed, 7 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index dd6b0b476074..8fd733fcd226 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = popcorntime-bin
pkgdesc = Stream free movies and TV shows from torrents
- pkgver = 0.4.5
+ pkgver = 0.4.6
pkgrel = 1
url = https://github.com/popcorn-official/popcorn-desktop
arch = x86_64
@@ -15,9 +15,9 @@ pkgbase = popcorntime-bin
conflicts = popcorntime
conflicts = popcorntime-ce
options = !strip
- source = https://github.com/popcorn-official/popcorn-desktop/releases/download/v0.4.5/Popcorn-Time-0.4.5-linux64.zip
+ source = https://github.com/popcorn-official/popcorn-desktop/releases/download/v0.4.6/Popcorn-Time-0.4.6-linux64.zip
source = popcorntime.desktop
- sha256sums = 2c88cd9b9455f52d90bb4f1d868a7c9cfb8093ea0d3cd7b338f8ce5a8ede01fa
+ sha256sums = 0fe15d2933b331a49b2da9a820e45a722b7d2d3224f92da0a31ce4a1296adad3
sha256sums = 4422f21e16176fda697ed0c8a6d1fb6f9dd7c4bc3f3694f9bcc19cbe66630334
pkgname = popcorntime-bin
diff --git a/PKGBUILD b/PKGBUILD
index 3dca9bbe7d1a..2d4cb7ee1f6f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,4 +1,5 @@
-# Maintainer : Barfin
+# Maintainer: Yigit Sever <yigit at yigitsever dot com>
+# Contributor : Barfin
# Contributor: Kostis Karantias <kkarantias [at] gmail [dot] com>
# Contributor: Pieter Goetschalckx <3.14.e.ter [at] gmail [dot] com>
# Contributor: Bastien Traverse <firstname at lastname dot email>
@@ -16,7 +17,7 @@
pkgname=popcorntime-bin
_pkgname=popcorntime
-pkgver=0.4.5
+pkgver=0.4.6
pkgrel=1
pkgdesc="Stream free movies and TV shows from torrents"
arch=('x86_64')
@@ -30,7 +31,7 @@ options=('!strip')
_zipfile="Popcorn-Time-${pkgver}-linux64.zip"
source=("https://github.com/popcorn-official/popcorn-desktop/releases/download/v${pkgver}/$_zipfile"
"${_pkgname}.desktop" )
-sha256sums=('2c88cd9b9455f52d90bb4f1d868a7c9cfb8093ea0d3cd7b338f8ce5a8ede01fa'
+sha256sums=('0fe15d2933b331a49b2da9a820e45a722b7d2d3224f92da0a31ce4a1296adad3'
'4422f21e16176fda697ed0c8a6d1fb6f9dd7c4bc3f3694f9bcc19cbe66630334')
package() {