summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJulian Geywitz2020-01-06 23:13:59 +0100
committerJulian Geywitz2020-01-06 23:13:59 +0100
commit1ff4ce6e70129819e22d009d6c32ec11aa60c740 (patch)
tree82d6ba2c48ac025331a02f896bac003769a2980b
parent36991c03981b51aa64e8e0d2e103d42074d0f3b4 (diff)
downloadaur-1ff4ce6e70129819e22d009d6c32ec11aa60c740.tar.gz
version bump
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ac12a571f6c5..4fde1388a9e0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = cozy-audiobooks
pkgdesc = A modern audio book player for Linux using GTK+ 3.
- pkgver = 0.6.10
+ pkgver = 0.6.11
pkgrel = 1
url = https://github.com/geigi/cozy
arch = i686
@@ -21,8 +21,8 @@ pkgbase = cozy-audiobooks
depends = python-peewee
depends = file
depends = gst-plugins-good
- source = https://github.com/geigi/cozy/archive/0.6.10.tar.gz
- sha256sums = 488876033927a3fc2b584cf483768f185a301ee9e3ae11acab69fa280a51a55d
+ source = https://github.com/geigi/cozy/archive/0.6.11.tar.gz
+ sha256sums = 02c8ef89e80e6cc8dd384b10a2310a4ea7a15be92b74825f6e2cf4daeba3747c
pkgname = cozy-audiobooks
diff --git a/PKGBUILD b/PKGBUILD
index aa896f639b6c..5ad5594197d9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=cozy-audiobooks
_gitname=cozy
pkgdesc=' A modern audio book player for Linux using GTK+ 3.'
-pkgver=0.6.10
+pkgver=0.6.11
pkgrel=1
url='https://github.com/geigi/cozy'
arch=('i686' 'x86_64')
@@ -15,7 +15,7 @@ depends=(
'gstreamer' 'gtk3' 'python-dbus' 'python-distro' 'python-gobject' 'python-mutagen' 'python-cairo' 'python-peewee' 'file' 'gst-plugins-good'
)
source=( "https://github.com/geigi/cozy/archive/${pkgver}.tar.gz")
-sha256sums=('488876033927a3fc2b584cf483768f185a301ee9e3ae11acab69fa280a51a55d')
+sha256sums=('02c8ef89e80e6cc8dd384b10a2310a4ea7a15be92b74825f6e2cf4daeba3747c')
build() {
cd "cozy-${pkgver}"