| author | Manuel Coenen
<manuel.coenen@gmail.com> 2018-10-10 10:40:44 UTC |
| committer | Manuel Coenen
<manuel.coenen@gmail.com> 2018-10-10 10:40:44 UTC |
| parent | 7ff6d125946dcdbafd845e5fa05c79c7ef2b46f6 |
| .SRCINFO | +2 | -3 |
| PKGBUILD | +3 | -3 |
diff --git a/.SRCINFO b/.SRCINFO index 0c7ce85..7073be8 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,10 +1,9 @@ pkgbase = timg pkgdesc = Terminal Image Viewer pkgver = 0.9.5 - pkgrel = 1 + pkgrel = 2 url = https://github.com/hzeller/timg - arch = i686 - arch = x86_64 + arch = any license = GPL2 depends = graphicsmagick source = timg-0.9.5.tar.gz::https://github.com/hzeller/timg/archive/v0.9.5.tar.gz diff --git a/PKGBUILD b/PKGBUILD index 0f997f5..1bdee74 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,9 +1,9 @@ -# Maintainer: Grigorii Horos <horosgrisa@gmail.com> +# Maintainer: Manuel Coenen <manuel.coenen@gmail.com> pkgname=timg pkgver=0.9.5 -pkgrel=1 +pkgrel=2 pkgdesc="Terminal Image Viewer" -arch=('i686' 'x86_64') +arch=('any') url="https://github.com/hzeller/timg" license=('GPL2') depends=('graphicsmagick')