summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdrian Perez de Castro2022-01-05 13:57:40 +0200
committerAdrian Perez de Castro2022-01-05 13:57:40 +0200
commit49c9a5fd8da2c651c2d66a63aaa4e5e291ff295f (patch)
treefdfe5b082b758f2680461d337538249a20062c1f
parent4199586d3a0b0fdd191f9607409efaf12d6ec42b (diff)
downloadaur-49c9a5fd8da2c651c2d66a63aaa4e5e291ff295f.tar.gz
Fix Git repo URL to avoid redirect
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0d5b32b3d881..76585c6374a9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = wlroots-git
pkgdesc = Modular Wayland compositor library (git version)
- pkgver = 0.14.0.r439.g0fcc8422
+ pkgver = 0.15.0.r9.g9988eb33
pkgrel = 1
url = https://gitlab.freedesktop.org/wlroots/wlroots
arch = x86_64
@@ -25,10 +25,10 @@ pkgbase = wlroots-git
depends = vulkan-validation-layers
depends = xorg-xwayland
provides = libwlroots.so
- provides = wlroots=0.14.0
+ provides = wlroots=0.15.0
conflicts = wlroots
options = debug
- source = wlroots-git::git+https://gitlab.freedesktop.org/wlroots/wlroots
+ source = wlroots-git::git+https://gitlab.freedesktop.org/wlroots/wlroots.git
sha512sums = SKIP
pkgname = wlroots-git
diff --git a/PKGBUILD b/PKGBUILD
index daa668e4e348..9edacadb1468 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# 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.r439.g0fcc8422
+pkgver=0.15.0.r9.g9988eb33
pkgrel=1
license=(custom:MIT)
pkgdesc='Modular Wayland compositor library (git version)'
@@ -31,7 +31,7 @@ makedepends=(
vulkan-headers
wayland-protocols
xorgproto)
-source=("${pkgname}::git+${url}")
+source=("${pkgname}::git+${url}.git")
sha512sums=('SKIP')
pkgver () {