summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorCody P Schafer2016-05-05 14:07:29 -0400
committerCody P Schafer2016-05-05 14:07:29 -0400
commit28908942932c1d0ef5d50a5708bbb3ee851870f0 (patch)
treefc43ca5bcbe6702fb9f3ca6e02b11c8889225e64 /PKGBUILD
parent7fb97cd602ac5402b45fb24ee44804a9d87f7905 (diff)
downloadaur-28908942932c1d0ef5d50a5708bbb3ee851870f0.tar.gz
fix license and add desc
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3537b69ae02f..416d225d7f6d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,10 +3,10 @@ _bpn=python2-shaape
pkgname=${_bpn}-git
pkgver=1.1.1.r2.gc8c8dd7
pkgrel=1
-pkgdesc=""
+pkgdesc="ascii art to image converter designed to be used with asciidoc"
arch=(any)
url="https://github.com/christiangoltz/shaape"
-license=('GPL')
+license=('BSD')
groups=()
depends=('python2' 'pygtk')
makedepends=()