summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--.gitignore4
-rw-r--r--PKGBUILD4
3 files changed, 4 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8448146362f9..306b13913c5f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = qca-qt5-git
pkgdesc = Qt Cryptographic Architecture
pkgver = 2.3.3_r2427.g7ead0544
- pkgrel = 1
+ pkgrel = 2
url = https://userbase.kde.org/QCA
arch = x86_64
license = LGPL
@@ -17,6 +17,7 @@ pkgbase = qca-qt5-git
optdepends = botan: botan plugin
provides = qca-qt5
provides = qca
+ provides = qca-git
conflicts = qca-qt5
conflicts = qca
conflicts = qca-git
diff --git a/.gitignore b/.gitignore
deleted file mode 100644
index 05c6d4d4c97b..000000000000
--- a/.gitignore
+++ /dev/null
@@ -1,4 +0,0 @@
-*
-!.gitignore
-!.SRCINFO
-!PKGBUILD
diff --git a/PKGBUILD b/PKGBUILD
index 3ec3b3314ff5..5fed95a94743 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
pkgname=qca-qt5-git
pkgver=2.3.3_r2427.g7ead0544
-pkgrel=1
+pkgrel=2
pkgdesc='Qt Cryptographic Architecture'
arch=($CARCH)
url='https://userbase.kde.org/QCA'
@@ -14,7 +14,7 @@ depends=(qt5-base nss ca-certificates)
optdepends=('pkcs11-helper: PKCS-11 plugin' 'botan: botan plugin')
makedepends=(git cmake doxygen pkcs11-helper botan)
conflicts=(${pkgname%-git} qca qca-git)
-provides=(${pkgname%-git} qca)
+provides=(${pkgname%-git} qca qca-git)
replaces=(qca-git)
source=("git+https://github.com/KDE/${pkgname%%-*}.git")
sha256sums=('SKIP')