summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authordesbma2017-11-07 13:39:48 +0100
committerdesbma2017-11-07 13:39:48 +0100
commitcdac8bbf83bd3a7c7e1ebb5a1b99023e6b9cbb4d (patch)
tree91d472cc7621f3eb4b0c2215361ffe9f6e54f9a1
parent2f1ead488014020346c979a3c8e9c866e4d5d2bc (diff)
downloadaur-cdac8bbf83bd3a7c7e1ebb5a1b99023e6b9cbb4d.tar.gz
2.0.5 release
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 481c6ae31103..7d391b9e3c88 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = sacad
pkgdesc = Smart Automatic Cover Art Downloader
- pkgver = 2.0.1
+ pkgver = 2.0.5
pkgrel = 1
url = https://github.com/desbma/sacad
arch = any
@@ -15,8 +15,8 @@ pkgbase = sacad
depends = python-mutagen
depends = python-pillow
depends = python-tqdm
- source = sacad-2.0.1.tar.gz::https://github.com/desbma/sacad/archive/2.0.1.tar.gz
- sha512sums = 2f7fec383f8919fe418bf3357db43e2ee6a3bd5e77500b00e307d2bc3ca4e382cb2c81db07eaf5e2967db5ab7c2a894ae1aa88ccf4318ef1d87175ec23c359c0
+ source = sacad-2.0.5.tar.gz::https://github.com/desbma/sacad/archive/2.0.5.tar.gz
+ sha512sums = 69c0824f3b83bcd1a63a5ee4f0e9b8b78e802ca4093d4099686ad2818a5693a0e7e9796a795b60c329bd17b3fcb9beeca5405ade40be72d4c0cc55ea181eab27
pkgname = sacad
diff --git a/PKGBUILD b/PKGBUILD
index 298ce1c8c3c8..b7caaedfd80a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: desbma
pkgname=sacad
-pkgver=2.0.1
+pkgver=2.0.5
pkgrel=1
pkgdesc="Smart Automatic Cover Art Downloader"
arch=('any')
@@ -9,7 +9,7 @@ license=('MPL2')
depends=('python' 'python-aiohttp' 'python-appdirs' 'python-cssselect' 'python-lxml' 'python-mutagen' 'python-pillow' 'python-tqdm')
makedepends=('python-setuptools' 'python-pip')
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/desbma/${pkgname}/archive/${pkgver}.tar.gz")
-sha512sums=('2f7fec383f8919fe418bf3357db43e2ee6a3bd5e77500b00e307d2bc3ca4e382cb2c81db07eaf5e2967db5ab7c2a894ae1aa88ccf4318ef1d87175ec23c359c0')
+sha512sums=('69c0824f3b83bcd1a63a5ee4f0e9b8b78e802ca4093d4099686ad2818a5693a0e7e9796a795b60c329bd17b3fcb9beeca5405ade40be72d4c0cc55ea181eab27')
package() {
cd "${pkgname}-${pkgver}"