summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 3 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 934e7f4d6da3..f3e47a99f204 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Sat Jan 16 12:53:06 UTC 2016
+# Sat Jan 16 12:54:06 UTC 2016
pkgbase = drush-git-alternative
pkgdesc = Drush is a command line shell and Unix scripting interface for Drupal
pkgver = 8.0.2.r14.g30f88b2
@@ -14,9 +14,7 @@ pkgbase = drush-git-alternative
provides = drush=8.0.2.r14.g30f88b2
conflicts = drush
source = drush::git+https://github.com/drush-ops/drush.git
- source = LICENSE::https://www.gnu.org/licenses/old-licenses/gpl-2.0.txt
sha512sums = SKIP
- sha512sums = aee80b1f9f7f4a8a00dcf6e6ce6c41988dcaedc4de19d9d04460cbfb05d99829ffe8f9d038468eabbfba4d65b38e8dbef5ecf5eb8a1b891d9839cda6c48ee957
pkgname = drush-git-alternative
diff --git a/PKGBUILD b/PKGBUILD
index 4b50827c5a32..29207d263c3c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,10 +12,8 @@ depends=('php')
makedepends=("php-box" "php-composer" "git")
provides=("${_pkgname}=${pkgver}")
conflicts=("${_pkgname}")
-source=("${_pkgname}"::"git+https://github.com/drush-ops/${_pkgname}.git"
- "LICENSE"::"https://www.gnu.org/licenses/old-licenses/gpl-2.0.txt")
-sha512sums=('SKIP'
- 'aee80b1f9f7f4a8a00dcf6e6ce6c41988dcaedc4de19d9d04460cbfb05d99829ffe8f9d038468eabbfba4d65b38e8dbef5ecf5eb8a1b891d9839cda6c48ee957')
+source=("${_pkgname}"::"git+https://github.com/drush-ops/${_pkgname}.git")
+sha512sums=('SKIP')
pkgver() {
cd "${_pkgname}"