summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f2b5a2f365fd..0e60d20e9365 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = quickjspp-git
pkgdesc = QuickJS C++ wrapper
pkgver = 20210913
- pkgrel = 4
+ pkgrel = 5
url = https://github.com/ftk/quickjspp
arch = x86_64
arch = i686
@@ -14,6 +14,7 @@ pkgbase = quickjspp-git
makedepends = git
provides = quickjspp
conflicts = quickjspp
+ conflicts = quickjs
options = !strip
source = quickjspp::git+https://github.com/ftk/quickjspp.git
sha256sums = SKIP
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')