summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authoreugene2020-10-27 01:45:24 +0000
committeruser2020-10-27 01:45:24 +0000
commit9dcd1ffba30776e7260dd1c61a75c4d1f9028fef (patch)
treee3673e131b37cba1eb7d9df2de5c6f1be1440367 /PKGBUILD
parentff16d21d9e7fa53683f8af5a121f856f1487d869 (diff)
downloadaur-9dcd1ffba30776e7260dd1c61a75c4d1f9028fef.tar.gz
bump to 1.5.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD9
1 files changed, 3 insertions, 6 deletions
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"