summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoreNV252022-01-21 16:53:50 +0530
committereNV252022-01-21 16:53:50 +0530
commitabaaaf57190d1b31ceae503a902899018cf163ff (patch)
tree2048717862f36474df8641ab295eb4da434d1316
parent9982aaa448b3fe409a89a14afac2ff74bc892dc4 (diff)
downloadaur-abaaaf57190d1b31ceae503a902899018cf163ff.tar.gz
upgpkg: ff2mpv-go-git 1.0.1.r1.639496c-3
Added additional supported architectures
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
2 files changed, 8 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0f0140a0555d..7155bd47decb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,14 @@
pkgbase = ff2mpv-go-git
pkgdesc = Native messaging host for ff2mpv written in Go. Includes manifest json for many browsers.
pkgver = 1.0.1.r1.639496c
- pkgrel = 2
+ pkgrel = 3
url = https://git.clsr.net/util/ff2mpv-go
arch = x86_64
+ arch = i686
+ arch = aarch64
+ arch = arm
+ arch = armv6h
+ arch = armv7h
license = custom: public domain
makedepends = go
makedepends = jq
diff --git a/PKGBUILD b/PKGBUILD
index 057bcde701b5..d36142dd8d2e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,9 +2,9 @@
pkgname=ff2mpv-go-git
pkgver=1.0.1.r1.639496c
-pkgrel=2
+pkgrel=3
pkgdesc="Native messaging host for ff2mpv written in Go. Includes manifest json for many browsers."
-arch=(x86_64)
+arch=(x86_64 i686 aarch64 arm armv6h armv7h)
url="https://git.clsr.net/util/ff2mpv-go"
license=('custom: public domain')
depends=(mpv)