summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoryoussefsourani2022-03-13 12:22:22 +0200
committeryoussefsourani2022-03-13 12:22:22 +0200
commita1f47a15e211c435b960af4a58fcf034324bca61 (patch)
tree91b7608552e17e5e46474cde7dfa72d6f96fde3b
parentddca39d2fe682d8b818f0724c37f6bc2e5bbdb42 (diff)
downloadaur-a1f47a15e211c435b960af4a58fcf034324bca61.tar.gz
up to release 3
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ad59b38459ef..6ca6c183c469 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = pysavetube
pkgdesc = Videos Downloader.
pkgver = 1.0
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/yucefsourani/pysavetube
arch = any
license = GPL3
@@ -12,6 +12,7 @@ pkgbase = pysavetube
depends = python-gobject
depends = gettext
depends = libhandy
+ depends = gnome-icon-theme
source = pysavetube::git+https://github.com/yucefsourani/pysavetube.git
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 8f19f091278f..8279951e424f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
#Maintainer: Yucef Sourani <youssef.m.sourani@gmail.com>
pkgname=pysavetube
pkgver=1.0
-pkgrel=2
+pkgrel=3
pkgdesc="Videos Downloader."
arch=('any')
url="https://github.com/yucefsourani/${pkgname}"
license=('GPL3')
-depends=('python' 'gtk3' 'python-gobject' 'gettext' 'libhandy')
+depends=('python' 'gtk3' 'python-gobject' 'gettext' 'libhandy' 'gnome-icon-theme')
makedepends=('git' 'gettext')
source=("$pkgname"::"git+https://github.com/yucefsourani/pysavetube.git")
sha256sums=('SKIP')