summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaxime Poulin2015-06-10 02:01:21 -0400
committerMaxime Poulin2015-06-10 02:01:21 -0400
commit48b25ba59c8e23ef5f929a2ffd49e754ce0f9b87 (patch)
tree7bfb2ad5f9e3db9485605fe8684e1921337052b9
parentb41141c5ce3d8fb25a710ef96016da279cc05126 (diff)
downloadaur-48b25ba59c8e23ef5f929a2ffd49e754ce0f9b87.tar.gz
Fix package description
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index da651b180f21..6d3ecb348673 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
pkgbase = gdb-ibuclaw-git
- pkgdesc = The GNU Debugger
+ pkgdesc = The GNU Debugger modified for D language support
pkgver = 20150609
pkgrel = 1
url = http://www.gnu.org/software/gdb/
diff --git a/PKGBUILD b/PKGBUILD
index 83624126a70b..c0c8a725613f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=gdb-ibuclaw-git
pkgver=20150609
pkgrel=1
-pkgdesc="The GNU Debugger"
+pkgdesc="The GNU Debugger modified for D language support"
arch=('i686' 'x86_64')
url="http://www.gnu.org/software/gdb/"
license=('GPL3')