update run_gettext.sh path

This commit is contained in:
lod 2025-08-26 20:12:19 +02:00
parent 0c360af695
commit 1d0a94b949
2 changed files with 3 additions and 3 deletions

View file

@ -1,6 +1,6 @@
pkgbase = orca-slicer-git
pkgdesc = G-code generator for 3D printers (Bambu, Prusa, Voron, VzBot, RatRig, Creality, etc.)
pkgver = 2.3.1.r25349.e44ec1f
pkgver = 2.3.1.r25462.90a6c53
pkgrel = 1
url = https://github.com/SoftFever/OrcaSlicer
arch = x86_64

View file

@ -1,7 +1,7 @@
# Maintainer: lod <aur@cyber-anlage.de>
pkgname=orca-slicer-git
pkgver=2.3.1.r25349.e44ec1f
pkgver=2.3.1.r25462.90a6c53
pkgrel=1
pkgdesc="G-code generator for 3D printers (Bambu, Prusa, Voron, VzBot, RatRig, Creality, etc.)"
arch=('x86_64')
@ -67,7 +67,7 @@ build() {
ninja -C build
# add localizations
./run_gettext.sh --full
./scripts//run_gettext.sh --full
}
package() {