summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorruki <[email protected]>2017-03-08 10:51:17 +0800
committerruki <[email protected]>2017-03-08 10:51:17 +0800
commit40e65c4df8cc332e191728291f53ae7ef89aaa69 (patch)
tree309ab95139c8ceb4fc7fde6a8333d63eaa52b52f
parent679363f08a12595fa3009fc100edb7a44a739935 (diff)
add desc to PKGBUILD
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index de7b0f68e..f14877f81 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=xmake
pkgver=2.1
pkgrel=1
-pkgdesc=""
+pkgdesc="A make-like build utility based on Lua"
arch=('i686' 'x86_64')
url="https://github.com/tboox/xmake"
license=('Apache')