summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorasm0dey2019-09-13 11:08:48 +0300
committerasm0dey2019-09-13 11:09:51 +0300
commit677719979f95c056b0d42e17d4d40b2e849aef62 (patch)
tree709294659894547cf916439c7d29da71a56b8e05
parent6b5677a08180f56bcd7ffd30f9bd2589ec847fd1 (diff)
downloadaur-677719979f95c056b0d42e17d4d40b2e849aef62.tar.gz
upgpkg: cozy-audiobooks 0.6.8-2
upgpkg: cozy-audiobooks 0.6.8-1 upstream release
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 97d8f59fa9e2..3a554817d2c1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = cozy-audiobooks
pkgdesc = A modern audio book player for Linux using GTK+ 3.
pkgver = 0.6.8
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/geigi/cozy
arch = i686
arch = x86_64
@@ -21,7 +21,7 @@ pkgbase = cozy-audiobooks
depends = file
depends = gst-plugins-good
source = https://github.com/geigi/cozy/archive/0.6.8.tar.gz
- sha256sums = a39dda0bfbba38a6e4457da34328f5a8e871eff0a48fcb7b82faf5f9e412bdd8
+ sha256sums = fce7e9a46dc6b7a56c243727310fdef2eb948ce4c44974104e03918e936bedda
pkgname = cozy-audiobooks
diff --git a/PKGBUILD b/PKGBUILD
index 36a22b7c4e28..c52423d72a82 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ pkgname=cozy-audiobooks
_gitname=cozy
pkgdesc=' A modern audio book player for Linux using GTK+ 3.'
pkgver=0.6.8
-pkgrel=1
+pkgrel=2
url='https://github.com/geigi/cozy'
arch=('i686' 'x86_64')
license=('GPL3')
@@ -15,7 +15,7 @@ depends=(
'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=('a39dda0bfbba38a6e4457da34328f5a8e871eff0a48fcb7b82faf5f9e412bdd8')
+sha256sums=('fce7e9a46dc6b7a56c243727310fdef2eb948ce4c44974104e03918e936bedda')
build() {
cd "cozy-${pkgver}"