summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGithub Actions2020-05-24 17:57:16 +0000
committerGithub Actions2020-05-24 17:57:16 +0000
commit14c21fe0d6db7dc1add15782ebcf2bfe7f83a125 (patch)
tree7cf9e8ad09456c86f1ff4d850f97bb2d097e4de7 /PKGBUILD
parent18adfa81ef8202191ec52970e5c2c8249de335b3 (diff)
downloadaur-14c21fe0d6db7dc1add15782ebcf2bfe7f83a125.tar.gz
Bump version to 0.6.17
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e5f25e963a5e..011403073a44 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.16
+pkgver=0.6.17
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=('8b8e3da3e0592734f2af5274277682bb5743f9165a3028598b4842adc0b34d5b')
+sha256sums=('ef4fd327984d455c032e7ccbce6db98fd8f61a5830dc3e15f5862023f9114367')
build() {
cd "cozy-${pkgver}"