summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorfrealgagu2018-04-02 09:39:50 -0500
committerfrealgagu2018-04-02 09:39:50 -0500
commitae421c0394ebaa7515ee75a47a3df48ae860d888 (patch)
tree0f54292ec4c60fed1a56fb7f6810245005d016e6 /PKGBUILD
parent77cd650d827e93fed3d0927234a6d0dc00027215 (diff)
downloadaur-ae421c0394ebaa7515ee75a47a3df48ae860d888.tar.gz
Fixing license
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5daa8be5fe40..6e1c030cb22a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,11 +2,11 @@
pkgname=just
pkgver=0.3.10
-pkgrel=1
-pkgdesc="Just a command runner, like make."
+pkgrel=2
+pkgdesc="A handy way to save and run project-specific commands"
arch=("x86_64" "i686")
url="https://github.com/casey/${pkgname}"
-license=("custom:WTFPL" "custom:MIT" "APACHE" "https://github.com/casey/${pgkname}/blob/master/LICENSE")
+license=("custom:WTFPL" "custom:MIT" "APACHE")
depends=("gcc-libs")
makedepends=("cargo")
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/casey/${pkgname}/archive/v${pkgver}.tar.gz")