summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin Majewski2021-04-01 22:38:17 +0200
committerKevin Majewski2021-04-01 22:38:17 +0200
commit87281d4489c6edfd7a20a0b7dff46d2a2ac9ba8c (patch)
tree4e755a68398c6ca5ef9e3f768fdf3164e0f49164
parent499859b055d723788335182fc9353ec68bead30a (diff)
downloadaur-87281d4489c6edfd7a20a0b7dff46d2a2ac9ba8c.tar.gz
tags/0.7.4
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 26accf8a6736..233307df2300 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.7.1
+ pkgver = 0.7.4
pkgrel = 1
url = https://github.com/Unrud/video-downloader
arch = any
@@ -10,7 +10,7 @@ pkgbase = video-downloader
depends = gtk3
depends = python-gobject
depends = youtube-dl
- source = git+https://github.com/Unrud/video-downloader.git/#commit=35053bdf8d7e38eb9b37d1aa2dc4f8799f955d78
+ source = git+https://github.com/Unrud/video-downloader.git/#commit=e6812900dfd7da514117136ce691ba08849784cf
b2sums = SKIP
pkgname = video-downloader
diff --git a/PKGBUILD b/PKGBUILD
index 01f41a030498..ae108327c2e6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=video-downloader
-pkgver=0.7.1
+pkgver=0.7.4
pkgrel=1
pkgdesc="GTK application to download videos from websites like YouTube and many others (based on youtube-dl)"
arch=(any)
@@ -7,7 +7,7 @@ url="https://github.com/Unrud/video-downloader"
license=('GPL3')
depends=('gtk3' 'python-gobject' 'youtube-dl')
makedepends=('git' 'meson')
-_commit=35053bdf8d7e38eb9b37d1aa2dc4f8799f955d78 # tags/0.7.1
+_commit=e6812900dfd7da514117136ce691ba08849784cf # tags/0.7.4
source=("git+https://github.com/Unrud/video-downloader.git/#commit=$_commit")
b2sums=('SKIP')