summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 546fa328818d..5f62e52d520a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,13 @@
pkgbase = mysql2sqlite-git
pkgdesc = Converts MySQL dump to SQLite3 compatible dump
pkgver = r54.d14d22a
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/dumblob/mysql2sqlite
arch = any
license = MIT
makedepends = git
depends = awk
+ provides = mysql2sqlite
source = git+https://github.com/dumblob/mysql2sqlite.git
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 4a7f97b805b1..0dcf4fffcfd8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,14 @@
# Maintainer: Kasimir Wansing <kasimir at wansing dot org>
pkgname=mysql2sqlite-git
pkgver=r54.d14d22a
-pkgrel=1
+pkgrel=2
pkgdesc="Converts MySQL dump to SQLite3 compatible dump"
arch=("any")
url="https://github.com/dumblob/mysql2sqlite"
license=("MIT")
depends=("awk")
makedepends=("git")
+provides=("mysql2sqlite")
source=('git+https://github.com/dumblob/mysql2sqlite.git')
sha256sums=('SKIP')