summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSefa Eyeoglu2021-12-29 12:12:08 +0100
committerSefa Eyeoglu2021-12-29 12:12:08 +0100
commitbf3e05acc6522d57553c14571551667519fdb4ad (patch)
treef4ceaccab4a4676159ac2dd9da4caa3bda5ec1ee
parent9e69e26b64082b7f0ef8ddc2469bfd3dd6fca019 (diff)
downloadaur-bf3e05acc6522d57553c14571551667519fdb4ad.tar.gz
upgpkg: libliftoff-git 0.1.0.r31.g2e1dd93-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 13ae25e7fff7..93e9f59c4c79 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = libliftoff-git
pkgdesc = Lightweight KMS plane library
- pkgver = 0.1.0.r26.ge777229
+ pkgver = 0.1.0.r31.g2e1dd93
pkgrel = 1
- url = https://github.com/emersion/libliftoff
+ url = https://gitlab.freedesktop.org/emersion/libliftoff
arch = x86_64
license = custom:MIT
makedepends = git
@@ -11,7 +11,7 @@ pkgbase = libliftoff-git
depends = libdrm
provides = libliftoff
conflicts = libliftoff
- source = libliftoff-git::git+https://github.com/emersion/libliftoff.git
+ source = libliftoff-git::git+https://gitlab.freedesktop.org/emersion/libliftoff.git
sha512sums = SKIP
pkgname = libliftoff-git
diff --git a/PKGBUILD b/PKGBUILD
index c2d491307fb1..2857b2619b68 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,17 +1,17 @@
# Maintainer: Sefa Eyeoglu <contact@scrumplex.net>
pkgname=libliftoff-git
-pkgver=0.1.0.r26.ge777229
+pkgver=0.1.0.r31.g2e1dd93
pkgrel=1
pkgdesc="Lightweight KMS plane library"
arch=(x86_64)
-url="https://github.com/emersion/libliftoff"
+url="https://gitlab.freedesktop.org/emersion/libliftoff"
license=("custom:MIT")
depends=("libdrm")
makedepends=("git" "meson" "ninja")
provides=("libliftoff")
conflicts=("libliftoff")
-source=("$pkgname::git+https://github.com/emersion/libliftoff.git")
+source=("$pkgname::git+https://gitlab.freedesktop.org/emersion/libliftoff.git")
sha512sums=('SKIP')