summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authordesbma2018-04-22 18:37:49 +0200
committerdesbma2018-04-22 18:37:49 +0200
commita0213df9a794e19f2107a9ebd92c7871e287069e (patch)
tree6d1239e03a1854aec73429ce27f574d18dfbe567
parent54257b70869a4ee0f91a3d16782bc93bc6516579 (diff)
downloadaur-a0213df9a794e19f2107a9ebd92c7871e287069e.tar.gz
2.1.1 release
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 712684a2b244..3c9031462485 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = sacad
pkgdesc = Smart Automatic Cover Art Downloader
- pkgver = 2.1.0
+ pkgver = 2.1.1
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.1.0.tar.gz::https://github.com/desbma/sacad/archive/2.1.0.tar.gz
- sha512sums = 5122fce42bef33a354602c7c26c0ec5b0d08ee2209ee3fab279d7ab2e3721479b6ebf22937dd9bc7d31c5e859d2af9aec46a947233631174718bd16deb46178e
+ source = sacad-2.1.1.tar.gz::https://github.com/desbma/sacad/archive/2.1.1.tar.gz
+ sha512sums = 057abf036a3e40c9fa84b89eb1fcf18aa85176e6973161d6a8bf730eb64da5f16634a59c5b0f04f9efa5b11cdcd61d8b302c14ef5266608b2734620914709463
pkgname = sacad
diff --git a/PKGBUILD b/PKGBUILD
index 62c6356f541c..938318874972 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: desbma
pkgname=sacad
-pkgver=2.1.0
+pkgver=2.1.1
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=('5122fce42bef33a354602c7c26c0ec5b0d08ee2209ee3fab279d7ab2e3721479b6ebf22937dd9bc7d31c5e859d2af9aec46a947233631174718bd16deb46178e')
+sha512sums=('057abf036a3e40c9fa84b89eb1fcf18aa85176e6973161d6a8bf730eb64da5f16634a59c5b0f04f9efa5b11cdcd61d8b302c14ef5266608b2734620914709463')
package() {
cd "${pkgname}-${pkgver}"