summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authordesbma2018-09-29 20:57:44 +0200
committerdesbma2018-09-29 20:57:44 +0200
commit99774f17062937383b66e15d4f8a48cc88784933 (patch)
tree638e41aa955dc5c9d618057f5710cafa073e36bf
parent4e347368f593c85d39916972200df751a0c0cbd3 (diff)
downloadaur-99774f17062937383b66e15d4f8a48cc88784933.tar.gz
2.1.7 release
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e39ca3ff083b..3b929c4b87b6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = sacad
pkgdesc = Smart Automatic Cover Art Downloader
- pkgver = 2.1.6
- pkgrel = 3
+ pkgver = 2.1.7
+ pkgrel = 1
url = https://github.com/desbma/sacad
arch = any
license = MPL2
@@ -15,8 +15,8 @@ pkgbase = sacad
depends = python-mutagen
depends = python-pillow
depends = python-tqdm
- source = sacad-2.1.6.tar.gz::https://github.com/desbma/sacad/archive/2.1.6.tar.gz
- sha512sums = ec989b9b93f1234909b21abd82bfc508db81f735c61d3b38abb61a10497f5e239fc3a6a9d436f971e1b797d9adb081cbf82f4cf62df6e6834e2d1737aa2316e6
+ source = sacad-2.1.7.tar.gz::https://github.com/desbma/sacad/archive/2.1.7.tar.gz
+ sha512sums = 606f07a57725dadf86821975bf83012f7e5048cd66b765f42735bbf09c3d4562062aea828d7d5e56cd5d23d7f0cf11f5998f7298b33e57fb3c6367d40794a4b7
pkgname = sacad
diff --git a/PKGBUILD b/PKGBUILD
index 4445c5e10bfc..899fcc490a6d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: desbma
pkgname=sacad
-pkgver=2.1.6
-pkgrel=3
+pkgver=2.1.7
+pkgrel=1
pkgdesc="Smart Automatic Cover Art Downloader"
arch=('any')
url="https://github.com/desbma/${pkgname}"
@@ -9,7 +9,7 @@ license=('MPL2')
depends=('python' 'python-setuptools' 'python-aiohttp' 'python-appdirs' 'python-cssselect' 'python-lxml' 'python-mutagen' 'python-pillow' 'python-tqdm')
makedepends=('python-pip')
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/desbma/${pkgname}/archive/${pkgver}.tar.gz")
-sha512sums=('ec989b9b93f1234909b21abd82bfc508db81f735c61d3b38abb61a10497f5e239fc3a6a9d436f971e1b797d9adb081cbf82f4cf62df6e6834e2d1737aa2316e6')
+sha512sums=('606f07a57725dadf86821975bf83012f7e5048cd66b765f42735bbf09c3d4562062aea828d7d5e56cd5d23d7f0cf11f5998f7298b33e57fb3c6367d40794a4b7')
package() {
cd "${pkgname}-${pkgver}"