summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorParker Reed2021-05-04 23:30:40 -0400
committerParker Reed2021-05-04 23:30:40 -0400
commit7cb5685dd546ba15f96a7e457601bd75089bbb73 (patch)
tree6c51e5d45da87d9c291a9a973adf57b5d71b70d1
parent0aa6bb4c47bd92312b5058627ff235c8fafefbef (diff)
downloadaur-rdrview-git.tar.gz
Added archs
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 7 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0428560544a9..467455afbabd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,13 @@
pkgbase = rdrview-git
pkgdesc = Command line tool to extract the main content from a webpage
- pkgver = 20210127.183029f
+ pkgver = 20210213.b887583
pkgrel = 1
url = https://github.com/eafer/rdrview
arch = x86_64
+ arch = arm
+ arch = armv7h
+ arch = armv6h
+ arch = aarch64
license = custom
makedepends = git
depends = curl
diff --git a/PKGBUILD b/PKGBUILD
index ac27b148edac..1c71085dd15a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,12 @@
pkgname=rdrview-git
_pkgname=rdrview
-pkgver=20210127.183029f
+pkgver=20210213.b887583
pkgrel=1
pkgdesc='Command line tool to extract the main content from a webpage'
url='https://github.com/eafer/rdrview'
license=('custom')
-arch=('x86_64')
+arch=('x86_64' 'arm' 'armv7h' 'armv6h' 'aarch64')
makedepends=('git')
depends=('curl' 'libxml2' 'libseccomp')
source=('git+https://github.com/eafer/rdrview.git')