summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTed Alff2019-03-17 15:48:21 -0400
committerTed Alff2019-03-17 15:48:21 -0400
commitf1ada34e3c9ef70a408044ff0bc4bef87c0e7ac4 (patch)
tree680ce5781f0978b7a01dbd9866b52024ef68e618
parentf77a5dfcbbd7d61c96e212174d4cc8a32d937708 (diff)
downloadaur-f1ada34e3c9ef70a408044ff0bc4bef87c0e7ac4.tar.gz
Version bump 0.2.5
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 714f45e8db1b..f04bfe4811b4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,6 @@
-# Generated by mksrcinfo v8
-# Thu Oct 18 22:59:02 UTC 2018
pkgbase = radiotray-ng
pkgdesc = An Internet radio player for Linux
- pkgver = 0.2.4
+ pkgver = 0.2.5
pkgrel = 1
url = https://github.com/ebruck/radiotray-ng
arch = i686
@@ -23,8 +21,8 @@ pkgbase = radiotray-ng
depends = wxgtk3
optdepends = python2-lxml: Convert radiotray bookmarks to radiotray-ng format
options = !libtool
- source = radiotray-ng-0.2.4.tar.gz::https://github.com/ebruck/radiotray-ng/archive/v0.2.4.tar.gz
- sha256sums = 404dae294bbb9927aadf789cea00b33baedf784658187a21a83433a1efe18a3a
+ source = radiotray-ng-0.2.5.tar.gz::https://github.com/ebruck/radiotray-ng/archive/v0.2.5.tar.gz
+ sha256sums = 9b34f13f4290c98be9be555873d05507bbe7bcaa4ad0924655a4f38c8d55fe64
pkgname = radiotray-ng
diff --git a/PKGBUILD b/PKGBUILD
index 8edb20f8dbc5..25489de1d55c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: twa022 <twa022 at gmail dot com>
pkgname=radiotray-ng
-pkgver=0.2.4
+pkgver=0.2.5
pkgrel=1
pkgdesc="An Internet radio player for Linux"
arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@ makedepends=('cmake' 'boost' 'lsb-release')
optdepends=('python2-lxml: Convert radiotray bookmarks to radiotray-ng format')
options=('!libtool')
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/ebruck/radiotray-ng/archive/v${pkgver}.tar.gz")
-sha256sums=('404dae294bbb9927aadf789cea00b33baedf784658187a21a83433a1efe18a3a')
+sha256sums=('9b34f13f4290c98be9be555873d05507bbe7bcaa4ad0924655a4f38c8d55fe64')
prepare() {
cd "${srcdir}/${pkgname}-${pkgver}"