summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGithub Actions2020-03-09 12:08:50 +0000
committerGithub Actions2020-03-09 12:08:50 +0000
commitb5a6f599fa952a5d08df7f6eb13f0f9072e35d19 (patch)
treee7088d35c81172baaa8363c98afd9064b09ceb27
parent9a7653de10214649ff93065524c80f328680f7b4 (diff)
downloadaur-b5a6f599fa952a5d08df7f6eb13f0f9072e35d19.tar.gz
Bump version to 0.6.15
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d3b0be6d52b5..8ad447b23539 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.14
+ pkgver = 0.6.15
pkgrel = 1
url = https://github.com/geigi/cozy
arch = i686
@@ -23,8 +23,8 @@ pkgbase = cozy-audiobooks
depends = python-peewee
depends = file
depends = gst-plugins-good
- source = https://github.com/geigi/cozy/archive/0.6.14.tar.gz
- sha256sums = f8c848b9a261d476aa91d8cd4127f87174e5d11c3aa550c247ff12dc08cb35ac
+ source = https://github.com/geigi/cozy/archive/0.6.15.tar.gz
+ sha256sums = b8bad69651399ab0ea07918694eb87821b50b90f68410874c78b669feeda88ae
pkgname = cozy-audiobooks
diff --git a/PKGBUILD b/PKGBUILD
index db08340cbfaf..5eee2983eb64 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.14
+pkgver=0.6.15
pkgrel=1
url='https://github.com/geigi/cozy'
arch=('i686' 'x86_64')
@@ -15,7 +15,7 @@ depends=(
'gstreamer' 'gtk3' 'python-dbus' 'python-distro' 'python-requests' 'python-pytz' 'python-gobject' 'python-mutagen' 'python-cairo' 'python-peewee' 'file' 'gst-plugins-good'
)
source=( "https://github.com/geigi/cozy/archive/${pkgver}.tar.gz")
-sha256sums=('f8c848b9a261d476aa91d8cd4127f87174e5d11c3aa550c247ff12dc08cb35ac')
+sha256sums=('b8bad69651399ab0ea07918694eb87821b50b90f68410874c78b669feeda88ae')
build() {
cd "cozy-${pkgver}"