summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authortytan6522022-09-01 11:26:44 +0200
committertytan6522022-09-01 11:26:44 +0200
commitda444ff23a5a3494dacb72d6605d4f6f36804e31 (patch)
tree1da1daa53c540853a6452c2f6824c9be4fb69dc6
parent5a97212a3b7099961f40d1df3d462bee9c16807a (diff)
downloadaur-da444ff23a5a3494dacb72d6605d4f6f36804e31.tar.gz
build: Remove i686
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 1 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 56ff9ddb494d..ff65ea7d6d68 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -3,7 +3,6 @@ pkgbase = obs-text-pthread
pkgver = 2.0.0
pkgrel = 1
url = https://obsproject.com/forum/resources/obs-pthread-text.1287/
- arch = i686
arch = x86_64
arch = aarch64
license = GPL2
diff --git a/PKGBUILD b/PKGBUILD
index 161fda2e4a1e..9f81578978c2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ pkgname=obs-text-pthread
pkgver=2.0.0
pkgrel=1
pkgdesc="This plugin aims to show beautiful texts on OBS Studio"
-arch=("i686" "x86_64" "aarch64")
+arch=("x86_64" "aarch64")
url="https://obsproject.com/forum/resources/obs-pthread-text.1287/"
license=("GPL2")
depends=("obs-studio>=28" "pango")