summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin Majewski2021-02-07 19:49:31 +0100
committerKevin Majewski2021-02-07 19:49:31 +0100
commitab6f820436a9ada90165f89e71ac0129082ae60b (patch)
treeb11e4358d52d403e4f1456bed03d318380c5488c
parent8f0d9ffbcadf35b6763073920ee8b35bdab03f7d (diff)
downloadaur-ab6f820436a9ada90165f89e71ac0129082ae60b.tar.gz
tags/0.7.0
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ca9fc85809c2..ae64308a96e8 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.6.1
+ pkgver = 0.7.0
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/GustavoPeredo/video-downloader#commit=1c2e24b049b23e0c595606abc1a37e2d750df3dc
+ source = git+https://github.com/Unrud/video-downloader.git/#commit=395ba1c025c7e51afcaac056af61926a7f1ed778
b2sums = SKIP
pkgname = video-downloader
diff --git a/PKGBUILD b/PKGBUILD
index dd6c635866a7..1a7fbd650be1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=video-downloader
-pkgver=0.6.1
+pkgver=0.7.0
pkgrel=1
pkgdesc="GTK application to download videos from websites like YouTube and many others (based on youtube-dl)"
arch=(any)
@@ -7,8 +7,8 @@ url="https://github.com/Unrud/video-downloader"
license=('GPL3')
depends=('gtk3' 'python-gobject' 'youtube-dl')
makedepends=('git' 'meson')
-_commit=1c2e24b049b23e0c595606abc1a37e2d750df3dc # tags/0.6.1
-source=("git+https://github.com/GustavoPeredo/video-downloader#commit=$_commit")
+_commit=395ba1c025c7e51afcaac056af61926a7f1ed778 # tags/0.7.0
+source=("git+https://github.com/Unrud/video-downloader.git/#commit=$_commit")
b2sums=('SKIP')
pkgver() {