summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 104b3cbf1721..66c2afb1ab86 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Sat Mar 5 13:54:56 UTC 2016
+# Mon Nov 28 22:01:03 UTC 2016
pkgbase = sig2dot
pkgdesc = Generates a graph of all of the signature relationships in a GPG/PGP keyring
pkgver = 0.35
diff --git a/PKGBUILD b/PKGBUILD
index a483e0d5fed1..5ad7b89f47f3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,9 +8,9 @@ arch=('any')
url="http://www.chaosreigns.com/code/sig2dot/"
license=('GPL')
depends=('perl')
-source=(http://www.chaosreigns.com/code/sig2dot/sig2dot.pl)
+source=("http://www.chaosreigns.com/code/sig2dot/sig2dot.pl")
md5sums=('f8714bb139dcdbeb81485c33e2234f21')
package() {
- install -D -m0755 sig2dot.pl $pkgdir/usr/bin/sig2dot
+ install -D -m0755 sig2dot.pl "$pkgdir/usr/bin/sig2dot"
}