summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin Majewski2021-03-09 12:46:22 +0100
committerKevin Majewski2021-03-09 12:46:22 +0100
commit499859b055d723788335182fc9353ec68bead30a (patch)
tree51e915e78bf31cf059c2aa9d196c961a37276b7d
parentab6f820436a9ada90165f89e71ac0129082ae60b (diff)
downloadaur-499859b055d723788335182fc9353ec68bead30a.tar.gz
tags/0.7.1
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ae64308a96e8..26accf8a6736 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.0
+ pkgver = 0.7.1
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=395ba1c025c7e51afcaac056af61926a7f1ed778
+ source = git+https://github.com/Unrud/video-downloader.git/#commit=35053bdf8d7e38eb9b37d1aa2dc4f8799f955d78
b2sums = SKIP
pkgname = video-downloader
diff --git a/PKGBUILD b/PKGBUILD
index 1a7fbd650be1..01f41a030498 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=video-downloader
-pkgver=0.7.0
+pkgver=0.7.1
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=395ba1c025c7e51afcaac056af61926a7f1ed778 # tags/0.7.0
+_commit=35053bdf8d7e38eb9b37d1aa2dc4f8799f955d78 # tags/0.7.1
source=("git+https://github.com/Unrud/video-downloader.git/#commit=$_commit")
b2sums=('SKIP')