summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorxiota2023-11-11 06:18:01 -0800
committerxiota2023-11-11 06:18:01 -0800
commit7b4b59e5454546afb185db8e41776fb9d73490eb (patch)
tree619d69bdce3902b6ffdf741d2b759bdceb1c804c
parent7bde8e852ec4b8a56c57fdec7f5925ecf67f4608 (diff)
downloadaur-7b4b59e5454546afb185db8e41776fb9d73490eb.tar.gz
fix language in pkgver()
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7bbfb953ad04..0bd6595e5598 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = yt-dlp-drop-in
pkgdesc = Provide both youtube-dl command and python imports using yt-dlp
pkgver = 2023.10.13
- pkgrel = 1
+ pkgrel = 2
arch = any
license = Unlicense
makedepends = python
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() {