summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorFalk Alexander Seidl2019-11-07 12:43:06 +0200
committerFalk Alexander Seidl2019-11-07 12:43:06 +0200
commit7bd9c0839bfe0c7980a47f175572c0d15d210ef1 (patch)
tree9af1c17fdc377c910a179bd8922fbf672e9b526f /PKGBUILD
parent717d08a00ff1b1a0aae9d17492ecf3be3f5e0bb6 (diff)
downloadaur-sequeler-git.tar.gz
Fix conflicts and provides fields
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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')