summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBart Libert2020-09-01 09:04:06 +0200
committerBart Libert2020-09-01 09:04:06 +0200
commitcb706eec915f0040ffe24503d904265f1b44d33d (patch)
tree683b82f5d4ae9a0fbff365b8ebcbd8d5460a6ead
parent72e5b478819f342431f7deb24da6764575aa605b (diff)
downloadaur-cb706eec915f0040ffe24503d904265f1b44d33d.tar.gz
Update conflicts/provides info
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d24593448583..5c491808d027 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -8,7 +8,7 @@ pkgbase = jasmine-gjs-git
makedepends = git
makedepends = meson
depends = gjs
- provides = jasmine-gjs
+ provides = jasmine
conflicts = jasmine-gjs
source = jasmine-gjs-git::git+https://github.com/ptomato/jasmine-gjs.git
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index b82167f65f0e..3e5f5fab4a23 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,8 +11,8 @@ url='https://github.com/ptomato/jasmine-gjs'
license=('MIT')
depends=('gjs')
makedepends=('git' 'meson')
-provides=("${pkgname%-git}")
-conflicts=("${pkgname%-git}")
+provides=("jasmine")
+conflicts=("jasmine-gjs")
source=("$pkgname::git+https://github.com/ptomato/jasmine-gjs.git")
sha256sums=('SKIP')