summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4af538223d45..c79fb5f79caf 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -18,6 +18,8 @@ pkgbase = sequeler-git
depends = libgda-postgres
depends = gtksourceview3
source = git+https://github.com/Alecaddd/sequeler.git
+ conflicts = sequeler
+ provides = sequeler
md5sums = SKIP
pkgname = sequeler-git
diff --git a/PKGBUILD b/PKGBUILD
index 30fc7597780a..3cc24f219444 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,8 +10,8 @@ url="https://github.com/Alecaddd/sequeler"
license=('GPL3')
depends=('gtk3' 'granite' 'libxml2' 'libgda' 'libgda-mysql' 'libgda-postgres' 'gtksourceview3')
makedepends=('git' 'meson' 'ninja' 'vala')
-provides=("$_pkgname")
-conflicts=("$_pkgname")
+provides=("$_gitname")
+conflicts=("$_gitname")
source=("git+https://github.com/Alecaddd/sequeler.git")
md5sums=('SKIP')