summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorfelixseblanc2019-09-01 16:09:14 +0200
committerfelixseblanc2019-09-01 16:09:14 +0200
commitbaca69cc00aef78c6b811095c9aaf799b7678f66 (patch)
treee00691c7c41a563f88299562ee402484688f2dc8
parent3cf212472436c32ca66da1597de73d5597f7c316 (diff)
downloadaur-baca69cc00aef78c6b811095c9aaf799b7678f66.tar.gz
Updated version to 4.2.2
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD14
2 files changed, 13 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e601dc06e20e..e16320ec16f9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = deezloader-remix-bin
pkgdesc = Deezloader Remix is an improved version of Deezloader based on the Reborn branch. With this app you can download songs, playlists and albums directly from Deezer's Server in a single and well packaged app.
- pkgver = 4.2.1
+ pkgver = 4.2.2
pkgrel = 1
url = https://notabug.org/RemixDevs/DeezloaderRemix
arch = x86_64
@@ -8,10 +8,10 @@ pkgbase = deezloader-remix-bin
license = GPL3
conflicts = deezloader-remix-git
options = !strip
- source_x86_64 = deezloader-remix.appimage::https://www.dropbox.com/s/7g2m490lv28vjad/Deezloader_Remix_4.2.1-x86_64.appimage?dl=0
- md5sums_x86_64 = 706967580087748e9689b056e495cc0d
- source_i686 = deezloader-remix.appimage::https://www.dropbox.com/s/hhhennqt1d90d5v/Deezloader_Remix_4.2.1-i386.appimage?dl=0
- md5sums_i686 = 98a3e7e2c050fa695e500f50a7dd22a1
+ source_x86_64 = deezloader-remix.appimage::https://share.dmca.gripe/H6Px8tt53UPHYVUk.zip
+ md5sums_x86_64 = 64f784e408c7d07fc468aa66cedde0d8
+ source_i686 = deezloader-remix.appimage::https://share.dmca.gripe/tfJPjDBdJUTRzvnY.zip
+ md5sums_i686 = c2d85c932886bef5d57d1d5ede6293e0
pkgname = deezloader-remix-bin
diff --git a/PKGBUILD b/PKGBUILD
index f19bf9c8deb9..8d5a655deaff 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,18 +2,20 @@
pkgname="deezloader-remix-bin"
_pkgname="deezloader-remix"
-pkgver=4.2.1
+pkgver=4.2.2
pkgrel=1
pkgdesc="Deezloader Remix is an improved version of Deezloader based on the Reborn branch. With this app you can download songs, playlists and albums directly from Deezer's Server in a single and well packaged app."
arch=('x86_64' 'i686')
url="https://notabug.org/RemixDevs/DeezloaderRemix"
license=('GPL3')
conflicts=('deezloader-remix-git')
-source_x86_64=(${_pkgname}.appimage::https://www.dropbox.com/s/7g2m490lv28vjad/Deezloader_Remix_${pkgver}-x86_64.appimage?dl=0)
-source_i686=(${_pkgname}.appimage::https://www.dropbox.com/s/hhhennqt1d90d5v/Deezloader_Remix_${pkgver}-i386.appimage?dl=0)
+#source_x86_64=(${_pkgname}.appimage::https://www.dropbox.com/s/7g2m490lv28vjad/Deezloader_Remix_${pkgver}-x86_64.appimage?dl=0)
+source_x86_64=(${_pkgname}.appimage::https://share.dmca.gripe/H6Px8tt53UPHYVUk.zip)
+#source_i686=(${_pkgname}.appimage::https://www.dropbox.com/s/hhhennqt1d90d5v/Deezloader_Remix_${pkgver}-i386.appimage?dl=0)
+source_i686=(${_pkgname}.appimage::https://share.dmca.gripe/tfJPjDBdJUTRzvnY.zip)
options=(!strip)
-md5sums_x86_64=('706967580087748e9689b056e495cc0d')
-md5sums_i686=('98a3e7e2c050fa695e500f50a7dd22a1')
+md5sums_x86_64=('64f784e408c7d07fc468aa66cedde0d8')
+md5sums_i686=('c2d85c932886bef5d57d1d5ede6293e0')
package() {
msg2 "Extracting the AppImage..."
@@ -49,4 +51,4 @@ package() {
install -d "${pkgdir}/usr/share/licenses/${_pkgname}"
ln -s "/opt/${_pkgname}/LICENSE.electron.txt" "${pkgdir}/usr/share/licenses/${_pkgname}/LICENSE.electron.txt"
ln -s "/opt/${_pkgname}/LICENSES.chromium.html" "${pkgdir}/usr/share/licenses/${_pkgname}/LICENSES.chromium.html"
-} \ No newline at end of file
+}