summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a5d484adf2ec..855c842362ba 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = pocket-casts-linux-bin
pkgdesc = Electron wrapper around the Pocket Casts web app with support for MPRIS (media controls)
- pkgver = 1.0.0
+ pkgver = 1.1.0
pkgrel = 1
url = https://github.com/jgierer12/pocket-casts-linux
arch = x86_64
license = MIT
- source = https://github.com/jgierer12/pocket-casts-linux/releases/download/v1.0.0/pocket-casts-linux-1.0.0-x64.pacman
- md5sums = 7e9c06b7ddfed8100d48f20c27b9783f
+ source = https://github.com/jgierer12/pocket-casts-linux/releases/download/v1.1.0/pocket-casts-linux-1.1.0-x64.pacman
+ md5sums = 8f07b49aebffac1bc6d1af0017cdfbd0
pkgname = pocket-casts-linux-bin
diff --git a/PKGBUILD b/PKGBUILD
index 5e43d017a0f4..17db735711af 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: Jonas Gierer <jgierer12@gmail.com>
pkgname=pocket-casts-linux-bin
-pkgver=1.0.0
+pkgver=1.1.0
pkgrel=1
pkgdesc="Electron wrapper around the Pocket Casts web app with support for MPRIS (media controls)"
arch=('x86_64')
license=('MIT')
url="https://github.com/jgierer12/pocket-casts-linux"
source=("https://github.com/jgierer12/pocket-casts-linux/releases/download/v$pkgver/pocket-casts-linux-$pkgver-x64.pacman")
-md5sums=('7e9c06b7ddfed8100d48f20c27b9783f')
+md5sums=('8f07b49aebffac1bc6d1af0017cdfbd0')
package() {
mv "${srcdir}/usr" "${pkgdir}/usr"