diff options
-rw-r--r-- | .SRCINFO | 4 | ||||
-rw-r--r-- | PKGBUILD | 2 |
2 files changed, 3 insertions, 3 deletions
@@ -1,5 +1,5 @@ # Generated by mksrcinfo v8 -# Tue Oct 17 15:33:20 UTC 2017 +# Tue Oct 17 15:37:53 UTC 2017 pkgbase = exec-as pkgdesc = A command that lets you start another command with any argv[0] pkgver = 1.2 @@ -7,7 +7,7 @@ pkgbase = exec-as url = https://github.com/maandree/exec-as arch = i686 arch = x86_64 - license = ISC + license = custom:ISC source = exec-as-1.2.tar.gz::https://github.com/maandree/exec-as/archive/1.2.tar.gz sha256sums = 8e88fb15fe64a5807e2e814f9c9d2608cb7873997b59279983c724ff2c3c66b8 @@ -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) |