summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJulian Geywitz2021-04-21 18:50:25 +0200
committerJulian Geywitz2021-04-21 18:50:25 +0200
commit3568e1c2d954eb9eeb8f4efb132b8490de8a6cc5 (patch)
treeb1bc5b55abdecb10affec0be66e5123b8e10009b /PKGBUILD
parent37dec94d4f107c244ded4a06a29e029c355ee0ab (diff)
downloadaur-3568e1c2d954eb9eeb8f4efb132b8490de8a6cc5.tar.gz
Bump version to 0.9.3
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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}"