summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJaco Malan2019-11-08 17:48:46 +0200
committerJaco Malan2019-11-08 17:48:46 +0200
commit47c2a5611560af337e1465e9ab9258ecdeab8357 (patch)
treed31e8ebb876e5cf6e7b284149802538ce1403570
parenta62390811e43ac4d938e4b0f33626acf644368e6 (diff)
downloadaur-47c2a5611560af337e1465e9ab9258ecdeab8357.tar.gz
Added provides and conflicts array
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2023ba63c0c3..a714b13e5452 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = libclstl-git
pkgdesc = The CodeLog Standard Template Library
- pkgver = r2.f9a4560
+ pkgver = r2.a623908
pkgrel = 1
url = https://github.com/Code-Log/clstl
arch = any
@@ -8,6 +8,8 @@ pkgbase = libclstl-git
makedepends = clang
makedepends = git
makedepends = cmake
+ provides = libclstl
+ conflicts = libclstl
source = libclstl::git+https://github.com/Code-Log/clstl#branch=master
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 184f86afc8e2..59642042eed6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,10 @@
# Maintainer: Jaco Malan <jacomalan.12@gmail.com>
pkgname=libclstl-git
pkgrel=1
-pkgver=r2.f9a4560
+pkgver=r2.a623908
pkgdesc="The CodeLog Standard Template Library"
+provides=('libclstl')
+conflicts=('libclstl')
arch=('any')
url="https://github.com/Code-Log/clstl"
license=('MIT')