summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorcrazyboycjr2017-06-04 23:25:55 +0800
committercrazyboycjr2017-06-04 23:25:55 +0800
commit605a2954b6cdf47e4996b6175dd8d1ae13fab0e2 (patch)
tree229dc375f0820f7c8c2dea447b9e2879d446b4ef
parent6b784ae16f6cb7f286b955b3ab853f04264592b8 (diff)
downloadaur-605a2954b6cdf47e4996b6175dd8d1ae13fab0e2.tar.gz
fix the grammar mistake in pkgdesc
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4d75a8069db2..ab8dba59490a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = fdu-elearning-helper
- pkgdesc = A frontend for Fudan eLearning, with many feature added. http://eh.zbyzbyzby.com/
+ pkgdesc = A frontend for Fudan eLearning, with many features added. http://eh.zbyzbyzby.com/
pkgver = 0.2.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/zhangboyang/fdu_elearning_helper
arch = any
license = MIT
diff --git a/PKGBUILD b/PKGBUILD
index 9c297846355c..d17b74afb815 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
pkgname=fdu-elearning-helper
_pkgname=${pkgname//-/_}
pkgver=0.2.0
-pkgrel=1
-pkgdesc='A frontend for Fudan eLearning, with many feature added. http://eh.zbyzbyzby.com/'
+pkgrel=2
+pkgdesc='A frontend for Fudan eLearning, with many features added. http://eh.zbyzbyzby.com/'
arch=('any')
url="https://github.com/zhangboyang/${_pkgname}"
license=('MIT')