summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick Lühne2017-11-20 20:34:05 +0100
committerPatrick Lühne2017-11-20 20:34:05 +0100
commit7be77b9ec33f74f46a488dc80b5dc88029d92f06 (patch)
tree666232f244e9f615dee3176e47aad4b0b5434af6
parentd4d2e5aade8df61c8160c308de3cefbc6b532cfd (diff)
downloadaur-7be77b9ec33f74f46a488dc80b5dc88029d92f06.tar.gz
Remove trailing period in description
This is to make this PKGBUILD consistent with the other ones in AUR.
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0edac8cad894..f92c19802037 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
pkgbase = ruby-ruby_dep
- pkgdesc = Automatically helps determine supported Rubies based on .travis.yml file.
+ pkgdesc = Automatically helps determine supported Rubies based on .travis.yml file
pkgver = 1.5.0
pkgrel = 2
url = https://github.com/e2/ruby_dep
diff --git a/PKGBUILD b/PKGBUILD
index 30807577c4ea..a3b214e7629e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ _gemname=ruby_dep
pkgname=ruby-$_gemname
pkgver=1.5.0
pkgrel=2
-pkgdesc='Automatically helps determine supported Rubies based on .travis.yml file.'
+pkgdesc='Automatically helps determine supported Rubies based on .travis.yml file'
url='https://github.com/e2/ruby_dep'
arch=('any')
license=('MIT')