diff options
author | Kr1ss | 2019-09-10 14:50:22 +0200 |
---|---|---|
committer | Kr1ss | 2019-09-10 14:50:22 +0200 |
commit | b65f73fed30eb15f7c4ad5558065ce0854922b20 (patch) | |
tree | 4867464670ea44b3a902fdd334cf516fa8fe2c00 | |
parent | 81f3bba86f6c57ad670a660179497d4eced72ffc (diff) | |
download | aur-b65f73fed30eb15f7c4ad5558065ce0854922b20.tar.gz |
restrict arch. to 'x86_64' due to dependencies
-rw-r--r-- | .SRCINFO | 4 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 4 insertions, 4 deletions
@@ -1,10 +1,10 @@ pkgbase = mailwizard-git pkgdesc = Configure neomutt, isync, getmail and msmtp with pass for passwords pkgver = r723.b52a03b - pkgrel = 1 + pkgrel = 2 url = https://github.com/rpuntaie/mailwizard changelog = changelog.txt - arch = any + arch = x86_64 license = GPL3 makedepends = git depends = neomutt @@ -8,10 +8,10 @@ pkgver() { printf 'r%s.%s' "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)" } pkgver=r723.b52a03b -pkgrel=1 +pkgrel=2 pkgdesc='Configure neomutt, isync, getmail and msmtp with pass for passwords' -arch=('any') +arch=('x86_64') url="https://github.com/rpuntaie/${pkgname%-git}" license=('GPL3') |