kpeoplevcard-git: build against KF6

This commit is contained in:
Rihards Skuja 2024-03-09 12:23:17 +02:00
parent 07be2cb77a
commit abe66f96eb
Signed by: rhssk
GPG Key ID: BABE7EB1F38C7EF6
2 changed files with 7 additions and 7 deletions

View File

@ -1,14 +1,14 @@
pkgbase = kpeoplevcard-git
pkgdesc = Expose VCard contacts to KPeople
pkgver = 0.1.r124.gb84f309
pkgrel = 1
pkgver = 0.1.r139.g73c8f5f
pkgrel = 2
url = https://kde.org
arch = x86_64
license = GPL
makedepends = git
makedepends = extra-cmake-modules
depends = kpeople5
depends = kcontacts5
depends = kpeople
depends = kcontacts
provides = kpeoplevcard
conflicts = kpeoplevcard
source = git+https://invent.kde.org/pim/kpeoplevcard.git

View File

@ -2,13 +2,13 @@
_pkgname=kpeoplevcard
pkgname=$_pkgname-git
pkgver=0.1.r124.gb84f309
pkgrel=1
pkgver=0.1.r139.g73c8f5f
pkgrel=2
pkgdesc='Expose VCard contacts to KPeople'
arch=(x86_64)
url='https://kde.org'
license=(GPL)
depends=(kpeople5 kcontacts5)
depends=(kpeople kcontacts)
makedepends=(git extra-cmake-modules)
provides=($_pkgname)
conflicts=($_pkgname)