summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorZhang Hai2017-09-19 23:23:02 -0700
committerZhang Hai2017-09-19 23:23:02 -0700
commit9424f231db4b4f1559b4de25919508dfa946ea51 (patch)
treeca28a691cbeabda5cd6e42a839f427987905263f /PKGBUILD
parent061f587b994041be5a09e1731fb8aa75b4a8df32 (diff)
downloadaur-9424f231db4b4f1559b4de25919508dfa946ea51.tar.gz
Slight refactor on pkgdesc.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5bd16456bf7c..13b531b055e5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,8 @@ _pkgname=android-sdk-platform-tools
pkgname="${_pkgname}-dummy"
pkgver=r23.1.0
pkgrel=1
-pkgdesc='Platform-Tools for Google Android SDK (adb and fastboot), dummy package'
+_pkgdesc='Platform-Tools for Google Android SDK (adb and fastboot)'
+pkgdesc="${_pkgdesc}, dummy package"
arch=('x86_64')
url="http://developer.android.com/sdk/index.html"
license=('custom')