summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgeigi2018-03-29 23:45:41 +0200
committergeigi2018-03-29 23:45:41 +0200
commit9bc61d71d5733bc507882bce799fcd71142e2c0d (patch)
tree9906ef781e1fa20c83ea9176e7939df254f2da5d
parente6517f9835ca5626ea5f7d500136bb09dba0f210 (diff)
downloadaur-9bc61d71d5733bc507882bce799fcd71142e2c0d.tar.gz
version bump
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f8e766280320..72d857613cfa 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.5.4
+ pkgver = 0.5.5
pkgrel = 1
url = https://github.com/geigi/cozy
arch = i686
@@ -19,8 +19,8 @@ pkgbase = cozy-audiobooks
depends = python-peewee
depends = python-cairo
depends = gst-plugins-good
- source = https://github.com/geigi/cozy/archive/0.5.4.tar.gz
- sha256sums = 32b1f06e773305f73a4432804a5a6a50fd88593ed06451c96e1376ec4d8800b5
+ source = https://github.com/geigi/cozy/archive/0.5.5.tar.gz
+ sha256sums = 9156592386aaa8ab6acddfad186b6427edad0d17808f5adb169dd1dc19727701
pkgname = cozy-audiobooks
diff --git a/PKGBUILD b/PKGBUILD
index 5e488179dd7f..ed1cba627645 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=cozy-audiobooks
_gitname=cozy
pkgdesc=' A modern audio book player for Linux using GTK+ 3.'
-pkgver=0.5.4
+pkgver=0.5.5
pkgrel=1
url='https://github.com/geigi/cozy'
arch=('i686' 'x86_64')
@@ -18,7 +18,7 @@ source=(
)
sha256sums=(
- '32b1f06e773305f73a4432804a5a6a50fd88593ed06451c96e1376ec4d8800b5'
+ '9156592386aaa8ab6acddfad186b6427edad0d17808f5adb169dd1dc19727701'
)
build() {