summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e6a51d241bda..104b3cbf1721 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,11 @@
+# Generated by mksrcinfo v8
+# Sat Mar 5 13:54:56 UTC 2016
pkgbase = sig2dot
pkgdesc = Generates a graph of all of the signature relationships in a GPG/PGP keyring
pkgver = 0.35
- pkgrel = 1
+ pkgrel = 2
url = http://www.chaosreigns.com/code/sig2dot/
- arch = i686
- arch = x86_64
+ arch = any
license = GPL
depends = perl
source = http://www.chaosreigns.com/code/sig2dot/sig2dot.pl
diff --git a/PKGBUILD b/PKGBUILD
index 24c7c040b595..a483e0d5fed1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,9 +2,9 @@
# Contributor: catwell <catwell@archlinux.us>
pkgname=sig2dot
pkgver=0.35
-pkgrel=1
+pkgrel=2
pkgdesc="Generates a graph of all of the signature relationships in a GPG/PGP keyring"
-arch=('i686' 'x86_64')
+arch=('any')
url="http://www.chaosreigns.com/code/sig2dot/"
license=('GPL')
depends=('perl')