summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTed Alff2020-05-12 15:41:49 -0400
committerTed Alff2020-05-12 15:41:49 -0400
commit60de5a9aa5a927bf3f1d8feb147c9bb6c67e90a0 (patch)
tree7b1f63f565652cb5e9fbdc9d690ab9424a78751c
parent72e68a8b0412c3712c40ec5e5603757e2529dc43 (diff)
downloadaur-60de5a9aa5a927bf3f1d8feb147c9bb6c67e90a0.tar.gz
Update source to gitlab.xfce.org
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD8
2 files changed, 10 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e0c273ff9417..93a594e267bc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,12 @@
pkgbase = xfce4-session-git
pkgdesc = Xfce session manager (git checkout)
- pkgver = 4.13.2+1+g0b1e5933
+ pkgver = 4.14.0+149+g21feddd2
pkgrel = 1
url = https://www.xfce.org/
- arch = i686
arch = x86_64
+ arch = i686
+ arch = armv7h
+ arch = aarch64
license = GPL2
makedepends = intltool
makedepends = git
@@ -22,10 +24,10 @@ pkgbase = xfce4-session-git
optdepends = xfce4-screensaver: for locking screen with xflock4
optdepends = xscreensaver: for locking screen with xflock4
optdepends = gnome-screensaver: for locking screen with xflock4
- provides = xfce4-session=4.13.2
+ provides = xfce4-session=4.14.0
conflicts = xfce4-session
replaces = xfce-utils
- source = xfce4-session::git://git.xfce.org/xfce/xfce4-session
+ source = xfce4-session::git+https://gitlab.xfce.org/xfce/xfce4-session
source = xfce-polkit-gnome-authentication-agent-1.desktop
sha256sums = SKIP
sha256sums = 74c94c5f7893d714e04ec7d8b8520c978a5748757a0cdcf5128492f09f31b643
diff --git a/PKGBUILD b/PKGBUILD
index 94d64a9dc290..23a708b1033d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,10 +8,10 @@
_pkgname=xfce4-session
pkgname=${_pkgname}-git
-pkgver=4.13.2+1+g0b1e5933
+pkgver=4.14.0+149+g21feddd2
pkgrel=1
pkgdesc="Xfce session manager (git checkout)"
-arch=('i686' 'x86_64')
+arch=('x86_64' 'i686' 'armv7h' 'aarch64')
url="https://www.xfce.org/"
license=('GPL2')
depends=('libxfce4ui' 'libwnck3' 'libsm' 'polkit' 'xorg-iceauth' 'xorg-xinit'
@@ -24,14 +24,14 @@ optdepends=('gnome-keyring: for keyring support when GNOME compatibility is enab
provides=("${_pkgname}=${pkgver%%+*}")
conflicts=("${_pkgname}")
replaces=('xfce-utils')
-source=("${_pkgname}::git://git.xfce.org/xfce/xfce4-session"
+source=("${_pkgname}::git+https://gitlab.xfce.org/xfce/${_pkgname}"
'xfce-polkit-gnome-authentication-agent-1.desktop')
sha256sums=('SKIP'
'74c94c5f7893d714e04ec7d8b8520c978a5748757a0cdcf5128492f09f31b643')
pkgver() {
cd "$srcdir/${_pkgname}"
- git describe --long | sed -r "s/^${_pkgname}-//;s/-/+/g"
+ git describe --long --tags | sed -r "s:^${_pkgname}.::;s/^v//;s/^xfce-//;s/-/+/g"
}
build() {