diff options
author | Parker Reed | 2021-05-04 23:30:40 -0400 |
---|---|---|
committer | Parker Reed | 2021-05-04 23:30:40 -0400 |
commit | 7cb5685dd546ba15f96a7e457601bd75089bbb73 (patch) | |
tree | 6c51e5d45da87d9c291a9a973adf57b5d71b70d1 | |
parent | 0aa6bb4c47bd92312b5058627ff235c8fafefbef (diff) | |
download | aur-7cb5685dd546ba15f96a7e457601bd75089bbb73.tar.gz |
Added archs
-rw-r--r-- | .SRCINFO | 6 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 7 insertions, 3 deletions
@@ -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 @@ -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') |