summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoreugene2020-10-27 01:45:24 +0000
committeruser2020-10-27 01:45:24 +0000
commit9dcd1ffba30776e7260dd1c61a75c4d1f9028fef (patch)
treee3673e131b37cba1eb7d9df2de5c6f1be1440367
parentff16d21d9e7fa53683f8af5a121f856f1487d869 (diff)
downloadaur-9dcd1ffba30776e7260dd1c61a75c4d1f9028fef.tar.gz
bump to 1.5.1
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD9
2 files changed, 6 insertions, 12 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 20c48e4e910c..78428998d3db 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = pithos
pkgdesc = Native Pandora Radio client
- pkgver = 1.5.0
+ pkgver = 1.5.1
pkgrel = 1
url = https://pithos.github.io/
arch = any
@@ -19,12 +19,9 @@ pkgbase = pithos
optdepends = python-pacparser: PAC proxy support
optdepends = python-pylast: Last.fm scrobbling support
optdepends = python-systemd: Logging to the system journal
- source = https://github.com/pithos/pithos/releases/download/1.5.0/pithos-1.5.0.tar.xz
- source = https://github.com/pithos/pithos/releases/download/1.5.0/pithos-1.5.0.tar.xz.asc
+ source = https://github.com/pithos/pithos/releases/download/1.5.1/pithos-1.5.1.tar.xz
source = systemd.service
- validpgpkeys = 108BF2212A051F4A72B18448B3C7CE210DE76DFC
- sha256sums = 61e2a778252358519979ea53ab9fb9dd10a9554d24f3e249560bc4971f386133
- sha256sums = SKIP
+ sha256sums = 6850234fb7cf5a66f72219ef571b8f61b2506d314320274a236e514fd6fe90cd
sha256sums = 6d29178697384fb046d9d25c6c2482f353a4484ec4f0a5b9080d1a26aa24f839
pkgname = pithos
diff --git a/PKGBUILD b/PKGBUILD
index 6107886c4d0a..fec6e0b82e5a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Maintainer: Steven Allen <steven@stebalien.com>
pkgname=pithos
-pkgver=1.5.0
+pkgver=1.5.1
pkgrel=1
pkgdesc='Native Pandora Radio client'
arch=('any')
@@ -19,15 +19,12 @@ optdepends=('libkeybinder3: for media keys plugin'
'python-systemd: Logging to the system journal')
makedepends=('meson' 'appstream-glib')
source=(
- "https://github.com/pithos/pithos/releases/download/${pkgver}/pithos-${pkgver}.tar.xz"{,.asc}
+ "https://github.com/pithos/pithos/releases/download/${pkgver}/pithos-${pkgver}.tar.xz"
"systemd.service"
)
-sha256sums=('61e2a778252358519979ea53ab9fb9dd10a9554d24f3e249560bc4971f386133'
- 'SKIP'
+sha256sums=('6850234fb7cf5a66f72219ef571b8f61b2506d314320274a236e514fd6fe90cd'
'6d29178697384fb046d9d25c6c2482f353a4484ec4f0a5b9080d1a26aa24f839')
-validpgpkeys=('108BF2212A051F4A72B18448B3C7CE210DE76DFC')
-
prepare() {
cd "${srcdir}/${pkgname}-${pkgver}"
echo "SystemdService=pithos.service" >> "data/io.github.Pithos.service.in"