summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authoratomlong2021-10-23 19:41:58 +0800
committeratomlong2021-10-23 19:41:58 +0800
commit37355a10a690321aee0845833c0d893fdb61f816 (patch)
tree9f18d92cf2f47112660366c95492e5cc47889034 /PKGBUILD
parent4b122301127f61619cddaf9c6181c9d65c63dff5 (diff)
downloadaur-quickjspp-git.tar.gz
conflicts with quickjs
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 23344893a846..da7bd7fca5fc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,14 @@
pkgname=quickjspp-git
pkgver=20210913
-pkgrel=4
+pkgrel=5
pkgdesc='QuickJS C++ wrapper'
url='https://github.com/ftk/quickjspp'
arch=('x86_64' 'i686' 'arm' 'armv6h' 'armv7h' 'aarch64')
license=('CC0')
provides=("${pkgname%-git}")
-conflicts=("${pkgname%-git}")
+conflicts=("${pkgname%-git}"
+ "quickjs")
source=("${pkgname%-git}::git+${url}.git")
sha256sums=('SKIP')
makedepends=('cmake' 'git')