summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobert Manner2022-09-30 11:37:51 +0200
committerRobert Manner2022-09-30 11:37:51 +0200
commitfdc49c19872687e6bd45c228846af925afc74a15 (patch)
tree9e644952740eaf51427f1daa20d80f50b9565bbf
parent312280c4373fac9def338ad66d3663effd6383fa (diff)
downloadaur-fdc49c19872687e6bd45c228846af925afc74a15.tar.gz
fix arch (x86_64)
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index de9d51640b9d..9f921956e171 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -3,7 +3,7 @@ pkgbase = pytranscriber-bin
pkgver = 1.8
pkgrel = 1
url = https://github.com/raryelcostasouza/pyTranscriber
- arch = any
+ arch = x86_64
license = GPL
depends = libgl
options = !strip
diff --git a/PKGBUILD b/PKGBUILD
index 1dcb0fb81927..4dc3c8e6c07b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ pkgname=pytranscriber-bin
pkgver=1.8
pkgrel=1
pkgdesc="UI for generating transcription (subtitles) using Google Speech Recognition (X11)"
-arch=('any')
+arch=('x86_64')
url="https://github.com/raryelcostasouza/pyTranscriber"
license=('GPL')
options=(!strip !zipman)