summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorParagoumba2024-01-13 18:40:48 +0100
committerParagoumba2024-01-13 18:40:48 +0100
commit210392e88c93b8aa9f5e92b062e249da630d1f1b (patch)
treee3051cb755fe02b3d2109356b115913984d3ca4e /PKGBUILD
parent66897eb9d2bbd0988465b12bf011d94de6496605 (diff)
downloadaur-210392e88c93b8aa9f5e92b062e249da630d1f1b.tar.gz
Remove the make call to update the translation
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1392391655d4..ef727e2fc490 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Bjoern Franke <bjo+aur@schafweide.org>
pkgname=vorta
pkgver=0.9.1
-pkgrel=1
+pkgrel=2
pkgdesc="A GUI for BorgBackup"
arch=('any')
url="https://github.com/borgbase/vorta"
@@ -16,12 +16,12 @@ options=(!emptydirs)
source=("$pkgname-$pkgver.tar.gz::https://github.com/borgbase/$pkgname/archive/v$pkgver.tar.gz")
sha256sums=('0f627c2464bf1631711151464fe1ea59781f0c91a76cf5a081a5797a897f2929')
-
build() {
cd "$pkgname-$pkgver"
- make translations-to-qm
+ #make translations-to-qm
python -m build --no-isolation --wheel --skip-dependency-check
}
+
package() {
cd "$pkgname-$pkgver"
python -m installer --destdir="${pkgdir:?}" dist/*.whl