summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgeigi2018-06-12 13:13:39 +0200
committergeigi2018-06-12 13:13:39 +0200
commit1e340eaf816d70b2e6842feca217eb5c073d9bac (patch)
treed522f874ff2e37c6537d2da6e71fafc98c5e601a
parent9bc61d71d5733bc507882bce799fcd71142e2c0d (diff)
downloadaur-1e340eaf816d70b2e6842feca217eb5c073d9bac.tar.gz
Version Bump
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 72d857613cfa..4cb1b71206da 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -18,9 +18,10 @@ pkgbase = cozy-audiobooks
depends = python-mutagen
depends = python-peewee
depends = python-cairo
+ depends = file
depends = gst-plugins-good
- source = https://github.com/geigi/cozy/archive/0.5.5.tar.gz
- sha256sums = 9156592386aaa8ab6acddfad186b6427edad0d17808f5adb169dd1dc19727701
+ source = https://github.com/geigi/cozy/archive/0.6.0.tar.gz
+ sha256sums = c664546244c182204f1db23fc677b56146315c89a1f7a116d35de5d9d94cf1b6
pkgname = cozy-audiobooks
diff --git a/PKGBUILD b/PKGBUILD
index ed1cba627645..320adf34d719 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=cozy-audiobooks
_gitname=cozy
pkgdesc=' A modern audio book player for Linux using GTK+ 3.'
-pkgver=0.5.5
+pkgver=0.6.0
pkgrel=1
url='https://github.com/geigi/cozy'
arch=('i686' 'x86_64')
@@ -11,14 +11,14 @@ license=('GPL3')
makedepends=('meson' 'ninja')
depends=(
'appstream-glib' 'desktop-file-utils' 'gst-python'
- 'gstreamer' 'gtk3' 'python-dbus' 'python-gobject' 'python-mutagen' 'python-cairo' 'python-peewee' 'gst-plugins-good'
+ 'gstreamer' 'gtk3' 'python-dbus' 'python-gobject' 'python-mutagen' 'python-cairo' 'python-peewee' 'file' 'gst-plugins-good'
)
source=(
"https://github.com/geigi/cozy/archive/${pkgver}.tar.gz"
)
sha256sums=(
- '9156592386aaa8ab6acddfad186b6427edad0d17808f5adb169dd1dc19727701'
+ 'c664546244c182204f1db23fc677b56146315c89a1f7a116d35de5d9d94cf1b6'
)
build() {