summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin Majewski2021-08-06 21:57:29 +0200
committerKevin Majewski2021-08-06 21:57:29 +0200
commit3993673d2d796735b22f48740c31a08287cb1ca2 (patch)
tree0b4ca442a35d58aec0ab5a153a33f78fe7608f76
parentfb8e2d7d0695675967cf1ae57a0318816e652ebb (diff)
downloadaur-3993673d2d796735b22f48740c31a08287cb1ca2.tar.gz
Add provides and conflicts
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 81a35cb4ed7e..e3d9e7c5c597 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,12 +2,14 @@ pkgbase = libxcvt-git
pkgdesc = libxcvt is a library providing a standalone version of the X server implementation of the VESA CVT standard timing modelines generator.
pkgver = 0.1.0+2+gdb5141a
pkgrel = 1
- url = https://github.com/Unrud/video-downloader
+ url = https://gitlab.freedesktop.org/xorg/lib/libxcvt
arch = any
license = custom
makedepends = git
makedepends = meson
depends = glibc
+ provides = libxcvt
+ conflicts = libxcvt
source = git+https://gitlab.freedesktop.org/xorg/lib/libxcvt.git
b2sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index ad32cc57a333..b79776f30f4c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,11 +4,13 @@ pkgver=0.1.0+2+gdb5141a
pkgrel=1
pkgdesc="libxcvt is a library providing a standalone version of the X server implementation of the VESA CVT standard timing modelines generator."
arch=(any)
-url="https://github.com/Unrud/video-downloader"
+url="https://gitlab.freedesktop.org/xorg/lib/libxcvt"
license=('custom')
depends=('glibc')
+provides=("${_pkgname}")
+conflicts=("${_pkgname}")
makedepends=('git' 'meson')
-source=("git+https://gitlab.freedesktop.org/xorg/lib/libxcvt.git")
+source=("git+${url}.git")
b2sums=('SKIP')
pkgver() {