summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJose Riha2020-01-27 22:38:44 +0100
committerJose Riha2020-01-27 22:38:44 +0100
commitbc73eb5d751fa10f48cf8a8d112e55f46bb10b93 (patch)
tree496bfe898203a4a1490dcfa613baa50d38a2ad69
parentaa77127c343238b97a3ae4b1b14b880578dc0889 (diff)
downloadaur-bc73eb5d751fa10f48cf8a8d112e55f46bb10b93.tar.gz
Update and fix deps
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0360af60241d..d16b89483ade 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,12 @@
-# Generated by mksrcinfo v8
-# Sun Jul 22 11:30:11 UTC 2018
pkgbase = sqlcrush-git
pkgdesc = console based database editor
- pkgver = r24.b5f6868
+ pkgver = r26.502a583
pkgrel = 1
url = https://github.com/coffeeandscripts/sqlcrush
arch = any
license = GPL
makedepends = git
- depends = python
+ depends = python-sqlalchemy
conflicts = sqlcrush
source = sqlcrush-git::git+https://github.com/coffeeandscripts/sqlcrush.git
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index aade66b5d810..f29179132745 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,11 +2,11 @@
pkgname=sqlcrush-git
_pkgname=sqlcrush
-pkgver=r24.b5f6868
+pkgver=r26.502a583
pkgrel=1
pkgdesc="console based database editor"
url="https://github.com/coffeeandscripts/sqlcrush"
-depends=('python')
+depends=('python-sqlalchemy')
makedepends=('git')
conflicts=('sqlcrush')
license=('GPL')