summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJose Riha2021-03-17 23:16:01 +0100
committerJose Riha2021-03-17 23:16:01 +0100
commit78523c75289f1cdf83916c4728debf570c079fd3 (patch)
tree71906994429c3c6e118506b0392d718de906e6bb
parentbc73eb5d751fa10f48cf8a8d112e55f46bb10b93 (diff)
downloadaur-sqlcrush-git.tar.gz
Add python-setuptools to makedeps (thanks @yan12125)
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d16b89483ade..a81fedafd717 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,12 @@
pkgbase = sqlcrush-git
pkgdesc = console based database editor
pkgver = r26.502a583
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/coffeeandscripts/sqlcrush
arch = any
license = GPL
makedepends = git
+ makedepends = python-setuptools
depends = python-sqlalchemy
conflicts = sqlcrush
source = sqlcrush-git::git+https://github.com/coffeeandscripts/sqlcrush.git
diff --git a/PKGBUILD b/PKGBUILD
index f29179132745..2d463b4d1e46 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,11 +3,11 @@
pkgname=sqlcrush-git
_pkgname=sqlcrush
pkgver=r26.502a583
-pkgrel=1
+pkgrel=2
pkgdesc="console based database editor"
url="https://github.com/coffeeandscripts/sqlcrush"
depends=('python-sqlalchemy')
-makedepends=('git')
+makedepends=('git' 'python-setuptools')
conflicts=('sqlcrush')
license=('GPL')
arch=('any')