summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGithub Actions2020-11-30 11:36:32 +0000
committerGithub Actions2020-11-30 11:36:32 +0000
commit2391460dc942b9a6a89088d3c3af1a4d5ee7312a (patch)
tree0872e5138caa4fef0e3d3b26adc4c57895d11d2d
parenta5c7ea00c4a6c5aa729534989625cab17f6eede7 (diff)
downloadaur-2391460dc942b9a6a89088d3c3af1a4d5ee7312a.tar.gz
Bump version to 0.7.7
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 005864795c53..8a019e5564c7 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.6
+ pkgver = 0.7.7
pkgrel = 1
url = https://github.com/geigi/cozy
arch = i686
@@ -26,8 +26,8 @@ pkgbase = cozy-audiobooks
depends = file
depends = gst-plugins-good
depends = libhandy
- source = https://github.com/geigi/cozy/archive/0.7.6.tar.gz
- sha256sums = 2c64f82eb45ebd43460d903dc9eeb4bf466c368ef74cc21c13cd798007392e01
+ source = https://github.com/geigi/cozy/archive/0.7.7.tar.gz
+ sha256sums = 61d8cf70f70cb037a32bc05ee28d5b5ba6667709646cb76608ddcdad9171c18d
pkgname = cozy-audiobooks
diff --git a/PKGBUILD b/PKGBUILD
index 907cb27765e6..d612651418c8 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.6
+pkgver=0.7.7
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' 'python-packaging' 'file' 'gst-plugins-good' 'libhandy'
)
source=( "https://github.com/geigi/cozy/archive/${pkgver}.tar.gz")
-sha256sums=('2c64f82eb45ebd43460d903dc9eeb4bf466c368ef74cc21c13cd798007392e01')
+sha256sums=('61d8cf70f70cb037a32bc05ee28d5b5ba6667709646cb76608ddcdad9171c18d')
build() {
cd "cozy-${pkgver}"