summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJulian Geywitz2021-05-30 09:20:26 +0200
committerJulian Geywitz2021-05-30 09:20:26 +0200
commit8b4da54d7543407e609834ac8753fc3948cbfb65 (patch)
tree8a6b0d5c1cd357466260249025d45f578639237a
parenta318f0e285e56dc24f612e5b1da0759548708ff3 (diff)
downloadaur-8b4da54d7543407e609834ac8753fc3948cbfb65.tar.gz
Revert "Bump version to 1.0.0"
This reverts commit a318f0e285e56dc24f612e5b1da0759548708ff3.
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a738fba48702..e8217f81ad94 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.0.0
+ pkgver = 0.9.5
pkgrel = 1
url = https://github.com/geigi/cozy
arch = i686
@@ -30,8 +30,8 @@ pkgbase = cozy-audiobooks
depends = file
depends = gst-plugins-good
depends = libhandy
- source = https://github.com/geigi/cozy/archive/1.0.0.tar.gz
- sha256sums = 36d5c57a68d0e5517a097eaaa9bde4eb8667d3b93e5e8a4a27532879ef2ea299
+ source = https://github.com/geigi/cozy/archive/0.9.5.tar.gz
+ sha256sums = 4a7fdd7fead6e74aaaa3eab1589f13a88a99a25e5c9c4f0ed6b1f0ee901630c3
pkgname = cozy-audiobooks
diff --git a/PKGBUILD b/PKGBUILD
index cb092d79647a..1a151306e30e 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.0.0
+pkgver=0.9.5
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'
)
source=( "https://github.com/geigi/cozy/archive/${pkgver}.tar.gz")
-sha256sums=('36d5c57a68d0e5517a097eaaa9bde4eb8667d3b93e5e8a4a27532879ef2ea299')
+sha256sums=('4a7fdd7fead6e74aaaa3eab1589f13a88a99a25e5c9c4f0ed6b1f0ee901630c3')
build() {
cd "cozy-${pkgver}"