summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorVyacheslav Konovalov2020-06-05 18:13:14 +0500
committerVyacheslav Konovalov2020-06-05 18:13:14 +0500
commitf68bed4b2d301ae74e98040c01dcfc29c30b6cff (patch)
treea285f3e074e83943bbcd66c763d8186e1188f1fa
parentb777e793b8a44ffe435eea96c098a0a3d0cea48a (diff)
downloadaur-f68bed4b2d301ae74e98040c01dcfc29c30b6cff.tar.gz
version 1.0.12
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d8bf06b6232a..9142b21d79a7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = deemix
pkgdesc = A barebone deezer downloader library
- pkgver = 1.0.11
+ pkgver = 1.0.12
pkgrel = 1
url = https://deemix.app/
arch = any
@@ -12,8 +12,8 @@ pkgbase = deemix
depends = python-mutagen
depends = python-spotipy
conflicts = deemix-git
- source = https://notabug.org/RemixDev/deemix/archive/b70fcd361c26c6657f94f344e8e26835ddb243c0.tar.gz
- sha256sums = 136aa92f49a97e5cea5c5879c03575d45a15c9efeaf2898dd4cc2c9dff1cda8d
+ source = https://notabug.org/RemixDev/deemix/archive/fd148d481c764a491246d2b51d64e201b897c80e.tar.gz
+ sha256sums = 1579b29e1b86fc8c99b1a79ccc748562220f08b7a4181e6fa75a10a8873c57b0
pkgname = deemix
diff --git a/PKGBUILD b/PKGBUILD
index 849734bbef98..534ed8f7aea2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Vyacheslav Konovalov <vyachkonovalov@protonmail.com>
-_commit=b70fcd361c26c6657f94f344e8e26835ddb243c0
+_commit=fd148d481c764a491246d2b51d64e201b897c80e
pkgname=deemix
-pkgver=1.0.11
+pkgver=1.0.12
pkgrel=1
pkgdesc='A barebone deezer downloader library'
arch=(any)
@@ -12,7 +12,7 @@ depends=('python>=3.6' 'python-click' 'python-pycryptodomex' 'python-mutagen' 'p
makedepends=('python-setuptools')
conflicts=('deemix-git')
source=("https://notabug.org/RemixDev/deemix/archive/$_commit.tar.gz")
-sha256sums=('136aa92f49a97e5cea5c5879c03575d45a15c9efeaf2898dd4cc2c9dff1cda8d')
+sha256sums=('1579b29e1b86fc8c99b1a79ccc748562220f08b7a4181e6fa75a10a8873c57b0')
build() {
cd deemix