summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGithub Actions2020-09-25 10:56:04 +0000
committerGithub Actions2020-09-25 10:56:04 +0000
commit1a99808e98e79e9599e33f8ffd3ed1412ea57622 (patch)
treeffeebdcb2a73a088c04b867a74a496589c0872d4
parentfa4005691df4deec92a92e155271f6da3b4cc39b (diff)
downloadaur-1a99808e98e79e9599e33f8ffd3ed1412ea57622.tar.gz
Bump version to 0.7.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 802d73a73b30..94d219f4a147 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
+ pkgver = 0.7.1
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.tar.gz
- sha256sums = 7ff2c47ea10b53dc5914f7974fdc8ddb3d72ca976b268d77cb20fe88c45be783
+ source = https://github.com/geigi/cozy/archive/0.7.1.tar.gz
+ sha256sums = 4e420a71d48805611a80f5fdaae23ca1a51f85ca703541ac8a52abdf3e9b9f99
pkgname = cozy-audiobooks
diff --git a/PKGBUILD b/PKGBUILD
index da01b595a474..a9df9d7001c0 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
+pkgver=0.7.1
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=('7ff2c47ea10b53dc5914f7974fdc8ddb3d72ca976b268d77cb20fe88c45be783')
+sha256sums=('4e420a71d48805611a80f5fdaae23ca1a51f85ca703541ac8a52abdf3e9b9f99')
build() {
cd "cozy-${pkgver}"