summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMendel Greenberg2019-08-26 22:28:09 -0700
committerMendel Greenberg2019-08-26 22:28:09 -0700
commit4660791f58faf78aa63e20e04a02211ffb6b4a64 (patch)
treea79a204d7120255e5f26551b4b31c3b1803f0909
parente2c6faae3bdbcfc19ca033ba2ce280588799748d (diff)
downloadaur-4660791f58faf78aa63e20e04a02211ffb6b4a64.tar.gz
removed the license file
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0a85239e551a..977309860896 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,8 @@ arch=('any')
url="https://github.com/chabad360/argos-installer"
license=('GPL3')
depends=('gnome-shell-extension-argos-git'
- 'desktop-file-utils')
+ 'desktop-file-utils'
+ 'bash')
makedepends=('git')
source=('git+https://github.com/chabad360/argos-installer.git')
md5sums=('SKIP')
@@ -21,5 +22,4 @@ package() {
cd "${srcdir}/argos-installer"
install -Dm755 "add-argos" "$pkgdir/usr/bin/add-argos"
install -Dm644 "argos.desktop" "$pkgdir/usr/share/applications/argos.desktop"
- install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
}