summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorwhoisYoges2022-10-13 16:20:52 +0545
committerwhoisYoges2022-10-13 16:20:52 +0545
commit14a25d40a2e57266cc6b38d0848c1d8878891fdf (patch)
tree0195f3e3d703babb8e8ed65ef823d8e48e7a195d
parent0be5383d28185872a368ffeddde0179b1e53b8f8 (diff)
downloadaur-14a25d40a2e57266cc6b38d0848c1d8878891fdf.tar.gz
Dependencies updated
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD9
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 649455297c80..87ffe01dcabe 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -3,13 +3,14 @@ pkgbase = onthespot-git
pkgver = 0.4
pkgrel = 1
url = https://github.com/casualsnek/onthespot
- arch = i686
- arch = x86_64
+ arch = any
license = GPL2
makedepends = git
makedepends = python3
+ makedepends = python-pip
makedepends = bash
depends = ffmpeg
+ depends = qt5-base
provides = onthespot
conflicts = onthespot-git
conflicts = onthespot
diff --git a/PKGBUILD b/PKGBUILD
index dad2d818c7b7..a4c32d5e9384 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,14 @@
-# Maintainer: Castor < whoisyoges at castorisdead dot xyz >
-
+# Maintainer: Castor <whoisyoges at castorisdead dot xyz>
pkgname=onthespot-git
_pkgname=onthespot
pkgver=0.4
pkgrel=1
pkgdesc="A qt based free spotify downloader written in python."
-arch=('i686' 'x86_64')
+arch=('any')
url="https://github.com/casualsnek/onthespot"
license=('GPL2')
-depends=('ffmpeg')
-makedepends=('git' 'python3' 'bash')
+depends=('ffmpeg' 'qt5-base')
+makedepends=('git' 'python3' 'python-pip' 'bash')
provides=('onthespot')
conflicts=('onthespot-git' 'onthespot')
options=(!strip !emptydirs)