summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGithub Actions2020-11-14 18:34:47 +0000
committerGithub Actions2020-11-14 18:34:47 +0000
commit8356737baeb8fc06dd94eff04d27d3096f2207fe (patch)
treeb05c647c94c6c87ab433a1bad91db5ece4950aed
parented730d8009734732ed1b40ee5d2a44cefdc4e2a7 (diff)
downloadaur-8356737baeb8fc06dd94eff04d27d3096f2207fe.tar.gz
Bump version to 0.7.4
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b9bc8a82d295..510453d008f1 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.3
+ pkgver = 0.7.4
pkgrel = 1
url = https://github.com/geigi/cozy
arch = i686
@@ -24,8 +24,8 @@ pkgbase = cozy-audiobooks
depends = python-packaging
depends = file
depends = gst-plugins-good
- source = https://github.com/geigi/cozy/archive/0.7.3.tar.gz
- sha256sums = 843ac5fe54f87ec5a24f5847d9f3c9fe1ce21cebf54dbd8b4192f4d9ee604be4
+ source = https://github.com/geigi/cozy/archive/0.7.4.tar.gz
+ sha256sums = 101b563c92818763a653a4d9bf71c0cc77d09e552ae58d27c56d0326406d0e64
pkgname = cozy-audiobooks
diff --git a/PKGBUILD b/PKGBUILD
index 12eb9b148aac..d4bc1c157290 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.3
+pkgver=0.7.4
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'
)
source=( "https://github.com/geigi/cozy/archive/${pkgver}.tar.gz")
-sha256sums=('843ac5fe54f87ec5a24f5847d9f3c9fe1ce21cebf54dbd8b4192f4d9ee604be4')
+sha256sums=('101b563c92818763a653a4d9bf71c0cc77d09e552ae58d27c56d0326406d0e64')
build() {
cd "cozy-${pkgver}"