summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wagie2023-03-21 18:58:02 -0600
committerMark Wagie2023-03-21 18:58:02 -0600
commitb402f632ca2b6cb3feb8a3f85e20f83260f2e0d5 (patch)
tree8e9f6e1f7d8c76adbde40e59ea166c7fddfeeeb6
parent58fd41e539d665102152c5e08ff3895e9c273540 (diff)
downloadaur-b402f632ca2b6cb3feb8a3f85e20f83260f2e0d5.tar.gz
0.11.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ae4cfe002506..83723a4778b8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = video-downloader
pkgdesc = Download videos from websites like YouTube and many others (based on yt-dlp)
- pkgver = 0.11.1
+ pkgver = 0.11.2
pkgrel = 1
url = https://github.com/Unrud/video-downloader
arch = any
@@ -16,7 +16,7 @@ pkgbase = video-downloader
depends = python-pyxattr
depends = python-websockets
depends = yt-dlp
- source = video-downloader-0.11.1.tar.gz::https://github.com/Unrud/video-downloader/archive/refs/tags/v0.11.1.tar.gz
- sha256sums = eded0dd77e5aecbf000ca0d43ed60a04529f56803cf803bd1ffc7375ce0f6cda
+ source = video-downloader-0.11.2.tar.gz::https://github.com/Unrud/video-downloader/archive/refs/tags/v0.11.2.tar.gz
+ sha256sums = 97a1dba93ece8ca882d1d8343e63ced52b2487de84a47621ec3fda7f309b228d
pkgname = video-downloader
diff --git a/PKGBUILD b/PKGBUILD
index ba8633bd32fa..6bdc0f7d9908 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Marcell Meszaros < marcell.meszaros AT runbox.eu >
# Contributor: Kevin Majewski < kevin.majewski02 AT gmail.com >
pkgname=video-downloader
-pkgver=0.11.1
+pkgver=0.11.2
pkgrel=1
pkgdesc="Download videos from websites like YouTube and many others (based on yt-dlp)"
arch=('any')
@@ -13,7 +13,7 @@ depends=('ffmpeg' 'libadwaita' 'python-brotli' 'python-gobject' 'python-mutagen'
makedepends=('meson')
checkdepends=('appstream-glib')
source=("$pkgname-$pkgver.tar.gz::$url/archive/refs/tags/v$pkgver.tar.gz")
-sha256sums=('eded0dd77e5aecbf000ca0d43ed60a04529f56803cf803bd1ffc7375ce0f6cda')
+sha256sums=('97a1dba93ece8ca882d1d8343e63ced52b2487de84a47621ec3fda7f309b228d')
build() {
arch-meson "$pkgname-$pkgver" build