summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorEli Schwartz2019-03-04 20:34:51 -0500
committerEli Schwartz2019-03-04 20:34:51 -0500
commite842b714ca801b633a742cdc21de275b8c6c1894 (patch)
tree5c8ca58ae3f6074f09dfa897c475418969fd11c9 /PKGBUILD
parentaf9e520e84a2106647f3160551c9cc327043972c (diff)
downloadaur-e842b714ca801b633a742cdc21de275b8c6c1894.tar.gz
upgpkg: cjs-git 4.0.0.r2.gea081f32-2
fix missing provides/conflicts
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 3 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 929e3dd5ee8b..571d96f518b7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=cjs-git
pkgver=4.0.0.r2.gea081f32
-pkgrel=1
+pkgrel=2
pkgdesc="Javascript Bindings for Cinnamon"
arch=('i686' 'x86_64')
url="https://github.com/linuxmint/${pkgname%-git}"
@@ -12,6 +12,8 @@ license=('GPL')
depends=('dbus-glib' 'gtk3' 'gobject-introspection-runtime' 'js52')
makedepends=('git' 'autoconf-archive' 'gobject-introspection')
checkdepends=('xorg-server-xvfb')
+provides=("${pkgname%-git}")
+conflicts=("${pkgname%-git}")
source=("git+${url}.git")
sha512sums=('SKIP')