summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSilvio Knizek2022-03-26 20:29:15 +0100
committerSilvio Knizek2022-03-26 20:29:15 +0100
commit26062dc90448d44629e2a717a7a83a1d7c18eae2 (patch)
tree02ca4143bc4c656bc09c13e65d155901a837091b
parent18d00518a21ae2441f6133ca5cebae0e2b1c0920 (diff)
downloadaur-26062dc90448d44629e2a717a7a83a1d7c18eae2.tar.gz
Update the Xfce source host
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3827d4fb13fc..3e94bab7822c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,6 @@
-# Generated by mksrcinfo v8
-# Sun Mar 10 17:33:41 UTC 2019
pkgbase = xfconf-git
pkgdesc = A simple client-server configuration storage and query system - git checkout
- pkgver = 4.13.5.r54.gd2b8a3e
+ pkgver = 4.16.0.r102.gb836868
pkgrel = 1
url = http://www.xfce.org/
arch = i686
@@ -18,13 +16,12 @@ pkgbase = xfconf-git
makedepends = chrpath
depends = libxfce4util
depends = dbus-glib
- provides = xfconf=4.13.5.r54.gd2b8a3e
+ provides = xfconf=4.16.0.r102.gb836868
conflicts = xfconf
conflicts = terminal
replaces = xfconf
replaces = terminal
- source = git://git.xfce.org/xfce/xfconf
+ source = git+https://gitlab.xfce.org/xfce/xfconf.git
sha256sums = SKIP
pkgname = xfconf-git
-
diff --git a/PKGBUILD b/PKGBUILD
index b3a6fa6f18db..7744ec9243e7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Silvio Knizek <killermoehre@gmx.net>
_pkgname=xfconf
pkgname="${_pkgname}-git"
-pkgver=4.13.5.r54.gd2b8a3e
+pkgver=4.16.0.r102.gb836868
pkgrel=1
pkgdesc="A simple client-server configuration storage and query system - git checkout"
arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@ makedepends=('intltool' 'git' 'xfce4-dev-tools' 'perl-extutils-depends' 'perl-ex
provides=("${_pkgname}=${pkgver}")
conflicts=("$_pkgname" 'terminal')
replaces=("$_pkgname" 'terminal')
-source=("git://git.xfce.org/xfce/$_pkgname")
+source=("git+https://gitlab.xfce.org/xfce/${_pkgname}.git")
sha256sums=('SKIP')
pkgver() {
cd "$srcdir/$_pkgname"