summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTed Alff2020-05-12 15:41:30 -0400
committerTed Alff2020-05-12 15:41:30 -0400
commitbf07575cbf69c13a04165eea4721fd6e4978a633 (patch)
tree1ca8969e0a1d66428d2caebe056fb19ac5a6e25d
parent045b89dd21b9c9dd6e3cc61cbe6c2f127a114ad7 (diff)
downloadaur-xfce4-pulseaudio-plugin-git.tar.gz
Update source to gitlab.xfce.org
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD8
2 files changed, 10 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 27cc3637e546..23e6445b6f42 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
-# Generated by mksrcinfo v8
-# Sat Sep 9 12:38:34 UTC 2017
pkgbase = xfce4-pulseaudio-plugin-git
pkgdesc = Pulseaudio plugin for Xfce4 panel
- pkgver = 0.3.0.r2.gdea2be9
+ pkgver = 0.4.3+46+g09f52bd
pkgrel = 1
url = https://goodies.xfce.org/projects/panel-plugins/xfce4-pulseaudio-plugin
- arch = i686
arch = x86_64
+ arch = i686
+ arch = armv7h
+ arch = aarch64
groups = xfce4-goodies
license = GPL2
makedepends = intltool
@@ -18,9 +18,9 @@ pkgbase = xfce4-pulseaudio-plugin-git
depends = libkeybinder3
depends = libnotify
optdepends = pavucontrol: default pulseaudio mixer
- provides = xfce4-pulseaudio-plugin=0.3.0
+ provides = xfce4-pulseaudio-plugin=0.4.3+46+g09f52bd
conflicts = xfce4-pulseaudio-plugin
- source = git://git.xfce.org/panel-plugins/xfce4-pulseaudio-plugin
+ source = xfce4-pulseaudio-plugin::git+https://gitlab.xfce.org/panel-plugins/xfce4-pulseaudio-plugin
sha256sums = SKIP
pkgname = xfce4-pulseaudio-plugin-git
diff --git a/PKGBUILD b/PKGBUILD
index d45ce8132e94..747c346c6ba9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,10 +2,10 @@
_pkgname=xfce4-pulseaudio-plugin
pkgname=${_pkgname}-git
-pkgver=0.3.0.r2.gdea2be9
+pkgver=0.4.3+46+g09f52bd
pkgrel=1
pkgdesc="Pulseaudio plugin for Xfce4 panel"
-arch=('i686' 'x86_64')
+arch=('x86_64' 'i686' 'armv7h' 'aarch64')
license=('GPL2')
url="https://goodies.xfce.org/projects/panel-plugins/xfce4-pulseaudio-plugin"
groups=('xfce4-goodies')
@@ -14,12 +14,12 @@ makedepends=('intltool' 'git' 'xfce4-dev-tools' 'python') #for gdbus-codegen
optdepends=('pavucontrol: default pulseaudio mixer')
conflicts=("${_pkgname}")
provides=("${_pkgname}=${pkgver%.r*}")
-source=("git://git.xfce.org/panel-plugins/${_pkgname}")
+source=("${_pkgname}::git+https://gitlab.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/^v//;s/^xfce-//;s/-/+/g"
}
prepare() {