summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgrufo2017-04-11 21:30:29 +0200
committergrufo2017-04-11 21:30:29 +0200
commite94428e388fa4d615e467bd6fd8c6d57bb2ec3c2 (patch)
tree55d114281c09720a4691b3bbeca9a4fa70879f3b
parentfbc416c181383cd4efa1b95931fdb628759d62d2 (diff)
downloadaur-e94428e388fa4d615e467bd6fd8c6d57bb2ec3c2.tar.gz
url http://popcorntime.ag/ changed to http://www.popcorn-time.is/
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD51
2 files changed, 29 insertions, 30 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2ce427e08b9a..95e2a4dfa5e9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,7 +2,7 @@ pkgbase = popcorntime-ce-bin
pkgdesc = Stream movies from torrents. Skip the downloads. Launch, click, watch. Repos of the original community edition.
pkgver = 0.4.0
pkgrel = 2
- url = http://popcorntime.ag/
+ url = http://www.popcorn-time.is/
install = popcorntime-ce.install
arch = x86_64
arch = i686
@@ -27,9 +27,9 @@ pkgbase = popcorntime-ce-bin
source = https://github.com/PopcornTimeCommunity/desktop/releases/download/v0.4.0-2/popcorn-time-community-v0.4.0-2-64bit.tar.xz
source = popcorntime-ce.install
source = popcorntime-ce.desktop
- sha1sums = ee6a1b9314cbcb8eeabe76e9d6928f8c0bee4f42
- sha1sums = 2c22a3f1d1335abe8d7ac7dd6a33933720ba30e4
- sha1sums = 219a9c7033361e1286967452868721302b1d6da7
+ md5sums = 21693efbd20f41198b8ebb80e5e81588
+ md5sums = b8996810c9862bd9b41880b82055073f
+ md5sums = 53367e600bad6229b200ed4478f8fcbb
pkgname = popcorntime-ce-bin
diff --git a/PKGBUILD b/PKGBUILD
index 0c6fd338e62a..90eade681d28 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,34 +1,33 @@
# Maintainer: grufo <madmurphy333@gmail.com>
-pkgname="popcorntime-ce-bin"
-_pkgname="popcorntime-ce"
-pkgver="0.4.0"
-pkgrel="2"
-pkgdesc="Stream movies from torrents. Skip the downloads. Launch, click, watch. Repos of the original community edition."
-arch=("x86_64" "i686")
-url="http://popcorntime.ag/"
-license=("GPL3")
-depends=("alsa-lib" "desktop-file-utils" "gconf" "gtk2" "libnotify" "libxtst" "nodejs" "nss" "python" "ttf-font")
-optdepends=("net-tools: necessary for the new vpn feature" "ttf-liberation: open source ttf fonts")
-provides=("popcorntime" "popcorntime-ce")
-conflicts=("popcorntime-ce" "popcorntime-ce-git")
-options=("!strip")
-install="popcorntime-ce.install"
-
-sha1sums=("ee6a1b9314cbcb8eeabe76e9d6928f8c0bee4f42"
- "2c22a3f1d1335abe8d7ac7dd6a33933720ba30e4"
- "219a9c7033361e1286967452868721302b1d6da7")
-
-_platform="64bit"
-
-if [ "$CARCH" = "i686" ]; then
- _platform="32bit"
- sha1sums[0]="369da992f097e1b872a0f7d00a62361ac9192c93"
+pkgname='popcorntime-ce-bin'
+_pkgname='popcorntime-ce'
+pkgver='0.4.0'
+pkgrel='2'
+pkgdesc='Stream movies from torrents. Skip the downloads. Launch, click, watch. Repos of the original community edition.'
+arch=('x86_64' 'i686')
+url='http://www.popcorn-time.is/'
+license=('GPL3')
+depends=('alsa-lib' 'desktop-file-utils' 'gconf' 'gtk2' 'libnotify' 'libxtst' 'nodejs' 'nss' 'python' 'ttf-font')
+optdepends=('net-tools: necessary for the new vpn feature' 'ttf-liberation: open source ttf fonts')
+provides=('popcorntime' 'popcorntime-ce')
+conflicts=('popcorntime-ce' 'popcorntime-ce-git')
+options=('!strip')
+install='popcorntime-ce.install'
+md5sums=('21693efbd20f41198b8ebb80e5e81588'
+ 'b8996810c9862bd9b41880b82055073f'
+ '53367e600bad6229b200ed4478f8fcbb')
+
+_platform='64bit'
+
+if [ "$CARCH" = 'i686' ]; then
+ _platform='32bit'
+ sha1sums[0]='369da992f097e1b872a0f7d00a62361ac9192c93'
fi
source=("https://github.com/PopcornTimeCommunity/desktop/releases/download/v${pkgver}-${pkgrel}/popcorn-time-community-v${pkgver}-${pkgrel}-${_platform}.tar.xz"
- "popcorntime-ce.install"
- "popcorntime-ce.desktop")
+ 'popcorntime-ce.install'
+ 'popcorntime-ce.desktop')
package() {