summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgeigi2018-01-10 09:06:03 +0100
committergeigi2018-01-10 09:06:03 +0100
commit33c9025dd067b8d1e7a49650f7c13bc785e0f79e (patch)
tree0f2d62f7316fc05648fbcc1382694458a041a0d7
parent8d9ff12f506dd81e9ad49a4ccadf09f5ccb1cd59 (diff)
downloadaur-33c9025dd067b8d1e7a49650f7c13bc785e0f79e.tar.gz
version bump
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1cfd027adbe7..7f505cca2c21 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.4.6
+ pkgver = 0.4.7
pkgrel = 1
url = https://github.com/geigi/cozy
arch = i686
@@ -18,8 +18,8 @@ pkgbase = cozy-audiobooks
depends = python-mutagen
depends = python-peewee
depends = gst-plugins-good
- source = https://github.com/geigi/cozy/archive/0.4.6.tar.gz
- sha256sums = 00977122c51f8df08d3249dea400c560685507a79caab95ce4176d7dcd3d6786
+ source = https://github.com/geigi/cozy/archive/0.4.7.tar.gz
+ sha256sums = 6d445bb359632496fbb93539ae2a484827661039fad2ebf9a25b9f6ff1b6fdb2
pkgname = cozy-audiobooks
diff --git a/PKGBUILD b/PKGBUILD
index f2e233332fe9..0788154c3954 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.4.6
+pkgver=0.4.7
pkgrel=1
url='https://github.com/geigi/cozy'
arch=('i686' 'x86_64')
@@ -18,7 +18,7 @@ source=(
)
sha256sums=(
- '00977122c51f8df08d3249dea400c560685507a79caab95ce4176d7dcd3d6786'
+ '6d445bb359632496fbb93539ae2a484827661039fad2ebf9a25b9f6ff1b6fdb2'
)
build() {
@@ -33,4 +33,4 @@ build() {
package() {
cd "cozy-${pkgver}"
DESTDIR="${pkgdir}" ninja -C build install
-} \ No newline at end of file
+}