summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonas Gierer2019-03-21 17:35:44 +0100
committerJonas Gierer2019-03-21 17:35:44 +0100
commit58f769a3fb4ed7ebed7b8ea2c23338fa54d18e0d (patch)
tree8c71b8788d81852a6845cf9f30d05c4350ea4a03
parent3bc648c9b2a1727261cf36644884a7824b20468d (diff)
downloadaur-58f769a3fb4ed7ebed7b8ea2c23338fa54d18e0d.tar.gz
v1.2.0-1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6d1ff46b1630..bd29a5ed55da 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = pocket-casts-linux-bin
pkgdesc = Electron wrapper around the Pocket Casts web app with support for MPRIS (media controls)
- pkgver = 1.1.0
+ pkgver = 1.2.0
pkgrel = 1
url = https://github.com/jgierer12/pocket-casts-linux
arch = x86_64
@@ -8,9 +8,9 @@ pkgbase = pocket-casts-linux-bin
depends = gtk3
depends = nss
depends = libxss
- source = https://github.com/jgierer12/pocket-casts-linux/releases/download/v1.1.0/pocket-casts-linux-1.1.0-x64.pacman
- source = https://github.com/jgierer12/pocket-casts-linux/blob/v1.1.0/LICENSE
- md5sums = 8f07b49aebffac1bc6d1af0017cdfbd0
+ source = https://github.com/jgierer12/pocket-casts-linux/releases/download/v1.2.0/pocket-casts-linux-1.2.0-x64.pacman
+ source = https://raw.githubusercontent.com/jgierer12/pocket-casts-linux/v1.2.0/LICENSE
+ md5sums = 051d28a9f74472e229b2ce7a89b1be8f
md5sums = 33b6298b0e0e6506f656593f828f958e
pkgname = pocket-casts-linux-bin
diff --git a/PKGBUILD b/PKGBUILD
index 35489dac35ff..e326440bf9a4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Jonas Gierer <jgierer12@gmail.com>
pkgname=pocket-casts-linux-bin
-pkgver=1.1.0
+pkgver=1.2.0
pkgrel=1
pkgdesc="Electron wrapper around the Pocket Casts web app with support for MPRIS (media controls)"
arch=('x86_64')
@@ -15,7 +15,7 @@ source=(
"https://github.com/jgierer12/pocket-casts-linux/releases/download/v$pkgver/pocket-casts-linux-$pkgver-x64.pacman"
"https://raw.githubusercontent.com/jgierer12/pocket-casts-linux/v$pkgver/LICENSE"
)
-md5sums=('8f07b49aebffac1bc6d1af0017cdfbd0'
+md5sums=('051d28a9f74472e229b2ce7a89b1be8f'
'33b6298b0e0e6506f656593f828f958e')
package() {