summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGithub Actions2022-08-21 13:01:27 +0000
committerGithub Actions2022-08-21 13:01:27 +0000
commit80f053defcd2a9845bb4177441ea955e756d23d8 (patch)
tree695db41d2084338fb7f4104a74a14fa8e447944a
parentbd3931be137468c1327671d2bfc8992a7df0d2bf (diff)
downloadaur-cozy-audiobooks.tar.gz
Bump version to 1.2.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e09b05af7961..f16db098c3bb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = cozy-audiobooks
pkgdesc = A modern audio book player for Linux using GTK+ 3.
- pkgver = 1.2.0
+ pkgver = 1.2.1
pkgrel = 1
url = https://github.com/geigi/cozy
arch = i686
@@ -34,8 +34,8 @@ pkgbase = cozy-audiobooks
depends = libhandy
depends = granite
depends = libdazzle
- source = https://github.com/geigi/cozy/archive/1.2.0.tar.gz
- sha256sums = 5dbe1fb010bcc8b7a5b925aa2653808fdb14b58f87aad0cac8b0964d91eefc21
+ source = https://github.com/geigi/cozy/archive/1.2.1.tar.gz
+ sha256sums = 5522dd3e2aa8a75478515c4ae299e71fa32a919703cc4a532fba797363cc5844
pkgname = cozy-audiobooks
diff --git a/PKGBUILD b/PKGBUILD
index 07f16e709772..075364d74698 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=1.2.0
+pkgver=1.2.1
pkgrel=1
url='https://github.com/geigi/cozy'
arch=('i686' 'x86_64' 'arm' 'armv7h' 'armv6h' 'aarch64')
@@ -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' 'granite' 'libdazzle'
)
source=( "https://github.com/geigi/cozy/archive/${pkgver}.tar.gz")
-sha256sums=('5dbe1fb010bcc8b7a5b925aa2653808fdb14b58f87aad0cac8b0964d91eefc21')
+sha256sums=('5522dd3e2aa8a75478515c4ae299e71fa32a919703cc4a532fba797363cc5844')
build() {
cd "cozy-${pkgver}"