summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorVyacheslav Konovalov2020-07-03 16:58:03 +0500
committerVyacheslav Konovalov2020-07-03 16:58:03 +0500
commit776fcdbf48664d5d9d36cf41b00de465d8efb738 (patch)
tree664b7850bed039f514e80e649fd2e47ed17617e5
parent037f59284caa57dab0da30eacf76ac86140a76af (diff)
downloadaur-776fcdbf48664d5d9d36cf41b00de465d8efb738.tar.gz
Update to 1.1.4
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD7
2 files changed, 6 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c2ef329733db..96d184c39bef 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = deemix
pkgdesc = A barebone deezer downloader library
- pkgver = 1.1.0
+ pkgver = 1.1.4
pkgrel = 1
url = https://deemix.app/
arch = any
@@ -11,9 +11,8 @@ pkgbase = deemix
depends = python-pycryptodomex
depends = python-mutagen
depends = python-spotipy
- conflicts = deemix-git
- source = https://notabug.org/RemixDev/deemix/archive/d628eb39e3967bc63272e9c469b3de58bb80178b.tar.gz
- sha256sums = f2fa56dda0bb18c35084a37f93bea01cd2d88818adf3971a07fff8c0bbf461b4
+ source = https://notabug.org/RemixDev/deemix/archive/309ac9bd1305f9c177197c38d1603302c1c58677.tar.gz
+ sha256sums = 15f0c12c725b5697a95c2228f547f41103a816acfa13f66e155e34b4ad3ca195
pkgname = deemix
diff --git a/PKGBUILD b/PKGBUILD
index 4c05426bd0d8..6beda0b86919 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Vyacheslav Konovalov <vyachkonovalov@protonmail.com>
-_commit=d628eb39e3967bc63272e9c469b3de58bb80178b
+_commit=309ac9bd1305f9c177197c38d1603302c1c58677
pkgname=deemix
-pkgver=1.1.0
+pkgver=1.1.4
pkgrel=1
pkgdesc='A barebone deezer downloader library'
arch=(any)
@@ -10,9 +10,8 @@ url='https://deemix.app/'
license=('GPL3')
depends=('python>=3.6' 'python-click' 'python-pycryptodomex' 'python-mutagen' 'python-spotipy')
makedepends=('python-setuptools')
-conflicts=('deemix-git')
source=("https://notabug.org/RemixDev/deemix/archive/$_commit.tar.gz")
-sha256sums=('f2fa56dda0bb18c35084a37f93bea01cd2d88818adf3971a07fff8c0bbf461b4')
+sha256sums=('15f0c12c725b5697a95c2228f547f41103a816acfa13f66e155e34b4ad3ca195')
build() {
cd deemix