summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorasm0dey2019-01-13 08:29:32 +0300
committerasm0dey2019-01-13 08:29:32 +0300
commit756f48d368d7c1fd426fa27c2d5bd03ce439add3 (patch)
tree10472d0db302f0d0170acdb58c6969bbd7ace517
parent7e9c461246d6d4850ebb07f25eff24bebc5e4ed4 (diff)
downloadaur-756f48d368d7c1fd426fa27c2d5bd03ce439add3.tar.gz
Updated (http://whatthecommit.com)
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD11
2 files changed, 6 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0cf83231780a..34421a971c8b 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.5
+ pkgver = 0.6.7
pkgrel = 1
url = https://github.com/geigi/cozy
arch = i686
@@ -20,8 +20,8 @@ pkgbase = cozy-audiobooks
depends = python-peewee
depends = file
depends = gst-plugins-good
- source = https://github.com/geigi/cozy/archive/0.6.5.tar.gz
- sha256sums = 4064e6d6cbefe3e29728ff89322bf0e964af9696d56172628ff17598dfb41d9c
+ source = https://github.com/geigi/cozy/archive/0.6.7.tar.gz
+ sha256sums = d007bc1aa5aa08e1aca06af1b5504323b53be4597ab3998c7abf24efc6673722
pkgname = cozy-audiobooks
diff --git a/PKGBUILD b/PKGBUILD
index b530ea6d5303..179ed7649dcb 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.5
+pkgver=0.6.7
pkgrel=1
url='https://github.com/geigi/cozy'
arch=('i686' 'x86_64')
@@ -14,13 +14,8 @@ depends=(
'appstream-glib' 'desktop-file-utils' 'gst-python'
'gstreamer' 'gtk3' 'python-dbus' 'python-gobject' 'python-mutagen' 'python-cairo' 'python-peewee' 'file' 'gst-plugins-good'
)
-source=(
- "https://github.com/geigi/cozy/archive/${pkgver}.tar.gz"
-
-)
-sha256sums=(
- '4064e6d6cbefe3e29728ff89322bf0e964af9696d56172628ff17598dfb41d9c'
-)
+source=( "https://github.com/geigi/cozy/archive/${pkgver}.tar.gz")
+sha256sums=('d007bc1aa5aa08e1aca06af1b5504323b53be4597ab3998c7abf24efc6673722')
build() {
cd "cozy-${pkgver}"