summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJulian Geywitz2021-05-31 22:06:04 +0200
committerJulian Geywitz2021-05-31 22:06:04 +0200
commit02ce9d3b46459c633b0916b8a50e5160c3bf6e10 (patch)
tree8692fc4655dc7e633f729af18f193f7df5e02130 /PKGBUILD
parentd2f9051e06cf70b2e17a26368e4a07f6f6ee3cff (diff)
downloadaur-02ce9d3b46459c633b0916b8a50e5160c3bf6e10.tar.gz
Bump version to 1.0.2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD10
1 files changed, 5 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2e4bd1198441..9a9a8b2a31b0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,21 +1,21 @@
-# Maintainer: Julian Gwywitz <aur@geigi.de>+
+# Maintainer: Julian Geywitz <aur@geigi.de>+
# Maintainer: Pavel Finkelshteyn <pavel.finkelshtein+AUR@gmail.com>
pkgname=cozy-audiobooks
_gitname=cozy
pkgdesc=' A modern audio book player for Linux using GTK+ 3.'
-pkgver=1.0.1
+pkgver=1.0.2
pkgrel=1
url='https://github.com/geigi/cozy'
arch=('i686' 'x86_64' 'arm' 'armv7h' 'armv6h' 'aarch64')
license=('GPL3')
-makedepends=('meson' 'ninja' 'libhandy')
+makedepends=('meson' 'ninja' 'libhandy' 'granite')
depends=(
'appstream-glib' 'desktop-file-utils' 'gst-python'
- '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'
+ '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' 'granite'
)
source=( "https://github.com/geigi/cozy/archive/${pkgver}.tar.gz")
-sha256sums=('e88eb449b91a0d3cad131dbbf638d1e196be884e6cd0b6ea1fb16753006751a9')
+sha256sums=('74f73d8dd03eb09f82d516a761a26a6b2302cb6b172a369a1201ef78d6f1a1f2')
build() {
cd "cozy-${pkgver}"