summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTed Alff2018-08-11 09:24:36 -0400
committerTed Alff2018-08-11 09:24:36 -0400
commit061d58aa29d7a883ce11780a6a6fda3c25a7e0f6 (patch)
tree8d837602bc01f5a9b0f8316c7364b86f089df56a
parent0501d93ef7ea734a2a9fa1547f859411bf097991 (diff)
downloadaur-061d58aa29d7a883ce11780a6a6fda3c25a7e0f6.tar.gz
Switch to 0.2.4-dev branch
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD8
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 664190b0549d..99f075755eff 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Tue May 15 12:20:56 UTC 2018
+# Sat Aug 11 13:24:22 UTC 2018
pkgbase = radiotray-ng-git
pkgdesc = An Internet radio player for Linux
- pkgver = 0.2.3+26+aca2d3b
- pkgrel = 2
+ pkgver = 0.2.4+28+16c7c51
+ pkgrel = 1
url = https://github.com/ebruck/radiotray-ng
arch = i686
arch = x86_64
@@ -23,10 +23,10 @@ pkgbase = radiotray-ng-git
depends = glibmm
depends = wxgtk3
optdepends = python2-lxml: Convert radiotray bookmarks to radiotray-ng format
- provides = radiotray-ng=0.2.3+26+aca2d3b
+ provides = radiotray-ng=0.2.4
conflicts = radiotray-ng
options = !libtool
- source = radiotray-ng::git+https://github.com/ebruck/radiotray-ng#branch=v0.2.3-dev
+ source = radiotray-ng::git+https://github.com/ebruck/radiotray-ng#branch=v0.2.4-dev
sha256sums = SKIP
pkgname = radiotray-ng-git
diff --git a/PKGBUILD b/PKGBUILD
index cb1f112341a9..9ce314ca78e2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,10 +2,10 @@
_pkgname=radiotray-ng
pkgname=${_pkgname}-git
-_pkgver=0.2.3
+_pkgver=0.2.4
_branch=v${_pkgver}-dev
-pkgver=0.2.3+26+aca2d3b
-pkgrel=2
+pkgver=0.2.4+28+16c7c51
+pkgrel=1
pkgdesc="An Internet radio player for Linux"
arch=('i686' 'x86_64')
url="https://github.com/ebruck/radiotray-ng"
@@ -15,7 +15,7 @@ depends=('boost-libs' 'curl' 'gstreamer' 'jsoncpp' 'libappindicator-gtk3'
makedepends=('cmake' 'boost' 'lsb-release' 'git')
optdepends=('python2-lxml: Convert radiotray bookmarks to radiotray-ng format')
options=('!libtool')
-provides=("${_pkgname}=${pkgver%\.r*}")
+provides=("${_pkgname}=${pkgver%%+*}")
conflicts=("${_pkgname}")
source=("${_pkgname}::git+https://github.com/ebruck/radiotray-ng#branch=${_branch}")
sha256sums=('SKIP')