summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5370329af6f3..7a53bf48a3fb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = dmusic
pkgdesc = Compact and native Yandex Music client
pkgver = 0.3
- pkgrel = 3
+ pkgrel = 4
url = https://github.com/levovix0/DMusic
arch = x86_64
license = GPL3
@@ -12,6 +12,7 @@ pkgbase = dmusic
depends = qt5-multimedia
depends = qt5-quickcontrols2
depends = qt5-svg
+ depends = openssl-1.1
source = https://github.com/levovix0/DMusic/archive/refs/tags/0.3.zip
source = DMusic.desktop
sha256sums = 1f82e732584257246162201bc59b339adca71a90dcd811b775a6b681f067d7f2
diff --git a/PKGBUILD b/PKGBUILD
index 7f9673365227..6c11a2b66686 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=dmusic
pkgver=0.3
-pkgrel=3
+pkgrel=4
pkgdesc="Compact and native Yandex Music client"
arch=('i686' 'x86_64')
url="https://github.com/levovix0/DMusic"
@@ -18,7 +18,8 @@ depends=(
'qt5-declarative'
'qt5-multimedia'
'qt5-quickcontrols2'
- 'qt5-svg')
+ 'qt5-svg'
+ 'openssl-1.1')
makedepends=('nim')