summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorasm0dey2019-09-10 23:12:00 +0300
committerasm0dey2019-09-10 23:16:34 +0300
commit6b5677a08180f56bcd7ffd30f9bd2589ec847fd1 (patch)
treed5f65d72a6751bc314273c7aec1e2b63ccf9fcf4
parentf53e71665a6486659f7a20210a0cb917c0ea6f99 (diff)
downloadaur-6b5677a08180f56bcd7ffd30f9bd2589ec847fd1.tar.gz
upgpkg: cozy-audiobooks 0.6.8-1
upstream release
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c64227c638d0..97d8f59fa9e2 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.7
+ pkgver = 0.6.8
pkgrel = 1
url = https://github.com/geigi/cozy
arch = i686
@@ -20,8 +20,8 @@ pkgbase = cozy-audiobooks
depends = python-peewee
depends = file
depends = gst-plugins-good
- source = https://github.com/geigi/cozy/archive/0.6.7.tar.gz
- sha256sums = af7f70ec2e09bae87d3640d72bdbc19856de964b571d0c803ada52e52fa1e466
+ source = https://github.com/geigi/cozy/archive/0.6.8.tar.gz
+ sha256sums = a39dda0bfbba38a6e4457da34328f5a8e871eff0a48fcb7b82faf5f9e412bdd8
pkgname = cozy-audiobooks
diff --git a/PKGBUILD b/PKGBUILD
index 6a4fa6a07ada..36a22b7c4e28 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.7
+pkgver=0.6.8
pkgrel=1
url='https://github.com/geigi/cozy'
arch=('i686' 'x86_64')
@@ -15,7 +15,7 @@ depends=(
'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=('af7f70ec2e09bae87d3640d72bdbc19856de964b571d0c803ada52e52fa1e466')
+sha256sums=('a39dda0bfbba38a6e4457da34328f5a8e871eff0a48fcb7b82faf5f9e412bdd8')
build() {
cd "cozy-${pkgver}"