summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAntonin Décimo2021-11-01 19:42:00 +0100
committerAntonin Décimo2021-11-01 19:42:00 +0100
commitf7ee8374f5278759fb2fc86a82f3bed2e7a8671f (patch)
treeea48b3e71c7dbabce4d90d17ba9ffcf7d8152dbd
parentb68be6c9ef0bab9557153f8d714bce0cf7f317d6 (diff)
downloadaur-f7ee8374f5278759fb2fc86a82f3bed2e7a8671f.tar.gz
Switch wlroots dev repo to freedesktop.org GitLab
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6e4314d16948..660c9bbc2e4c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = wlroots-git
pkgdesc = Modular Wayland compositor library (git version)
- pkgver = 0.14.0.r303.gf7ea33da
+ pkgver = 0.14.0.r330.gd1b75674
pkgrel = 1
- url = https://github.com/swaywm/wlroots
+ url = https://gitlab.freedesktop.org/wlroots/wlroots
arch = x86_64
license = custom:MIT
makedepends = git
@@ -27,7 +27,7 @@ pkgbase = wlroots-git
provides = wlroots=0.14.0
conflicts = wlroots
options = debug
- source = wlroots-git::git+https://github.com/swaywm/wlroots
+ source = wlroots-git::git+https://gitlab.freedesktop.org/wlroots/wlroots
sha512sums = SKIP
pkgname = wlroots-git
diff --git a/PKGBUILD b/PKGBUILD
index 66200127e835..98963cea0c93 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,11 @@
# Maintainer: Adrian Perez de Castro <aperez@igalia.com>
# Maintainer: Antonin Décimo <antonin dot decimo at gmail dot com>
pkgname=wlroots-git
-pkgver=0.14.0.r303.gf7ea33da
+pkgver=0.14.0.r330.gd1b75674
pkgrel=1
license=(custom:MIT)
pkgdesc='Modular Wayland compositor library (git version)'
-url=https://github.com/swaywm/wlroots
+url=https://gitlab.freedesktop.org/wlroots/wlroots
arch=(x86_64)
provides=("libwlroots.so" "wlroots=${pkgver%%.r*}")
conflicts=(wlroots)