summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGithub Actions2020-05-30 21:40:15 +0000
committerGithub Actions2020-05-30 21:40:15 +0000
commit92ed993f06478a4f0b524318c1df11e5b7217e26 (patch)
tree671007c11cb83f56474b92366431444461cd1360
parent14c21fe0d6db7dc1add15782ebcf2bfe7f83a125 (diff)
downloadaur-92ed993f06478a4f0b524318c1df11e5b7217e26.tar.gz
Bump version to 0.6.18
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b3040cecd661..18ff3338768b 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.17
+ pkgver = 0.6.18
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.17.tar.gz
- sha256sums = ef4fd327984d455c032e7ccbce6db98fd8f61a5830dc3e15f5862023f9114367
+ source = https://github.com/geigi/cozy/archive/0.6.18.tar.gz
+ sha256sums = 17c0cb97bd9bb23ed0d1a1471b6f58f138a403cb13f85b23ce80a0231965588d
pkgname = cozy-audiobooks
diff --git a/PKGBUILD b/PKGBUILD
index 011403073a44..4468ea572013 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.17
+pkgver=0.6.18
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=('ef4fd327984d455c032e7ccbce6db98fd8f61a5830dc3e15f5862023f9114367')
+sha256sums=('17c0cb97bd9bb23ed0d1a1471b6f58f138a403cb13f85b23ce80a0231965588d')
build() {
cd "cozy-${pkgver}"