summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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')