summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDan Johansen2019-12-27 09:56:10 +0100
committerDan Johansen2019-12-27 09:56:10 +0100
commit78e9a05cdb5bfc5255027868ea92ef5e1ed69e7a (patch)
tree34979d6f360674dca9829e9aee29cd19f84d1971 /PKGBUILD
parentd2166b256f8c5e95330efa06d4b41d8328e03dde (diff)
downloadaur-griffith.tar.gz
updated optional dependencies
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b732fbdc4dcb..ddd887bd80f3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -13,7 +13,7 @@
pkgname="griffith"
pkgver=0.15
-pkgrel=2
+pkgrel=3
_gitcommit=05b5803f770818d6309b0946e77de6e523b51fc9
pkgdesc="Movie collection manager application"
arch=('any')
@@ -21,13 +21,13 @@ url="https://gitlab.com/Strit/griffith"
license=('GPL2')
depends=('python-gobject' 'sqlite' 'python-reportlab' 'python-pillow' 'python-sqlalchemy')
optdepends=('python-psycopg2: postgreSQL support'
+ 'python-mysql-connector: MySQL support'
'mysql-python: MySQL support'
'python-chardet: encoding detection of imported CSV files'
- 'python-gtkspell: spell checking support'
'griffith-extra-artwork: additional icons'
'python-tmdbsimple: For TMDB Import support')
source=("$pkgname-$pkgver-$pkgrel.tar.gz::$url/repository/$pkgver/archive.tar.gz")
-sha256sums=('SKIP')
+md5sums=('ef1d4c76df5ed58bff6bb9fae68555ce')
build() {
#cd "${pkgname}-${pkgver}"