diff options
author | Mattias Andrée <maandree@kth.se> | 2017-10-17 17:37:49 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2017-10-17 17:37:49 +0200 |
commit | f6abedb945ff5128e55513dbb3804991b6103af9 (patch) | |
tree | 2307d9ff0d95af7015b5f46bdf1627add3a298bd /exec-as/PKGBUILD | |
parent | m (diff) | |
download | aur-packages-f6abedb945ff5128e55513dbb3804991b6103af9.tar.gz aur-packages-f6abedb945ff5128e55513dbb3804991b6103af9.tar.bz2 aur-packages-f6abedb945ff5128e55513dbb3804991b6103af9.tar.xz |
m
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to '')
-rw-r--r-- | exec-as/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/exec-as/PKGBUILD b/exec-as/PKGBUILD index f6a1f50..3cbd69e 100644 --- a/exec-as/PKGBUILD +++ b/exec-as/PKGBUILD @@ -5,7 +5,7 @@ pkgrel=1 pkgdesc="A command that lets you start another command with any argv[0]" arch=(i686 x86_64) url="https://github.com/maandree/exec-as" -license=('ISC') +license=('custom:ISC') source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz") sha256sums=(8e88fb15fe64a5807e2e814f9c9d2608cb7873997b59279983c724ff2c3c66b8) |