summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMario Finelli2017-06-07 21:48:56 -0400
committerMario Finelli2017-06-07 21:48:56 -0400
commitac184fd9f7176374e1d70b0b4ad33626f0de7b58 (patch)
treede14aba780184c6146a9b2dbc254d442d499c041
parent74dbcd16e97bcb7663692eea935b007d335c4442 (diff)
downloadaur-ac184fd9f7176374e1d70b0b4ad33626f0de7b58.tar.gz
Clean up pkgbuild
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD7
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4fcd590faf98..be0868363fd2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
# Generated by mksrcinfo v8
-# Thu Jun 8 01:45:42 UTC 2017
+# Thu Jun 8 01:48:46 UTC 2017
pkgbase = drush
- pkgdesc = Drush is a command line shell and Unix scripting interface for Drupal.
+ pkgdesc = Command line shell and Unix scripting interface for Drupal.
pkgver = 8.1.12
pkgrel = 1
url = https://github.com/drush-ops/drush/
diff --git a/PKGBUILD b/PKGBUILD
index b3dadff0ef17..7d171c92007d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,16 +7,15 @@
pkgname=drush
pkgver=8.1.12
pkgrel=1
-pkgdesc="Drush is a command line shell and Unix scripting interface for Drupal."
+pkgdesc="Command line shell and Unix scripting interface for Drupal."
arch=('any')
url="https://github.com/drush-ops/drush/"
license=('GPL')
depends=('php')
makedepends=('composer' 'php-box')
install=${pkgname}.install
-source=(
- "drush.install"
- "https://github.com/drush-ops/${pkgname}/archive/$pkgver.tar.gz")
+source=("$pkgname.install"
+ "https://github.com/drush-ops/${pkgname}/archive/$pkgver.tar.gz")
sha256sums=('e800601699e4b1ea0a0057fc91827b31fc8c5070f5014df2777396aabc7680ec'
'55b9f78f3bf29907e93a898619618795d788db9ce5995eee4c3e33787d3a1404')