summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonas Gierer2019-03-28 08:19:12 +0100
committerJonas Gierer2019-03-28 08:19:12 +0100
commitd4464dd9b58fd5744cb0831b091f6e9bfaaaea4a (patch)
treea51e5737830786e68ce322b540652d5e85f916a2
parent2ce102a80ba63e8c781b901258726c8abfe73e1b (diff)
downloadaur-d4464dd9b58fd5744cb0831b091f6e9bfaaaea4a.tar.gz
v1.2.1-1
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d690f6cfbe3a..3ead338d67a2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,16 @@
pkgbase = pocket-casts-linux-bin
pkgdesc = Electron wrapper around the Pocket Casts web app with support for MPRIS (media controls)
- pkgver = 1.2.0
- pkgrel = 2
+ pkgver = 1.2.1
+ pkgrel = 1
url = https://github.com/jgierer12/pocket-casts-linux
arch = x86_64
license = MIT
depends = gtk3
depends = nss
depends = libxss
- 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
+ source = https://github.com/jgierer12/pocket-casts-linux/releases/download/v1.2.1/pocket-casts-linux-1.2.1-x64.pacman
+ source = https://raw.githubusercontent.com/jgierer12/pocket-casts-linux/v1.2.1/LICENSE
+ md5sums = be21aa678337da7d4a2f62c9b89dcf8c
md5sums = 04bf690e790df16c6404870cdea950bc
pkgname = pocket-casts-linux-bin
diff --git a/PKGBUILD b/PKGBUILD
index 0fd21e1e7e85..bc1e3e9a75d6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Jonas Gierer <jgierer12@gmail.com>
pkgname=pocket-casts-linux-bin
-pkgver=1.2.0
-pkgrel=2
+pkgver=1.2.1
+pkgrel=1
pkgdesc="Electron wrapper around the Pocket Casts web app with support for MPRIS (media controls)"
arch=('x86_64')
license=('MIT')
@@ -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=('051d28a9f74472e229b2ce7a89b1be8f'
+md5sums=('be21aa678337da7d4a2f62c9b89dcf8c'
'04bf690e790df16c6404870cdea950bc')
package() {