summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBaptiste Jonglez2016-03-05 14:54:56 +0100
committerBaptiste Jonglez2016-03-05 14:54:56 +0100
commit603afd74c4adf6c827e88505995579232d0f873b (patch)
treecfc80a139a10b0884f32f283e45654289da54669
parentd0dfcbbe9d54c497f385b8bba0cf7b6cbd34a3b7 (diff)
downloadaur-603afd74c4adf6c827e88505995579232d0f873b.tar.gz
sig2dot: Change arch to any
-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')