summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrey Vihrov2020-05-03 15:00:49 +0300
committerAndrey Vihrov2020-05-03 15:00:49 +0300
commit0e95ec055470040b59705d6f1dd2a9049b9faf4d (patch)
tree064541ae7d606c7797ed0b3e9410add6cb5a6056
parent7ff2a0a97c12201e4075786f5bd2f3b1224a0f6a (diff)
downloadaur-0e95ec055470040b59705d6f1dd2a9049b9faf4d.tar.gz
Update URLs to Xfce GitLab
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9fbd212d71ab..e2bb032be332 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = xfwm4-git
pkgdesc = Xfce window manager (git version)
- pkgver = 4.14.0+60+gdbaecb3e0
- pkgrel = 2
- url = https://git.xfce.org/xfce/xfwm4
+ pkgver = 4.14.0+169+gb835473b2
+ pkgrel = 1
+ url = https://gitlab.xfce.org/xfce/xfwm4
arch = i686
arch = x86_64
groups = xfce4
@@ -15,7 +15,7 @@ pkgbase = xfwm4-git
depends = libxpresent
provides = xfwm4
conflicts = xfwm4
- source = git://git.xfce.org/xfce/xfwm4
+ source = git+https://gitlab.xfce.org/xfce/xfwm4.git
sha256sums = SKIP
pkgname = xfwm4-git
diff --git a/PKGBUILD b/PKGBUILD
index cf37b1e4a311..24a0692bb502 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,18 +4,18 @@
# Contributor: cute.tec@gmail.com
pkgname=xfwm4-git
-pkgver=4.14.0+60+gdbaecb3e0
-pkgrel=2
+pkgver=4.14.0+169+gb835473b2
+pkgrel=1
pkgdesc="Xfce window manager (git version)"
arch=('i686' 'x86_64')
-url="https://git.xfce.org/xfce/xfwm4"
+url="https://gitlab.xfce.org/xfce/xfwm4"
license=('GPL2')
groups=('xfce4')
depends=('libxfce4ui' 'libwnck3' 'libxpresent')
makedepends=('git' 'xfce4-dev-tools' 'exo')
provides=('xfwm4')
conflicts=('xfwm4')
-source=("git://git.xfce.org/xfce/xfwm4") # TODO: https
+source=("git+https://gitlab.xfce.org/xfce/xfwm4.git")
sha256sums=('SKIP')
pkgver() {