aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrancesco Minnocci2020-12-30 00:20:33 +0100
committerFrancesco Minnocci2020-12-30 00:20:33 +0100
commit36fa26f6b89b6691fe20431757722e5e2b7b6a14 (patch)
treeb49a5f56fb153a9ce859932a44d3b416b1d6a6ab
parentb25f617c8ff07941098b2db9939391557f6ddf0b (diff)
downloadaur-36fa26f6b89b6691fe20431757722e5e2b7b6a14.tar.gz
<9.0.7> Update to v9.0.7
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD7
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 03aa712d875e..eb33da76820e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = torrentflix
pkgdesc = Nodejs cli app to search torrent sites and stream using peerflix
- pkgver = 9.0.5
+ pkgver = 9.0.7
pkgrel = 4
url = https://www.npmjs.com/package/torrentflix
arch = any
@@ -9,8 +9,7 @@ pkgbase = torrentflix
depends = nodejs
depends = peerflix
options = !emptydirs
- source = https://github.com/ItzBlitz98/torrentflix/archive/v9.0.5.tar.gz
- sha256sums = 1177f745035ff7a8a8b84d2e2e924199dbe08c0057376d1689b0ac1b9c149d4c
+ source = https://github.com/ItzBlitz98/torrentflix/archive/v9.0.7.tar.gz
+ sha256sums = e83a5ce8c7aecb28b30c8263fc0ab388ce5c64a9cda06461e4819fff211d00ef
pkgname = torrentflix
-
diff --git a/PKGBUILD b/PKGBUILD
index 2326985f39b2..069170ddd3f4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,8 @@
-# Maintainer: Paulo Diovani <paulo@diovani.com>
+# Mantainer: Francesco Minnocci <ascoli dot minnocci at gmail dot com>
+# Contributor: Paulo Diovani <paulo@diovani.com>
pkgname=torrentflix
-pkgver=9.0.5
+pkgver=9.0.7
pkgrel=4
pkgdesc="Nodejs cli app to search torrent sites and stream using peerflix"
arch=('any')
@@ -11,7 +12,7 @@ depends=('nodejs' 'peerflix')
makedepends=('npm')
options=(!emptydirs)
source=("https://github.com/ItzBlitz98/${pkgname}/archive/v${pkgver}.tar.gz")
-sha256sums=('1177f745035ff7a8a8b84d2e2e924199dbe08c0057376d1689b0ac1b9c149d4c')
+sha256sums=('e83a5ce8c7aecb28b30c8263fc0ab388ce5c64a9cda06461e4819fff211d00ef')
package() {
cd "${srcdir}/${pkgname}-${pkgver}"