summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBernhard Landauer2018-03-19 20:10:37 +0100
committerBernhard Landauer2018-03-19 20:10:37 +0100
commitcf0ec0f5930c93356b83269444d535825a66cf5f (patch)
tree4abe23be6499082a705612599739500f1c38e8d5
parent5a8e8e3f4a14379adb03941de0233307956d1743 (diff)
downloadaur-cf0ec0f5930c93356b83269444d535825a66cf5f.tar.gz
v0.2.3
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c0cfdf8c6378..9a7a78fcd926 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Wed Dec 7 21:22:51 UTC 2016
+# Mon Mar 19 19:09:02 UTC 2018
pkgbase = xfce4-volumed-pulse
pkgdesc = A volume keys control daemon for Xfce using pulseaudio
- pkgver = 0.2.2
+ pkgver = 0.2.3
pkgrel = 1
url = https://git.xfce.org/apps/xfce4-volumed-pulse
arch = i686
@@ -15,8 +15,8 @@ pkgbase = xfce4-volumed-pulse
optdepends = xfce4-notifyd: for OSD notifications
conflicts = xfce4-volumed
replaces = xfce4-volumed
- source = http://archive.xfce.org/src/apps/xfce4-volumed-pulse/0.2/xfce4-volumed-pulse-0.2.2.tar.bz2
- sha256sums = 0ec315cd87943466e35c0572541bf4239730604236e5d793e4d9f46856d04c76
+ source = http://archive.xfce.org/src/apps/xfce4-volumed-pulse/0.2/xfce4-volumed-pulse-0.2.3.tar.bz2
+ sha256sums = 13bbf24b8bb52d9ba9b53929764ec0ea4d5ee26aaf71f01fbd021fc9794cc3e0
pkgname = xfce4-volumed-pulse
diff --git a/PKGBUILD b/PKGBUILD
index 55a7ce614b5f..c3930ffd56de 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=xfce4-volumed-pulse
_vmaj=0.2
-_vmin=2
+_vmin=3
pkgver=$_vmaj.$_vmin
pkgrel=1
pkgdesc='A volume keys control daemon for Xfce using pulseaudio'
@@ -13,7 +13,7 @@ replaces=('xfce4-volumed')
url="https://git.xfce.org/apps/$pkgname"
depends=('libnotify' 'pulseaudio' 'libkeybinder2' 'xfconf')
optdepends=('xfce4-notifyd: for OSD notifications')
-sha256sums=('0ec315cd87943466e35c0572541bf4239730604236e5d793e4d9f46856d04c76')
+sha256sums=('13bbf24b8bb52d9ba9b53929764ec0ea4d5ee26aaf71f01fbd021fc9794cc3e0')
source=("http://archive.xfce.org/src/apps/$pkgname/$_vmaj/$pkgname-$pkgver.tar.bz2")
build() {