summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Peukert2023-03-01 23:39:15 +0100
committerDaniel Peukert2023-03-01 23:39:15 +0100
commit71ad5e9d51dc62b0b84890490923680e1c88aa75 (patch)
tree3bf0b16ce0fb3303f938e4399bb52a11306904d7
parentcbf14b653b95e333c68daeb1a1441c1d569de76c (diff)
downloadaur-71ad5e9d51dc62b0b84890490923680e1c88aa75.tar.gz
Get rid of ARM v5 and v6, as no Arch-based distro supports them
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 1 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3b031dbad057..9a00fb53404e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,8 +5,6 @@ pkgbase = hlsdl-git
url = https://github.com/selsta/hlsdl
arch = x86_64
arch = i686
- arch = arm
- arch = armv6h
arch = armv7h
arch = aarch64
license = MIT
diff --git a/PKGBUILD b/PKGBUILD
index 12bd902ed3aa..27d9fdccb0b5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ pkgname="$_pkgname-git"
pkgver='0.27.r195.g84c1ded'
pkgrel='1'
pkgdesc='C program to download VoD HLS (.m3u8) files - git version'
-arch=('x86_64' 'i686' 'arm' 'armv6h' 'armv7h' 'aarch64')
+arch=('x86_64' 'i686' 'armv7h' 'aarch64')
url="https://github.com/selsta/$_pkgname"
license=('MIT')
depends=('curl' 'openssl')