summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorbtd13372019-03-24 00:10:32 -0300
committerbtd13372019-03-24 00:10:32 -0300
commitb18cc2a62568d2734d199c2a9aee4dbbb8c6281a (patch)
treee8e4c0d8e5c17fadb9a442d52a32e0d376d0d15d
parent142010617cab31c2a920a9d564336ddbe3a8fe37 (diff)
downloadaur-b18cc2a62568d2734d199c2a9aee4dbbb8c6281a.tar.gz
fixup! fixup! Initial release
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8dfef3022df4..cb0edd8d7b73 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -18,8 +18,8 @@ pkgbase = spectator-rest-client-git
depends = libgee
depends = webkit2gtk
optdepends = lib32-json-glib
- provides = spectator
- conflicts = spectator
+ provides = spectator-rest-client
+ conflicts = spectator-rest-client
source = git+https://github.com/treagod/spectator.git
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index c385e092195c..6cf359457f9f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -13,8 +13,8 @@ license=('GPL3')
depends=('duktape' 'granite' 'gtk3' 'gtksourceview3' 'json-glib' 'libgee' 'webkit2gtk')
optdepends=('lib32-json-glib')
makedepends=('git' 'meson' 'ninja' 'vala')
-provides=("${_gitname}")
-conflicts=("${_gitname}")
+provides=("${_gitname}-rest-client")
+conflicts=("${_gitname}-rest-client")
source=("git+${url}.git")
md5sums=('SKIP')