summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index fce4f16435b1..447f22722e9f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,18 +2,18 @@
appname=VK-Scraper
pkgname=vk-scraper
-pkgver=2.0.2
+pkgver=2.0.3
pkgrel=1
pkgdesc="Scrapes a VK user's photos"
arch=('any')
url='https://github.com/vanyasem/VK-Scraper'
license=('GPL3')
-depends=('python-vk_api' 'python' 'python-requests' 'python-tqdm' 'youtube-dl')
+#depends=('python-vk_api' 'python' 'python-requests' 'python-tqdm' 'youtube-dl')
makedepends=('python-setuptools')
provides=('vk-scraper')
conflicts=('vk-scraper')
source=("https://github.com/vanyasem/VK-Scraper/archive/v$pkgver.tar.gz")
-sha256sums=('9af30c47c658756acc8be0fe1c20aeb097893547e35b880eb20c06610bef442d')
+sha256sums=('5ae97f664f1f3bfbd80115144273db4f4a38dd9c2622cfa3fdd7f1161a14310c')
package() {
cd "$srcdir/$appname-$pkgver"