summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9cc054ccbe48..fd448950bf7a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=yt-dlp-drop-in
pkgver=2023.10.13
-pkgrel=1
+pkgrel=2
pkgdesc='Provide both youtube-dl command and python imports using yt-dlp'
arch=('any')
license=('Unlicense')
@@ -24,7 +24,7 @@ sha256sums=(
)
pkgver() {
- pacman -Si yt-dlp | sed -nE 's@^Version\s+: (.*)-.*$@\1@p'
+ LANG=C LC_ALL=C pacman -Si yt-dlp | sed -nE 's@^Version\s+: (.*)-.*$@\1@p'
}
package() {