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