summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorParker Reed2021-05-04 23:30:40 -0400
committerParker Reed2021-05-04 23:30:40 -0400
commit7cb5685dd546ba15f96a7e457601bd75089bbb73 (patch)
tree6c51e5d45da87d9c291a9a973adf57b5d71b70d1 /PKGBUILD
parent0aa6bb4c47bd92312b5058627ff235c8fafefbef (diff)
downloadaur-rdrview-git.tar.gz
Added archs
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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')