summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorjguer2021-07-13 18:57:39 +0200
committerjguer2021-07-13 18:57:39 +0200
commit2adbee1e896af94ce7b1ebe28257a746354d944b (patch)
tree6dbd28041de8e2fa01a4403f5f7dcbee440aa85e
parent4b3694ab1e3fdf0d31860a6cd56ff274c3f0cd10 (diff)
downloadaur-2adbee1e896af94ce7b1ebe28257a746354d944b.tar.gz
upgpkg: yay-bin 10.3.0-2
v10.3.0 - fix missing ko
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c5ac8dfc9b73..41feb667bd8e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = yay-bin
pkgdesc = Yet another yogurt. Pacman wrapper and AUR helper written in go. Pre-compiled.
pkgver = 10.3.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/Jguer/yay
arch = x86_64
arch = aarch64
diff --git a/PKGBUILD b/PKGBUILD
index 8bdac51b0a70..fadf31ba204c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Jguer <joaogg3 at gmail dot com>
pkgname=yay-bin
pkgver=10.3.0
-pkgrel=1
+pkgrel=2
pkgdesc="Yet another yogurt. Pacman wrapper and AUR helper written in go. Pre-compiled."
arch=('x86_64' 'aarch64' 'armv6h' 'armv7h')
url="https://github.com/Jguer/yay"
@@ -35,7 +35,7 @@ package() {
install -Dm644 "${_output}/zsh" "${pkgdir}/usr/share/zsh/site-functions/_yay"
install -Dm644 "${_output}/fish" "${pkgdir}/usr/share/fish/vendor_completions.d/yay.fish"
- LANGS="pt pt_BR en es eu fr_FR ja pl_PL ru_RU zh_CN"
+ LANGS="pt pt_BR en es eu fr_FR ja pl_PL ru_RU zh_CN ko"
for lang in ${LANGS}; do
install -Dm644 "${_output}/${lang}.mo" "${pkgdir}/usr/share/locale/${lang}/LC_MESSAGES/yay.mo"
done