summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGithub Actions2020-03-01 18:12:12 +0000
committerGithub Actions2020-03-01 18:12:12 +0000
commit9a7653de10214649ff93065524c80f328680f7b4 (patch)
tree659a06665ae8c444aeb103c0f4ba296f1db4c756
parent1f206e6fcf50f1c2989dcab81640fde1c2876b76 (diff)
downloadaur-9a7653de10214649ff93065524c80f328680f7b4.tar.gz
Bump version to 0.6.14
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1cdcf01243d6..d3b0be6d52b5 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.13
+ pkgver = 0.6.14
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.13.tar.gz
- sha256sums = 663fa675d309e147d1eeb341693797435ddab57aad0e1ed260569d8aab6d95aa
+ source = https://github.com/geigi/cozy/archive/0.6.14.tar.gz
+ sha256sums = f8c848b9a261d476aa91d8cd4127f87174e5d11c3aa550c247ff12dc08cb35ac
pkgname = cozy-audiobooks
diff --git a/PKGBUILD b/PKGBUILD
index bfece2aaa810..db08340cbfaf 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.13
+pkgver=0.6.14
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=('663fa675d309e147d1eeb341693797435ddab57aad0e1ed260569d8aab6d95aa')
+sha256sums=('f8c848b9a261d476aa91d8cd4127f87174e5d11c3aa550c247ff12dc08cb35ac')
build() {
cd "cozy-${pkgver}"