summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD10
2 files changed, 6 insertions, 12 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8ba09af19b0e..228b1d644741 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Fri Jan 5 03:10:25 UTC 2018
+# Sun Mar 11 15:30:56 UTC 2018
pkgbase = radiotray-ng-git
pkgdesc = An Internet radio player for Linux
- pkgver = 0.2.1.r23.bedc2a6
+ pkgver = 0.2.2.r26.1052008
pkgrel = 1
url = https://github.com/ebruck/radiotray-ng
arch = i686
@@ -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.1
+ provides = radiotray-ng=0.2.2
conflicts = radiotray-ng
options = !libtool
- source = radiotray-ng::git+https://github.com/ebruck/radiotray-ng#branch=v0.2.1-dev
+ source = radiotray-ng::git+https://github.com/ebruck/radiotray-ng#branch=v0.2.2-dev
sha256sums = SKIP
pkgname = radiotray-ng-git
diff --git a/PKGBUILD b/PKGBUILD
index 263f2d41067c..be25757ed91e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,9 +2,9 @@
_pkgname=radiotray-ng
pkgname=${_pkgname}-git
-_pkgver=0.2.1
+_pkgver=0.2.2
_branch=v${_pkgver}-dev
-pkgver=0.2.1.r23.bedc2a6
+pkgver=0.2.2.r26.1052008
pkgrel=1
pkgdesc="An Internet radio player for Linux"
arch=('i686' 'x86_64')
@@ -25,12 +25,6 @@ pkgver() {
printf '%s.r%s.%s' "${_pkgver}" "$(git rev-list --count HEAD)" "$(git describe --always)"
}
-prepare() {
- cd "${srcdir}/${_pkgname}"
- # Build fails when GMock is found, so don't check for it, don't compile tests
- sed -i 's:if (GMOCK_FOUND):if (GMOCK_FOUND AND ENABLE_GMOCK):' CMakeLists.txt
-}
-
build() {
cd "${srcdir}/${_pkgname}"
[ -d build ] && rm -r build