summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMario Finelli2016-01-07 20:01:55 -0500
committerMario Finelli2016-01-07 20:01:55 -0500
commit211b2f18af2331c6084758f8953b985fd59c586e (patch)
treea0bb4f1ce6a7013225119e1139d0cb1e8f54a1cd
parent4e95aba80fd51cb6d2294152c1db2be98da234ec (diff)
downloadaur-211b2f18af2331c6084758f8953b985fd59c586e.tar.gz
Remove git information from box.json
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 26103604d0a4..cad48429eec1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Fri Jan 8 00:55:52 UTC 2016
+# Fri Jan 8 01:01:39 UTC 2016
pkgbase = drush
pkgdesc = Drush is a command line shell and Unix scripting interface for Drupal.
pkgver = 8.0.1
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/drush-ops/drush/
install = drush.install
arch = any
diff --git a/PKGBUILD b/PKGBUILD
index 2d8d6a5585b0..c67343084968 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
pkgname=drush
pkgver=8.0.1
-pkgrel=2
+pkgrel=3
pkgdesc="Drush is a command line shell and Unix scripting interface for Drupal."
arch=('any')
url="https://github.com/drush-ops/drush/"
@@ -22,6 +22,8 @@ sha256sums=('e800601699e4b1ea0a0057fc91827b31fc8c5070f5014df2777396aabc7680ec'
prepare() {
cd "${srcdir}/${pkgname}-${pkgver}"
cp box.json.dist box.json
+ sed -i '/"git-version":/d' box.json
+ sed -i '/"git-commut":/d' box.json
composer install --no-dev
}