summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Johansen2019-12-27 09:56:10 +0100
committerDan Johansen2019-12-27 09:56:10 +0100
commit78e9a05cdb5bfc5255027868ea92ef5e1ed69e7a (patch)
tree34979d6f360674dca9829e9aee29cd19f84d1971
parentd2166b256f8c5e95330efa06d4b41d8328e03dde (diff)
downloadaur-78e9a05cdb5bfc5255027868ea92ef5e1ed69e7a.tar.gz
updated optional dependencies
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6d121056e4b7..60bf8e66aa0a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = griffith
pkgdesc = Movie collection manager application
pkgver = 0.15
- pkgrel = 2
+ pkgrel = 3
url = https://gitlab.com/Strit/griffith
arch = any
license = GPL2
@@ -11,13 +11,13 @@ pkgbase = griffith
depends = python-pillow
depends = python-sqlalchemy
optdepends = python-psycopg2: postgreSQL support
+ optdepends = python-mysql-connector: MySQL support
optdepends = mysql-python: MySQL support
optdepends = python-chardet: encoding detection of imported CSV files
- optdepends = python-gtkspell: spell checking support
optdepends = griffith-extra-artwork: additional icons
optdepends = python-tmdbsimple: For TMDB Import support
- source = griffith-0.15-2.tar.gz::https://gitlab.com/Strit/griffith/repository/0.15/archive.tar.gz
- sha256sums = SKIP
+ source = griffith-0.15-3.tar.gz::https://gitlab.com/Strit/griffith/repository/0.15/archive.tar.gz
+ md5sums = ef1d4c76df5ed58bff6bb9fae68555ce
pkgname = griffith
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}"