summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteven Allen2016-07-31 19:16:42 -0400
committerSteven Allen2016-07-31 19:16:42 -0400
commitf5c92b801b7fa7ec4ec7bbd90629917aa970a395 (patch)
treecb1452687b2119fee6a1dbbe49a4325138956e2b
parent7d8bbbeaa4fab67c2e4956480f1787cc82b3041d (diff)
downloadaur-f5c92b801b7fa7ec4ec7bbd90629917aa970a395.tar.gz
Update to 1.2.1
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9e81116b917a..f99612d020ee 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Wed Jul 27 23:10:57 UTC 2016
+# Sun Jul 31 23:16:42 UTC 2016
pkgbase = pithos
pkgdesc = Native Pandora Radio client
- pkgver = 1.2.0
- pkgrel = 2
+ pkgver = 1.2.1
+ pkgrel = 1
url = https://pithos.github.io/
arch = any
license = GPL3
@@ -21,8 +21,8 @@ pkgbase = pithos
optdepends = python-pacparser: PAC proxy support
optdepends = python-pylast: Last.fm scrobbling support
optdepends = libnotify: Notification support
- source = https://github.com/pithos/pithos/releases/download/1.2.0/pithos-1.2.0.tar.xz
- sha256sums = 46ab6f09aa2d0ae5a7d76b4cebb532e098a055657b25a9484d77e86e86e99860
+ source = https://github.com/pithos/pithos/releases/download/1.2.1/pithos-1.2.1.tar.xz
+ sha256sums = 51dc6095162df3ee095a34d3a9ab20aeb4c99fe017a48ae648a5dd55d21c2c17
pkgname = pithos
diff --git a/PKGBUILD b/PKGBUILD
index 3153604b6f82..b17fff246233 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,8 +4,8 @@
# Maintainer: Steven Allen <steven@stebalien.com>
pkgname=pithos
-pkgver=1.2.0
-pkgrel=2
+pkgver=1.2.1
+pkgrel=1
pkgdesc='Native Pandora Radio client'
arch=('any')
url="https://pithos.github.io/"
@@ -20,7 +20,7 @@ optdepends=('libkeybinder3: for media keys plugin'
'libnotify: Notification support')
makedepends=('intltool')
source=("https://github.com/pithos/pithos/releases/download/${pkgver}/pithos-${pkgver}.tar.xz")
-sha256sums=('46ab6f09aa2d0ae5a7d76b4cebb532e098a055657b25a9484d77e86e86e99860')
+sha256sums=('51dc6095162df3ee095a34d3a9ab20aeb4c99fe017a48ae648a5dd55d21c2c17')
build() {
cd "$srcdir/${pkgname}-$pkgver"