summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGithub Actions2020-09-28 16:00:49 +0000
committerGithub Actions2020-09-28 16:00:49 +0000
commit7e65cd370124a6064475ea400258c5db01bcf9d3 (patch)
tree8636d8dedc6df6e661700030eafe89b76e5f0317
parent1a99808e98e79e9599e33f8ffd3ed1412ea57622 (diff)
downloadaur-7e65cd370124a6064475ea400258c5db01bcf9d3.tar.gz
Bump version to 0.7.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 94d219f4a147..bc51d07068e7 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.1
+ pkgver = 0.7.2
pkgrel = 1
url = https://github.com/geigi/cozy
arch = i686
@@ -24,8 +24,8 @@ pkgbase = cozy-audiobooks
depends = python-apsw
depends = file
depends = gst-plugins-good
- source = https://github.com/geigi/cozy/archive/0.7.1.tar.gz
- sha256sums = 4e420a71d48805611a80f5fdaae23ca1a51f85ca703541ac8a52abdf3e9b9f99
+ source = https://github.com/geigi/cozy/archive/0.7.2.tar.gz
+ sha256sums = 984508506c9907c765f75f8042249ff3a95db7e6407e7a66338fd52384ac797f
pkgname = cozy-audiobooks
diff --git a/PKGBUILD b/PKGBUILD
index a9df9d7001c0..52c77ab0f855 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.1
+pkgver=0.7.2
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-apsw' 'file' 'gst-plugins-good'
)
source=( "https://github.com/geigi/cozy/archive/${pkgver}.tar.gz")
-sha256sums=('4e420a71d48805611a80f5fdaae23ca1a51f85ca703541ac8a52abdf3e9b9f99')
+sha256sums=('984508506c9907c765f75f8042249ff3a95db7e6407e7a66338fd52384ac797f')
build() {
cd "cozy-${pkgver}"