summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGithub Actions2020-09-24 18:38:19 +0000
committerGithub Actions2020-09-24 18:38:19 +0000
commitfa4005691df4deec92a92e155271f6da3b4cc39b (patch)
treea368d8ef907a49c4d8a173934a4e772302364613
parenta8df690a266e3ed6773794341762f12094139bac (diff)
downloadaur-fa4005691df4deec92a92e155271f6da3b4cc39b.tar.gz
Bump version to 0.7
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7e5e51885915..802d73a73b30 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.6.19
+ pkgver = 0.7
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.6.19.tar.gz
- sha256sums = 5c095646ba7a4ff8a19a167432826ffae96d1233fde3bf4f3ace47ad4e411f97
+ source = https://github.com/geigi/cozy/archive/0.7.tar.gz
+ sha256sums = 7ff2c47ea10b53dc5914f7974fdc8ddb3d72ca976b268d77cb20fe88c45be783
pkgname = cozy-audiobooks
diff --git a/PKGBUILD b/PKGBUILD
index bbefaf0865b5..da01b595a474 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.6.19
+pkgver=0.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-apsw' 'file' 'gst-plugins-good'
)
source=( "https://github.com/geigi/cozy/archive/${pkgver}.tar.gz")
-sha256sums=('5c095646ba7a4ff8a19a167432826ffae96d1233fde3bf4f3ace47ad4e411f97')
+sha256sums=('7ff2c47ea10b53dc5914f7974fdc8ddb3d72ca976b268d77cb20fe88c45be783')
build() {
cd "cozy-${pkgver}"