summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGithub Actions2021-07-28 16:29:08 +0000
committerGithub Actions2021-07-28 16:29:08 +0000
commit8579980c5f38c52e73c8d9f18697f1daeed6339a (patch)
tree00182eff174096d660eab891068a31bea65cd17d
parent95667e92d635f2c752ce4071bd964a457be30e05 (diff)
downloadaur-8579980c5f38c52e73c8d9f18697f1daeed6339a.tar.gz
Bump version to 1.0.4
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 407e14b17999..28e2d6a8b2f5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = cozy-audiobooks
pkgdesc = A modern audio book player for Linux using GTK+ 3.
- pkgver = 1.0.3
+ pkgver = 1.0.4
pkgrel = 1
url = https://github.com/geigi/cozy
arch = i686
@@ -32,8 +32,8 @@ pkgbase = cozy-audiobooks
depends = gst-plugins-good
depends = libhandy
depends = granite
- source = https://github.com/geigi/cozy/archive/1.0.3.tar.gz
- sha256sums = 1e6c36054c859cdec6fadcc88be2cd653b88f23b7fef90c937da204e2539ac89
+ source = https://github.com/geigi/cozy/archive/1.0.4.tar.gz
+ sha256sums = d32b76e0a1506ab72d0b45bb0f5711c490a3105fce1019f173536f19716a07f2
pkgname = cozy-audiobooks
diff --git a/PKGBUILD b/PKGBUILD
index b01171a0f1db..5243aef82d4c 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=1.0.3
+pkgver=1.0.4
pkgrel=1
url='https://github.com/geigi/cozy'
arch=('i686' 'x86_64' 'arm' 'armv7h' 'armv6h' 'aarch64')
@@ -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' 'granite'
)
source=( "https://github.com/geigi/cozy/archive/${pkgver}.tar.gz")
-sha256sums=('1e6c36054c859cdec6fadcc88be2cd653b88f23b7fef90c937da204e2539ac89')
+sha256sums=('d32b76e0a1506ab72d0b45bb0f5711c490a3105fce1019f173536f19716a07f2')
build() {
cd "cozy-${pkgver}"