summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTed Alff2018-10-04 21:28:10 -0400
committerTed Alff2018-10-04 21:28:10 -0400
commit3aaa2098b6c0a7b33c3038d9974ed79f96014384 (patch)
tree636fedbc722bdc6defca8b3d7a78c5954b1116df
parent0f13c09c873519905df5415ad0fba85490fc14ff (diff)
downloadaur-3aaa2098b6c0a7b33c3038d9974ed79f96014384.tar.gz
Version bump for 0.9.0 which is ported to GTK3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b59ccd44619d..7b4810c42fff 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Wed Oct 11 01:27:53 UTC 2017
+# Fri Oct 5 01:27:49 UTC 2018
pkgbase = xfce4-weather-plugin-git
pkgdesc = A weather plugin for the Xfce4 panel
- pkgver = 0.8.9.r128.g7c97666
+ pkgver = 0.9.0+20+ga6f06d1
pkgrel = 1
url = http://goodies.xfce.org/projects/panel-plugins/xfce4-weather-plugin
arch = i686
@@ -17,7 +17,7 @@ pkgbase = xfce4-weather-plugin-git
depends = libsoup
depends = hicolor-icon-theme
depends = upower
- provides = xfce4-weather-plugin=0.8.9
+ provides = xfce4-weather-plugin=0.9.0
conflicts = xfce4-weather-plugin
source = xfce4-weather-plugin::git://git.xfce.org/panel-plugins/xfce4-weather-plugin
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index a9ebfc73ed13..16aed8ffb36c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname=xfce4-weather-plugin
pkgname=${_pkgname}-git
-pkgver=0.8.9.r128.g7c97666
+pkgver=0.9.0+20+ga6f06d1
pkgrel=1
pkgdesc="A weather plugin for the Xfce4 panel"
arch=('i686' 'x86_64')
@@ -12,13 +12,13 @@ groups=('xfce4-goodies')
depends=('xfce4-panel' 'libxml2' 'libsoup' 'hicolor-icon-theme' 'upower')
makedepends=('intltool' 'xfce4-dev-tools' 'git')
conflicts=("${_pkgname}")
-provides=("${_pkgname}=${pkgver%.r*}")
+provides=("${_pkgname}=${pkgver%%+*}")
source=("${_pkgname}::git://git.xfce.org/panel-plugins/${_pkgname}")
sha256sums=('SKIP')
pkgver() {
cd "$_pkgname"
- git describe --long --tags | sed -r "s:^${_pkgname}.::;s/^v//;s/([^-]*-g)/r\1/;s/-/./g"
+ git describe --long --tags | sed -r "s:^${_pkgname}.::;s:-:+:g" #s/^v//;s/([^-]*-g)/r\1/;s/-/./g"
}
build() {