summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorKr1ss2019-09-10 14:50:22 +0200
committerKr1ss2019-09-10 14:50:22 +0200
commitb65f73fed30eb15f7c4ad5558065ce0854922b20 (patch)
tree4867464670ea44b3a902fdd334cf516fa8fe2c00 /PKGBUILD
parent81f3bba86f6c57ad670a660179497d4eced72ffc (diff)
downloadaur-b65f73fed30eb15f7c4ad5558065ce0854922b20.tar.gz
restrict arch. to 'x86_64' due to dependencies
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2c5ae9f73db4..cdcf7b25d027 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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')