summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGiovanni Santini2022-09-05 20:49:53 +0200
committerGiovanni Santini2022-09-05 20:49:53 +0200
commit45b046bd8e22160f4543082dfbc9c8cc152f3c39 (patch)
tree1c4b9e2cac0ff8fb8fd0ad6437fbd357100019cb
parent25345cd93ea997ac13dbbf7c93fecec63cd4525d (diff)
downloadaur-45b046bd8e22160f4543082dfbc9c8cc152f3c39.tar.gz
upgpkg: popcorntime 0.4.9-1
- Version bump.
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 773b80d9ba18..8da46a3ae74c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = popcorntime
pkgdesc = Stream movies from torrents. Skip the downloads. Launch, click, watch.
- pkgver = 0.4.8
+ pkgver = 0.4.9
pkgrel = 1
url = https://popcorntime.app/
arch = i686
@@ -15,7 +15,7 @@ pkgbase = popcorntime
depends = ttf-font
optdepends = net-tools: vpn.ht client
options = !strip
- source = popcorn-desktop::git+https://github.com/popcorn-official/popcorn-desktop/#tag=v0.4.8
+ source = popcorn-desktop::git+https://github.com/popcorn-official/popcorn-desktop/#tag=v0.4.9
source = popcorntime.desktop
source = gulp-fixes.patch
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 9e8d8527b2a8..3977a8a1156e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@
# Contributor: Ricardo Band <me [at] xengi [dot] de>
pkgname=popcorntime
-pkgver=0.4.8
+pkgver=0.4.9
pkgrel=1
pkgdesc="Stream movies from torrents. Skip the downloads. Launch, click, watch."
arch=(i686 x86_64)
@@ -21,7 +21,7 @@ options=('!strip')
#install="popcorntime.install"
# Needed variables for sources downloads
# Commit ref updated on date: 2021-10-19
-# Plain v0.4.6
+# Plain version tag (e.g. v0.4.9)
_commit_hash="tag=v${pkgver}"
_pkgname="popcorn-desktop"