summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEgor Kovetskiy2016-03-15 13:41:44 +0600
committerEgor Kovetskiy2016-03-15 13:41:51 +0600
commit1c2f8f0426a41b64d9fd5c4617185eb06736cced (patch)
treeb228a4dfc9b9cd9e049ee2a2f992aa7a1e3e9f99
parent15ca8efb4c920c5d3176ba1abdf92db59c117a2e (diff)
downloadaur-1c2f8f0426a41b64d9fd5c4617185eb06736cced.tar.gz
fix description
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f8b02e5d22b8..0f816b47f781 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
# Generated by mksrcinfo v8
-# Tue Mar 15 07:40:54 UTC 2016
+# Tue Mar 15 07:41:47 UTC 2016
pkgbase = poe
- pkgdesc = examine, list and fix suspicious constructs
+ pkgdesc = examine, list and fix suspicious constructs in Go source code
pkgver = 20160315.1_74131fa
pkgrel = 1
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index 8d556eddc09d..93801999c180 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=poe
pkgver=20160315.1_74131fa
pkgrel=1
-pkgdesc="examine, list and fix suspicious constructs"
+pkgdesc="examine, list and fix suspicious constructs in Go source code"
arch=('i686' 'x86_64')
license=('GPL')
makedepends=('go' 'git')