summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorIan Emnace2018-08-28 13:30:08 +0800
committerIan Emnace2018-08-28 13:31:38 +0800
commitc17564ac3c5a49599054880e97cade03b2a5af90 (patch)
tree3eb67ca2c5425c681b8816fae498edb66a70b9a3
parent384b9ee0cfc44e49508df772c84eefb731282af0 (diff)
downloadaur-c17564ac3c5a49599054880e97cade03b2a5af90.tar.gz
Mention Babel in description explicitly
The previous description fails to be of any use when inspecting what the babel-eslint package does. The current description is more apt, lifted directly from the source's URL.
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 222d5beda0bf..adf7112e394e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
pkgbase = babel-eslint
- pkgdesc = Custom parser for ESLint
+ pkgdesc = A wrapper for Babel's parser used for ESLint
pkgver = 9.0.0
pkgrel = 1
url = https://github.com/babel/babel-eslint
diff --git a/PKGBUILD b/PKGBUILD
index 18d07e614e3f..4681d0fff2cd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=babel-eslint
pkgver=9.0.0
pkgrel=1
-pkgdesc='Custom parser for ESLint'
+pkgdesc="A wrapper for Babel's parser used for ESLint"
arch=('any')
url='https://github.com/babel/babel-eslint'
license=('MIT')