diff options
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) |