summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD9
-rw-r--r--popcorntime.install14
3 files changed, 6 insertions, 24 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 07b69775c6a7..06253df9c17c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,8 @@
pkgbase = popcorntime-bin
pkgdesc = Stream movies and TV shows from torrents
pkgver = 0.3.9
- pkgrel = 6
+ pkgrel = 7
url = https://popcorntime.sh
- install = popcorntime.install
arch = i686
arch = x86_64
license = GPL3
@@ -22,9 +21,9 @@ pkgbase = popcorntime-bin
source = popcorntime.desktop
sha256sums = 4422f21e16176fda697ed0c8a6d1fb6f9dd7c4bc3f3694f9bcc19cbe66630334
source_i686 = https://get.popcorntime.sh/build/Popcorn-Time-0.3.9-Linux-32.tar.xz
- sha256sums_i686 = SKIP
+ sha256sums_i686 = 0c8a84e853946c70b4986d8044ec869f995b8001b48cd5bd3ef0ed61e8848335
source_x86_64 = https://get.popcorntime.sh/build/Popcorn-Time-0.3.9-Linux-64.tar.xz
- sha256sums_x86_64 = SKIP
+ sha256sums_x86_64 = 5655111b7f5883ce7a620a8fb0b9f7fb7563a46516697aac5ad2b28b8b5e49df
pkgname = popcorntime-bin
diff --git a/PKGBUILD b/PKGBUILD
index f818aa1d6b84..f7310e565f55 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -13,7 +13,7 @@
pkgname=popcorntime-bin
_pkgname=popcorntime
pkgver=0.3.9
-pkgrel=6
+pkgrel=7
pkgdesc="Stream movies and TV shows from torrents"
arch=('i686' 'x86_64')
url="https://popcorntime.sh"
@@ -22,13 +22,12 @@ depends=('alsa-lib' 'gconf' 'gtk2' 'nss' 'ttf-font' 'libxtst' 'libnotify' 'deskt
provides=('popcorntime' 'popcorn-time-ce')
conflicts=('popcorntime')
options=('!strip')
-install=popcorntime.install
source=("${_pkgname}.desktop")
source_i686=("https://get.popcorntime.sh/build/Popcorn-Time-${pkgver}-Linux-32.tar.xz")
source_x86_64=("https://get.popcorntime.sh/build/Popcorn-Time-${pkgver}-Linux-64.tar.xz")
sha256sums=('4422f21e16176fda697ed0c8a6d1fb6f9dd7c4bc3f3694f9bcc19cbe66630334')
-sha256sums_i686=('SKIP')
-sha256sums_x86_64=('SKIP')
+sha256sums_i686=('0c8a84e853946c70b4986d8044ec869f995b8001b48cd5bd3ef0ed61e8848335')
+sha256sums_x86_64=('5655111b7f5883ce7a620a8fb0b9f7fb7563a46516697aac5ad2b28b8b5e49df')
[ "$CARCH" = "i686" ] && _platform=linux32
[ "$CARCH" = "x86_64" ] && _platform=linux64
@@ -57,5 +56,3 @@ package() {
install -Dm644 "${_bpath}/src/app/images/icon.png" "${pkgdir}/usr/share/icons/hicolor/256x256/apps/${_pkgname}.png"
}
-# vim:set ts=2 sw=2 et:
-
diff --git a/popcorntime.install b/popcorntime.install
deleted file mode 100644
index 380b52ef65c0..000000000000
--- a/popcorntime.install
+++ /dev/null
@@ -1,14 +0,0 @@
-post_install() {
- update-desktop-database -q
- echo
- echo "WARNING: Popcorn Time streams movies from Torrents"
- echo "Downloading copyrighted material may be illegal in your country!"
- echo "Use at your own risk!"
- echo
-}
-
-post_upgrade() {
- post_install
-}
-
-# vim:set ts=2 sw=2 et: