summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d843d4bf75f4..4abd84af570b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,4 +1,5 @@
pkgbase = python-leo
+ pkgdesc = python library for leo dict
pkgver = 1.0
pkgrel = 1
url = https://github.com/keachi/python-leo
diff --git a/PKGBUILD b/PKGBUILD
index 42764f378eeb..57b7f13ce6f0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
pkgname='python-leo'
pkgver=1.0
pkgrel=1
-pkgdesc=''
+pkgdesc='python library for leo dict'
arch=('any')
url='https://github.com/keachi/python-leo'
license=('Apache')