summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSamantha McVey2017-05-11 11:38:23 -0700
committerSamantha McVey2017-05-11 11:38:23 -0700
commit99e480d3ad24a75007da207ebd540509c9ba2a2e (patch)
tree3c2fa8628edc2f6c140ad8c9b47764acb1671677
parent4c31b2050c57011e5c110a71286ea2702ab936e4 (diff)
downloadaur-99e480d3ad24a75007da207ebd540509c9ba2a2e.tar.gz
Add some more info to the description
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 33abd6a18dd4..593163796be0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
pkgbase = atom-editor-beta-bin
- pkgdesc = Chrome-based text editor from Github - Beta Channel - Precompiled binary from official repository
+ pkgdesc = Chrome-based text editor from Github - Beta Channel - Precompiled binary from official repository - PKGBUILD downloads the latest dev release when built.
pkgver = 1.17.0.beta5
pkgrel = 1
url = https://github.com/atom/atom
diff --git a/PKGBUILD b/PKGBUILD
index 250a5c3a9e35..02b69c7c1951 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -17,7 +17,7 @@ get_version() {
printf "%s" $(pkgver) | sed -e 's/\(.*\)\.beta/v\1-beta/'
}
pkgrel=1
-pkgdesc="Chrome-based text editor from Github - Beta Channel - Precompiled binary from official repository"
+pkgdesc="Chrome-based text editor from Github - Beta Channel - Precompiled binary from official repository - PKGBUILD downloads the latest dev release when built."
arch=('x86_64')
url="https://github.com/atom/atom"
license=('MIT')