summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteven Allen2015-11-23 08:49:15 -0500
committerSteven Allen2015-11-23 08:49:15 -0500
commitc73bf26e07f6d9a902cbc20da53e18a2f5809bc9 (patch)
tree7da45cb6a8387e9a077ee6f870babaf97570ec66
parent1e3880da7618702f236f7d50055db453ccff4236 (diff)
downloadaur-c73bf26e07f6d9a902cbc20da53e18a2f5809bc9.tar.gz
Bump to 0.1.2
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 53ed6a32798f..1040046e14de 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = pithos
pkgdesc = Pandora Internet Radio player for GNOME
- pkgver = 1.1.1
- pkgrel = 2
+ pkgver = 1.1.2
+ pkgrel = 1
url = http://pithos.github.io/
install = pithos.install
arch = any
@@ -21,8 +21,8 @@ pkgbase = pithos
optdepends = python-pylast: Last.fm scrobbling support
optdepends = libnotify: Notification support
optdepends = python-dbus: MPRIS/Screensaver Pause/Gnome mediakeys support
- source = https://github.com/pithos/pithos/archive/1.1.1.tar.gz
- sha256sums = 4424534bbf7ab3d3d6c51764d689606fd0df214422eb79ccc91a8981f95d7dce
+ source = https://github.com/pithos/pithos/archive/1.1.2.tar.gz
+ sha256sums = 560cc42410981c4578505bf67635c75d11b63fe8ff5d4d73e154e016e7fe5465
pkgname = pithos
diff --git a/PKGBUILD b/PKGBUILD
index 1e73e4a154ab..a026deab675a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,8 +4,8 @@
# Maintainer: Steven Allen <steven@stebalien.com>
pkgname=pithos
-pkgver=1.1.1
-pkgrel=2
+pkgver=1.1.2
+pkgrel=1
pkgdesc='Pandora Internet Radio player for GNOME'
arch=('any')
url="http://pithos.github.io/"
@@ -22,7 +22,7 @@ optdepends=('libkeybinder3: for media keys plugin'
'python-dbus: MPRIS/Screensaver Pause/Gnome mediakeys support')
source=("https://github.com/pithos/pithos/archive/${pkgver}.tar.gz")
install="$pkgname.install"
-sha256sums=('4424534bbf7ab3d3d6c51764d689606fd0df214422eb79ccc91a8981f95d7dce')
+sha256sums=('560cc42410981c4578505bf67635c75d11b63fe8ff5d4d73e154e016e7fe5465')
package() {
cd "$srcdir/${pkgname}-$pkgver"