summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorgeigi2017-12-08 01:21:46 +0100
committergeigi2017-12-08 01:21:46 +0100
commit79b1711b7e42aa6b5d3942b41f5da07373389fde (patch)
tree47e3562b9620f17848d70c9adfb1d968be3bb2ed /PKGBUILD
parent98faf46be2b0ba1a0665b761ef447512244aa5d1 (diff)
downloadaur-79b1711b7e42aa6b5d3942b41f5da07373389fde.tar.gz
version bump
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 83e67bdf2d71..b6507e98501e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=cozy-audiobooks
_gitname=cozy
pkgdesc=' A modern audio book player for Linux using GTK+ 3.'
-pkgver=0.4.3
+pkgver=0.4.4
pkgrel=1
url='https://github.com/geigi/cozy'
arch=('i686' 'x86_64')
@@ -14,11 +14,11 @@ depends=(
'gstreamer' 'gtk3' 'python-dbus' 'python-gobject' 'python-mutagen' 'python-peewee'
)
source=(
- "https://github.com/geigi/cozy/archive/${pkgver}.zip"
+ "https://github.com/geigi/cozy/archive/${pkgver}.tar.gz"
)
sha256sums=(
- 'SKIP'
+ '0e9d520e7ffd0629e02a2fa67941a03885207bcd64ace506ad6c370fbd040c00'
)
build() {