summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDimitris Kiziridis2020-08-25 07:29:50 +0300
committerDimitris Kiziridis2020-08-25 07:29:50 +0300
commit1b3a727246711ab6221c523140c25be0c7f8cab8 (patch)
tree3b262de5a671576de9607047cb4786df1db84d49
parent37b52d93915b5f1da476154fc5e363f3e9426ea9 (diff)
downloadaur-1b3a727246711ab6221c523140c25be0c7f8cab8.tar.gz
add python-apsw to depends array
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 55968952d8b1..288cfabbdcaf 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = cozy-audiobooks-git
pkgdesc = A modern audio book player for Linux and macOS using GTK+ 3
- pkgver = 0.6.18.r1.g9d3d883
+ pkgver = 0.6.18.r31.g1e02567
pkgrel = 1
url = https://cozy.geigi.de
arch = i686
@@ -23,6 +23,7 @@ pkgbase = cozy-audiobooks-git
depends = python-cairo
depends = python-peewee
depends = gst-plugins-good
+ depends = python-apsw
provides = cozy-audiobooks
conflicts = cozy-audiobooks
source = cozy-audiobooks::git+https://github.com/geigi/cozy
diff --git a/PKGBUILD b/PKGBUILD
index d4aa63a10b07..1a79299bb78f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=cozy-audiobooks-git
_gitname=cozy
pkgdesc='A modern audio book player for Linux and macOS using GTK+ 3'
-pkgver=0.6.18.r1.g9d3d883
+pkgver=0.6.18.r31.g1e02567
pkgrel=1
url='https://cozy.geigi.de'
arch=('i686' 'x86_64')
@@ -23,7 +23,8 @@ depends=('appstream-glib'
'python-mutagen'
'python-cairo'
'python-peewee'
- 'gst-plugins-good')
+ 'gst-plugins-good'
+ 'python-apsw')
makedepends=('meson' 'ninja' 'git')
source=("cozy-audiobooks::git+https://github.com/geigi/cozy")
sha256sums=('SKIP')