summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorjahendrie2019-12-24 05:26:27 -0900
committerjahendrie2019-12-24 05:26:27 -0900
commit178536b5a6aa133a7d402041abcebfcd6ff2c6b1 (patch)
tree730ecf84cbb88e1cbd995720ad2c9c2fb4474b6e
parent5ccdad033e582354a6d4f295f824a485776bc871 (diff)
downloadaur-178536b5a6aa133a7d402041abcebfcd6ff2c6b1.tar.gz
Removed old depency on pyqt5-common
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9a81095f99ca..ec51d46efedd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,13 @@
pkgbase = qytdl
pkgdesc = Basic PyQt5 frontend to Youtube-DL
pkgver = 1.02
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/jahendrie/qytdl
arch = any
license = GPL3
makedepends = make
depends = python>=3.7
depends = python-pyqt5>=5.13
- depends = pyqt5-common>=5.13
depends = youtube-dl
source = http://www.someplacedumb.net/content/progs/qytdl/qytdl-1.02.tar.xz
md5sums = 369f492c4a2405508a7e71d418a50143
diff --git a/PKGBUILD b/PKGBUILD
index 95be5cc95668..2d95038743e1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: James Hendrie <hendrie.james@gmail.com>
pkgname=qytdl
pkgver=1.02
-pkgrel=2
+pkgrel=3
epoch=
pkgdesc="Basic PyQt5 frontend to Youtube-DL"
arch=('any')
url="https://github.com/jahendrie/qytdl"
license=('GPL3')
groups=()
-depends=('python>=3.7' 'python-pyqt5>=5.13' 'pyqt5-common>=5.13' 'youtube-dl')
+depends=('python>=3.7' 'python-pyqt5>=5.13' 'youtube-dl')
makedepends=('make')
checkdepends=()
optdepends=()