summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJulian Geywitz2019-02-10 09:45:15 +0100
committerJulian Geywitz2019-02-10 09:45:15 +0100
commitf53e71665a6486659f7a20210a0cb917c0ea6f99 (patch)
tree42199f1c930a017393d4226b726e21ad65399b05
parent756f48d368d7c1fd426fa27c2d5bd03ce439add3 (diff)
downloadaur-f53e71665a6486659f7a20210a0cb917c0ea6f99.tar.gz
Fix sha sum
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 34421a971c8b..c64227c638d0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -21,7 +21,7 @@ pkgbase = cozy-audiobooks
depends = file
depends = gst-plugins-good
source = https://github.com/geigi/cozy/archive/0.6.7.tar.gz
- sha256sums = d007bc1aa5aa08e1aca06af1b5504323b53be4597ab3998c7abf24efc6673722
+ sha256sums = af7f70ec2e09bae87d3640d72bdbc19856de964b571d0c803ada52e52fa1e466
pkgname = cozy-audiobooks
diff --git a/PKGBUILD b/PKGBUILD
index 179ed7649dcb..6a4fa6a07ada 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -15,7 +15,7 @@ depends=(
'gstreamer' 'gtk3' 'python-dbus' 'python-gobject' 'python-mutagen' 'python-cairo' 'python-peewee' 'file' 'gst-plugins-good'
)
source=( "https://github.com/geigi/cozy/archive/${pkgver}.tar.gz")
-sha256sums=('d007bc1aa5aa08e1aca06af1b5504323b53be4597ab3998c7abf24efc6673722')
+sha256sums=('af7f70ec2e09bae87d3640d72bdbc19856de964b571d0c803ada52e52fa1e466')
build() {
cd "cozy-${pkgver}"