summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin Majewski2020-09-08 12:59:35 +0200
committerKevin Majewski2020-09-08 12:59:35 +0200
commit7cd248801f63ddd71e30b4b56836056552f43331 (patch)
tree80e6689fd9c755eaa70999a53a74b942167e1e42
parente88dd9963ba909f0cbdbeabc43e73fa3e1f28399 (diff)
downloadaur-7cd248801f63ddd71e30b4b56836056552f43331.tar.gz
tags/0.5.5
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD8
2 files changed, 6 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 896cbcd236ed..60ca78239600 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = video-downloader
pkgdesc = GTK application to download videos from websites like YouTube and many others (based on youtube-dl)
- pkgver = 0.3.1
+ pkgver = 0.5.5
pkgrel = 1
url = https://github.com/Unrud/video-downloader
arch = any
@@ -10,8 +10,8 @@ pkgbase = video-downloader
depends = gtk3
depends = python-gobject
depends = youtube-dl
- source = git+https://github.com/Unrud/video-downloader#commit=ccbbf489cab31ecc606d1aaaf759bd2c349c4b02
- sha256sums = SKIP
+ source = git+https://github.com/Unrud/video-downloader#commit=34092f6bb8bdd06b2bda8d27a6f979e864b6d3d9
+ sha512sums = SKIP
pkgname = video-downloader
diff --git a/PKGBUILD b/PKGBUILD
index 6d58cc5ac18f..fc431d910561 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,5 @@
-# Contributor: Balló György <ballogyor+arch at gmail dot com>
-
pkgname=video-downloader
-pkgver=0.3.1
+pkgver=0.5.5
pkgrel=1
pkgdesc="GTK application to download videos from websites like YouTube and many others (based on youtube-dl)"
arch=(any)
@@ -9,9 +7,9 @@ url="https://github.com/Unrud/video-downloader"
license=('GPL3')
depends=(gtk3 python-gobject youtube-dl)
makedepends=(git meson)
-_commit=ccbbf489cab31ecc606d1aaaf759bd2c349c4b02 # tags/0.3.1
+_commit=34092f6bb8bdd06b2bda8d27a6f979e864b6d3d9 # tags/0.5.5
source=("git+https://github.com/Unrud/video-downloader#commit=$_commit")
-sha256sums=('SKIP')
+sha512sums=('SKIP')
pkgver() {
cd $pkgname