summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartchus2024-04-02 19:49:23 +0200
committerMartchus2024-04-02 19:49:23 +0200
commit1a85df33c900afab633099831128bc6d5156f99b (patch)
tree57d507f07f37e0406cd8ecc86748bb5ddc30beef
parent466935540718e134a6b56f3790a9dd1e76572e64 (diff)
downloadaur-videodownloader.tar.gz
Update version
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 1 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c4ceb96f4432..962bf461ebf5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -15,7 +15,6 @@ pkgbase = videodownloader
depends = qtutilities
depends = openssl
depends = desktop-file-utils
- depends = xdg-utils
source = videodownloader-1.3.6.tar.gz::https://github.com/Martchus/videodownloader/archive/v1.3.6.tar.gz
sha256sums = 59adbb242250235d0e580fbb858c3eb30c724f5463defc49330015e2233927ed
diff --git a/PKGBUILD b/PKGBUILD
index 5c7f1c0a90b8..66bdb9c6003b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ pkgrel=1
arch=('i686' 'x86_64' 'armv6h' 'armv7h' 'aarch64')
pkgdesc='A video downloader with Qt GUI (currently only YouTube and Vimeo are maintained)'
license=('GPL')
-depends=('qtutilities' 'openssl' 'desktop-file-utils' 'xdg-utils')
+depends=('qtutilities' 'openssl' 'desktop-file-utils')
makedepends=('cmake' 'ninja' 'qt5-tools')
url="https://github.com/Martchus/${_reponame}"
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/Martchus/${_reponame}/archive/v${pkgver}.tar.gz")