summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoreugene2023-05-21 07:09:45 +0000
committereugene2023-05-21 07:09:45 +0000
commit975fe8a9ac094276969613ba93f4d2ada4585d81 (patch)
tree0fee214d78d12612ebe32850ddca1807ea5ed954
parente14b894031b78bd458fd682b6927021a7b9c15eb (diff)
downloadaur-975fe8a9ac094276969613ba93f4d2ada4585d81.tar.gz
update to 1.6.1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8a416f622138..1483232e8b66 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = pithos
pkgdesc = Native Pandora Radio client
- pkgver = 1.6.0
- pkgrel = 2
+ pkgver = 1.6.1
+ pkgrel = 1
url = https://pithos.github.io/
arch = any
license = GPL3
@@ -18,9 +18,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.6.0/pithos-1.6.0.tar.xz
+ source = https://github.com/pithos/pithos/releases/download/1.6.1/pithos-1.6.1.tar.xz
source = systemd.service
- sha256sums = 55c92b423d8bb23d1fc1c14e3cde95460b4f8ef59a375f9864827e126ac010ed
+ sha256sums = 02c7c18951d9760f54f3de0313a37273778779101bfe58bdc273a0e113f2ce2d
sha256sums = 6d29178697384fb046d9d25c6c2482f353a4484ec4f0a5b9080d1a26aa24f839
pkgname = pithos
diff --git a/PKGBUILD b/PKGBUILD
index 49beb044b206..e49f8baecb3f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,11 @@
# Contributor: Matthew Bauer <mjbauer95@gmail.com>
# Contributor: TingPing <tingping@fedoraproject.org>
# Contributor: Christopher Eby <kreed@kreed.org>
-# Maintainer: Steven Allen <steven@stebalien.com>
+# Contributor: Steven Allen <steven@stebalien.com>
pkgname=pithos
-pkgver=1.6.0
-pkgrel=2
+pkgver=1.6.1
+pkgrel=1
pkgdesc='Native Pandora Radio client'
arch=('any')
url="https://pithos.github.io/"
@@ -21,7 +21,7 @@ source=(
"https://github.com/pithos/pithos/releases/download/${pkgver}/pithos-${pkgver}.tar.xz"
"systemd.service"
)
-sha256sums=('55c92b423d8bb23d1fc1c14e3cde95460b4f8ef59a375f9864827e126ac010ed'
+sha256sums=('02c7c18951d9760f54f3de0313a37273778779101bfe58bdc273a0e113f2ce2d'
'6d29178697384fb046d9d25c6c2482f353a4484ec4f0a5b9080d1a26aa24f839')
prepare() {