summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJulian Geywitz2021-04-21 18:50:25 +0200
committerJulian Geywitz2021-04-21 18:50:25 +0200
commit3568e1c2d954eb9eeb8f4efb132b8490de8a6cc5 (patch)
treeb1bc5b55abdecb10affec0be66e5123b8e10009b
parent37dec94d4f107c244ded4a06a29e029c355ee0ab (diff)
downloadaur-3568e1c2d954eb9eeb8f4efb132b8490de8a6cc5.tar.gz
Bump version to 0.9.3
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 48766e5dcf65..ed4cb00adb9e 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.9.3
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/geigi/cozy
arch = i686
arch = x86_64
@@ -31,7 +31,7 @@ pkgbase = cozy-audiobooks
depends = gst-plugins-good
depends = libhandy
source = https://github.com/geigi/cozy/archive/0.9.3.tar.gz
- sha256sums = 2a43863f7d4b20558e2430a05e0786010e5ece42cabe84964496321aed0870fa
+ sha256sums = 391a55c68a9f8c612f1e7ef7b4bcb8e4d350205a8ccf4006eec330d812efa776
pkgname = cozy-audiobooks
diff --git a/PKGBUILD b/PKGBUILD
index 0a1290a95793..301bf711c4df 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.9.3
-pkgrel=1
+pkgrel=2
url='https://github.com/geigi/cozy'
arch=('i686' 'x86_64' 'arm' 'armv7h' 'armv6h' 'aarch64')
license=('GPL3')
@@ -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'
)
source=( "https://github.com/geigi/cozy/archive/${pkgver}.tar.gz")
-sha256sums=('2a43863f7d4b20558e2430a05e0786010e5ece42cabe84964496321aed0870fa')
+sha256sums=('391a55c68a9f8c612f1e7ef7b4bcb8e4d350205a8ccf4006eec330d812efa776')
build() {
cd "cozy-${pkgver}"