summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGithub Actions2020-12-06 16:12:12 +0000
committerGithub Actions2020-12-06 16:12:12 +0000
commitd8b73cd56438c9c3c99c881a325a3303ff99c6cb (patch)
treee20d6a9fe3f77470e7f3aa4599434064f964ad8f
parent779b82223d394e322f3acf058841c59c93f10e33 (diff)
downloadaur-d8b73cd56438c9c3c99c881a325a3303ff99c6cb.tar.gz
Bump version to 0.7.8
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d347425211b7..5684c566c93f 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.7.7
+ pkgver = 0.7.8
pkgrel = 1
url = https://github.com/geigi/cozy
arch = i686
@@ -30,8 +30,8 @@ pkgbase = cozy-audiobooks
depends = file
depends = gst-plugins-good
depends = libhandy
- source = https://github.com/geigi/cozy/archive/0.7.7.tar.gz
- sha256sums = 61d8cf70f70cb037a32bc05ee28d5b5ba6667709646cb76608ddcdad9171c18d
+ source = https://github.com/geigi/cozy/archive/0.7.8.tar.gz
+ sha256sums = 4eabffe6df7702a00fcf52f802a3839b0a05d8f423facf26157703e76c2c53bc
pkgname = cozy-audiobooks
diff --git a/PKGBUILD b/PKGBUILD
index 5659707112fd..41398b8c0c61 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.7.7
+pkgver=0.7.8
pkgrel=1
url='https://github.com/geigi/cozy'
arch=('i686' 'x86_64' 'arm' 'armv7h' 'armv6h' 'aarch64')
@@ -15,7 +15,7 @@ depends=(
'gstreamer' 'gtk3' 'python-dbus' 'python-distro' 'python-requests' 'python-pytz' 'python-gobject' 'python-mutagen' 'python-cairo' 'python-peewee' 'python-packaging' 'file' 'gst-plugins-good' 'libhandy'
)
source=( "https://github.com/geigi/cozy/archive/${pkgver}.tar.gz")
-sha256sums=('61d8cf70f70cb037a32bc05ee28d5b5ba6667709646cb76608ddcdad9171c18d')
+sha256sums=('4eabffe6df7702a00fcf52f802a3839b0a05d8f423facf26157703e76c2c53bc')
build() {
cd "cozy-${pkgver}"